help: chunk has too many syntax lebel
I hope to receive help with this error that has jumped me when wanting to make an INSERT in a Table. Error : Line = 280 chunk has too many syntax lebel I've been reading and lua has problems when the...
View ArticleHidden Windows Still Showing
Im using file.run to run regsvr32.exe on a few files I need registered. I want to hid the window that says theyve succeeded but they keep popping up even with file.run having SW_HIDE I would use the...
View ArticlePreview not working in Windows 10
I have not used AMS 8.5.1 for a long time. Today I tried to preview a precious project. I get the build status dialog which closes and then nothing. Anyone have a clue as to why?
View ArticleManually Calculate Check* Digit for Code 128 Barcode ??
Does anyone know how can I manually calculate check* digit for code 128 barcode ??? like this : https://forums.indigorose.com/forum/...rcodes-ean8-13 But above solution is for calculate check* digit...
View ArticleThe Game Engine
** Moved ** As some of you know for as long as I been a member here I worked on and off with a RPG engine in ams, it started early life in 6x and moved swiftly over to the 7x platform but I never...
View ArticleDiscord
For you guys that don't use here much or like a more chat based place I created a discord server called Unofficial AMS Discord a place we can be little more social and just chat about our projects feel...
View ArticleCtrl_List_Box - How to get all currently selected Items
I'm lost in research on this matter and haven't so far found a similar problem here in the forums: I have a Ctrl_List_Box in one of my screens. Here users can tick items in a list. So far so good. When...
View Articlepaste letters to input left and right
Hi all, I've this code Code: text_app = TextFile.ReadToString(_TempFolder.."\\text_app.txt"); Input.SetText("InputSerial", text_app); Usually the string risults in 00010101. I want to add APPNr at the...
View Articlecommand line usage
Hi mi question is very simple. I had a program that i want to run from a command line. with instructions like this: program -function "instructions" and i dont know about usage of this
View ArticleOnTimer Application Exit problem
Hi, I need a timer to close my application after an hour so 3600000 ms. I tried timers of all types including Global Timer Plugin, that I don't understand anyway. My application has 5 pages, so jumping...
View ArticleHow about LED Strip being controled by AMS?
Hello everyone.. i am having and idea to create a quiz application using AMS, and the cool thing in my mind to include LED Strip on it that when the student finnish the exam or maybe the answer is...
View ArticleBAT file better than AMS?
Obviously I don't think so, surely my fault! I want to execute Windows 10 default OnScreen Keyboard with a button launching the original file called osk.exe. I used Code:...
View ArticleBest way to resize many image objects
I am developing an application and as a function, I need to resize more than 500 image objects on the screen. Obviously I can do that in a loop and change each image one by one but the problem is that...
View Article[important] is there any way to convert text lines from string to table ?
Hi all ✋, is there any way to convert text lines from string to table ?
View ArticleWoW64 Plugin implementation
Hi Forum, I need to include this code, based on AMS Expiration Example, in Startup Page. How I can use this correctly on both architectures 32\64bit? Thanks a lot! Code: -- Check if the OS is 64 bit...
View ArticleGet Audio-signal
Hello! Guys, please tell me how in the AMC to determine the presence of a sound signal in the system? Well, that is I have a task to determine whether the music is playing in the system or not?
View Articlereplace tag in docx file using lua
Hi all. Does anyone know how we can change a word .docx programmability ?? thanks
View ArticleCheckListBox - Selection by space key rather than mouse click
Users can select entries with space key in a check list box. But I cannot detect the selection in "On CtrlMessage". There I have a "if (e_MsgID == MSGID_CLICKED) but wil never notice a space selection....
View Articlecloning / mirroring media from one object to another
Hello, Been some time since I have posted but I have decided to get back into AMS. Anyway, just wondered if there is a plugin, command or script that could duplicate the view-able content of one object...
View ArticleDefault radio button on the Custom Screen
Just a note. Apart from what is written here: https://forums.indigorose.com/forum/...-radio-buttons ...the only thing required in the Preload screen is something like this:...
View Article