Confirm folder exist from registry
I want to check for a folder from the registry. This codes works using the default location. Code: tmp_exist = Folder.DoesExist("C:\\Program Files (x86)\\Microsoft Games\\Microsoft Flight Simulator...
View ArticleSlide Show Based on Calendar
Hi All I am trying to make a slideshow to display one image per day based on COMPUTER calendar. Slide show will have X images. Each image should be displayed per day ex : day 01...
View ArticleDesktop will not show custom icon
When i use my custom icon it will show in a folder but when i place it on my desktop or even create it to my desktop it shows the default icon. How can i fix this. Also i am using the demo incase that...
View ArticleGetting HardwareID using Crypto
I read the sample from Crypto to collect the Hardware ID. But it confusing and i am not sure Crypto is working. I added Crypto to plugins so that is good. I am not sure i need to add or what to add to...
View ArticleCrypto BlowfishEncrypt for all files
Hello! I'm trying to use Crypto.BlowfishEncrypt to encrypt all my files from a specific folder but I'm stagnant in this section and I don't have any idea how to solve it. Code: search_results =...
View ArticleVerify file exists for current installation directory
I am creating a script using File.DoesExist to check that a file exists to prevent installing to the wrong location. I thought i was finished as it seems to work. But i realized this checks the file on...
View ArticleFTP upload never completes.
It's a long time since I used AMS but having some time on my hands I decided to come back to an old project to upload an image from my IP camera to my webspace with a name that I could then include in...
View ArticleChange Input Mask via script
Is it possible to change the input mask of an edit field via a script? That property is not listed in the help file. Basically what I want to do is changed the mask as characters are entered because we...
View ArticleAsk for Screens After Installing
Hello, can I have the Web Site feature in after installing screens with user default browser? thanks before
View ArticleActive Directory User Authentication
So, I've been reading the forum for about an hour now and I've found several threads on this topic but they're all in reference to using plugins for AMS 7.x that are no longer available for AMS 8.x....
View ArticleHow to make a command ignore a specific part of a label?
Let's say the following script is: local text = Label.GetText("Label1") if text == "creeper?" then Label.SetText("Label2", "aw maaan") elseif text == "" then Label.SetText("Label2", "will ya type sum...
View ArticleHow to get only the first letter and the last letter of a word in input
How to get only the first letter and the last letter of a word in input?
View ArticleHelp Grid.Print... Title Flash Runtime!!!
ENGLISH: When we use the function of [Grid.Print ('Grid1', false, true, nil);] the complete list is printed ... But a problem arises with the title or heading For example, as I show in the attached...
View ArticleHelp, Input.SetText Multiline, New Line!
ENGLISH Hello, how can you enter a new line in an Input Multiline? Try the function \n [Input.SetText ("P2Inp15", rP2Inp15.."\n"..AddNote);] But it doesn't work From already thank you very much...
View ArticleODBC.OpenDirectConnection and TLS 1.2
How do I go about changing my installer to use "ODBC Driver 13 for SQL Server" ODBC driver which supports TLS 1.2. My installer won't make a SQL connection if the server has TLS 1.0 and 1.1 disabled....
View ArticleAms Plugin Maker
Please, could you tell me where I can download AMS PLUGIN MAKER, I want to create some complements for a project that I have.
View ArticleODBC.OpenDirectConnection and TLS 1.2
How do I go about changing my installer to use "ODBC Driver 13 for SQL Server" ODBC driver which supports TLS 1.2. My installer won't make a SQL connection if the server has TLS 1.0 and 1.1 disabled....
View ArticleHow to compare folder name?
Hi guys! How to compare a folder name from a string? Just like: Code: folderFinder = File.Find("d:\\", "*", true, true, nil, nil); for k, v in pairs (folderFinder) do string_small = String.Lower(v); if...
View Article