Using AutGui I created 2 radio buttons. The script executes fine and you can select one the radio buttons but after when you look at the ini file they both...
I suspect the GUI was submitted without selecting a radio. No radio is pre-selected automatically. You need to designate a default radio... see this test... ...
No a radio was selected and the first radio has the * prefix before it. I've changed the default pre-selected to another radio and I've removed the *...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
May 1, 2003 4:24 pm
13187
I loaded an example of my script that has the radio button problem. If anyone can take a look I would cherish them forever. P.S. It is a sample but it is...
The problem is that I support up to 100 of each type of control... If you cut the checks down to under 100 it works... I will experiment with increasing that...
Hi, Sorry to bother but does anyone know how to run an INF file in the AutIt script for Windows ME/9x? i found this command line sample but it only mentioned...
In programming with windows API it is a combination of starting the app with CreateProcess and receiving the resulting error code with GetExitCodeProcess. vbs,...
Hi All ! Do you have any idea how to find out if my c:\ drive or d:\ drive is sharable on my PC ? (Using AutoIT Script). I am using Windows 2000 on IBM ...
Hi Larry, Thx a million, i looked up the reg values and see what you mean plus made a note of it for future reference thx. Took me a bit to get the wording...
i check my mail to find out i only have an email from my friend....WHERE IS EVERYONE ???am i the only programmer left!?!?!, has everyone decided programming...
How about winwaitactive instead of winwait in the first line? Then in the second line ifwinnotactive,title,some text,winactivate,title, some text watch...
If you type the following in the run box, or at a cmd prompt cleanmgr.exe /dc: /sageset:1 you get a list of options in a scrolling list control that looks ...
Can you tab into the control? Does sending '+' select an item and '-' deselect it? If yes, that you can do that. If no... Jack What's the use of a book without...
beginning programmer i don't think so "Sensei J. Richard Kirkham B.Sc" <tutor2000@...> wrote:I'm here but you're the only programmer left AND IN THE...
... Nope just meant if you were the only one left you now had to populate the world hehe Rick ... http://kirkhamsebooks.tripod.com/RaisingYourChild_in.html ......
Hi again, I have found the remedy for my problem. The user sysaccount did not have access rights to C:\WINNT\Installer . Once I changed the ownership to ...
Use AutXtra's Download function with... (watch wordwrap) Here's a neat way to download stock data from Yahoo, perhaps into a spreadsheet (so you can play with...
Jack, Sorry, I forgot to mention that + and - do not work. Pressing spacebar will toggle the checkbox. With AutoIt I can move up and down within the control...