RE: Single Instance Dialog Issue

2016-10-18 Thread Chip Orange via Scripting
Hi David, I believe the issue involves whether this is a "modal" or "modeless" dialog. I don't think I ever covered this in one of my classes (sorry about that chief!). I believe the default is "modal", which means your app stops all processing when it hits the use of the Dialog() function, and p

can window eyes scripting write and read string to and from ini file

2016-10-18 Thread Drew Clark via Scripting
Hi, i am still new to window eyes scripting, and before this i use the other screen reader, the compatitor. so, let's say i want something to be written to ini file, can window eyes scripting do that? if yes, what function? sorry and thanks ___ Any

Re: can window eyes scripting write and read string to and from inifile

2016-10-18 Thread LB via Scripting
Examples of setting and getting data from an ini file. the last parm is a default if none exists. Global: Dim myINIFile : myINIFile = ClientInformation.ScriptPath & "\Cuckoo_Clock.ini" Dim myXMLFile : myXMLFile = ClientInformation.ScriptPath & "\Cuckoo_Clock.xml" You have variable types inside th

Re: can window eyes scripting write and read string to and from inifile

2016-10-18 Thread LB via Scripting
Hi Again, When you get into the advance menu of your Windoweyes program go to the help menu and navigate down to get into documentation. >From there open up the Object Module and navigate down using the I key until >you get into IniFile property and Methods You will find this and I have give

Re: can window eyes scripting write and read string to and frominifile

2016-10-18 Thread LB via Scripting
Hi Again, When you get into the advance menu of your Windoweyes program go to the help menu and navigate down to get into documentation. Go down to App development Reference Open it up and go to the Object module >From there open up the Object Module and navigate down using the I key until