Quantcast
Channel: Indigo Rose Software Forums - Forums
Browsing all 2105 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

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 Article


Slide 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 Article


Desktop 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 Article

Getting 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 Article

Crypto 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 Article


Verify 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 Article

How to use ProgressBar?

Hello, I would like to learn how to use ProgressBar.

View Article

FTP 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 Article


about serialport

how to sent string through serial port?

View Article


Change 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 Article

Ask for Screens After Installing

Hello, can I have the Web Site feature in after installing screens with user default browser? thanks before

View Article

Active 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 Article

How 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 Article


How 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 Article

Help 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 Article


Help, 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 Article

ODBC.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 Article


Ams 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 Article

ODBC.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 Article

How 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
Browsing all 2105 articles
Browse latest View live