Scheduled Maintenance:
We are undertaking some essential, but extensive maintenance to improve Yahoo!
Calendar. Your Group Calendar is being migrated to a much improved version of
Yahoo! Calendar. During the maintenance period, you may not have access to your
Groups Calendar.
We sincerely apologize for this inconvenience. Your Groups Calendar is in great
shape and we are working to have it available again as quickly as possible
- Yahoo! Groups & Yahoo! Calendar Team
Steve: I recently submitted a demo program that finds all available drives (A-Z) on a system and puts their status into a pseudo array. I'm sure you could take...
1634
Steve Pham
spham68@...
Jul 1, 2001 2:41 pm
Thank you brian. I will try to use to it and see what happen and let you know if it works out for me. Steve ... ...
1635
Gene Sears
etsears@...
Jul 1, 2001 4:50 pm
I haven't seen a request for this, but I like to share code from time to time. If you like it, you are free to use it with attribution. If you don't like it,...
1636
Grixti, Wayne
waynegrixti@...
Jul 2, 2001 1:18 am
All is there an issue with the printscreen command where you can't get the entire desktop ?? All I seem to be able to get is the active window? I've tried...
1637
Sven Haubold
hauboldsv@...
Jul 2, 2001 7:05 am
Hi Wayne, My AutoIt woks fine, Send, {PRINTSCREEN} captures the entire desktop and Send, !{PRINTSCREEN} snapshots the active window. Just as it has to be. Did ...
1638
Ernst Sauerwein
ernst.sauerwein@...
Jul 2, 2001 10:37 am
Hi, ... This is a windows standart. By the way: Is there a way to capure a sub-window? For instance, if you run Excel 97/Word 97 (more than one Documents...
1639
mekeelw@...
Jul 2, 2001 1:13 pm
Can AutoIt detect the state of a button? I have a window with two buttons, 'a' and 'b'. When the window becomes active, button 'a' is active but button 'b'...
1640
Jack Horsfield
jack.horsfield@...
Jul 2, 2001 1:16 pm
i don't suppose that there is any text on the screen that changes when 'b' becomes active? jack no book is ever finished - it is abandoned ... From:...
1641
Sven Haubold
hauboldsv@...
Jul 2, 2001 1:33 pm
That seems to be a case for "LeftClick, <x>, <y>". Since the coordinates are relative to the active window, this is quite save (but of course not very ...
1642
mekeelw@...
Jul 2, 2001 2:02 pm
... when 'b' ... There is, but it doesn't show up in '>>>>Window Text<<<<'....
1643
Jack Horsfield
jack.horsfield@...
Jul 2, 2001 2:05 pm
there was a discussion in the last week or so about capturing pixels so that you could compare colours. you could capture the colour of 'b' every few seconds,...
1644
mekeelw@...
Jul 2, 2001 2:08 pm
If I do this, since the button is not active (disabled), the mouse click is 'lost' and AutoIt seems to hang. Did I miss something? ... coordinates are ... not...
1645
Ernst Sauerwein
ernst.sauerwein@...
Jul 2, 2001 3:10 pm
... Fine! Can you highlite the text and put it onto the clipboard by ctrl-c? If not, you may use CopyText 2.2. There was a discussion about that some time ...
1646
Rob Taylor
rtay@...
Jul 2, 2001 3:23 pm
Try this little script MsgBox,0,WinCapture,Click on a window to capture.\n You have 2 seconds. Sleep,2000 WinGetActiveTitle,capture WinActivate,%capture% ...
1647
Martin Bertsch
m.bertsch@...
Jul 2, 2001 3:59 pm
Hi, I think the following question could only be answered by Jon. Is it possible that if a window gets active that is handled by the ADLIB-section could'nt get...
1648
Michael J Carter
cartemj@...
Jul 2, 2001 4:07 pm
What happens when you click button b? Does the window go away? If so, do something like this: **********************Start Code Next...
1649
Thys, P. J.
P.J.Thys@...
Jul 2, 2001 7:00 pm
Hi, I need to update the registration info for SPSS. I want to do this automatically when a user logs into our NT network from a Win98 workstation. In the...
1650
Marx, Keath
kmarx@...
Jul 2, 2001 7:05 pm
Perhaps have the last portion of the script reboot or log them back off. Just pop up a splash screen telling them it will happen. As long as your testing to...
1651
Ghazali, Raz
razghazali@...
Jul 3, 2001 1:10 am
Hi Peter, The only way i've successfully updated or write anything to HKCU is by adding the script into 'RunOnce' in HKLM via login batch file. Then it will ...
1652
Gene Sears
etsears@...
Jul 3, 2001 5:04 am
Checking my understanding. When I use the command "IfWinExist, Find these words, , <Command>" Is it that 1- "Find these words" must be included in the Window...
1653
Jacques Bensimon
jbensimon@...
Jul 3, 2001 5:55 am
Can be either! See the TitleMatchMode command for explanation. JB ... -- IPM - If it's remotely possible, we do it! -- This message has been processed by...
1654
Jacques Bensimon
jbensimon@...
Jul 3, 2001 5:56 am
Martin, what you describe can indeed happen. The best way to handle the possibility is to make the statement executed by the ADLIB line be a call to a...
1655
Brian Keene
brian_keene@...
Jul 3, 2001 11:40 am
What Martin describes is what's called a race condition. It is a classic problem in computing. I agree with Jacques' suggestion but would like to add that you...
1656
Gene Sears
etsears@...
Jul 3, 2001 3:49 pm
Thank you, Jacques for reminding me, apparently those brain cells had already gone to sleep last night. Gene ... From: Jacques Bensimon...
1657
Jacques Bensimon
jbensimon@...
Jul 4, 2001 12:24 am
Never script while tired. Lives depend on it! ;-) Jacques. ... From: Gene Sears [mailto:etsears@...] Sent: Tuesday, July 03, 2001 11:50 AM To:...
1658
buffalo@...
Jul 4, 2001 1:29 am
The task is simple, I want to create a script that read the envirmonment value for the default temporary folder (and maybe the recycle bin too) and cleans...
1659
Brian Keene
brian_keene@...
Jul 4, 2001 5:23 pm
Hi (?); If your just starting to use AutoIt, then you probably don't know about the FAQ in the help file. In the FAQ it gives an explanation of how to delete...
1660
Brian Keene
brian_keene@...
Jul 5, 2001 2:56 am
... I'll try, but I think the AutoIt list at groups.yahoo.com/autoitlist might be a better place to post this. I hope you don't mind but I'm going to post...
1661
alexd@...
Jul 5, 2001 3:10 pm
I have a script that I have been running successfully with Windows 95/98 with the following line: Run, rundll rnaui.dll\,RnaDial Horizon which opens up the RAS...
1662
stangm@...
Jul 5, 2001 8:50 pm
Create a shortcut to the RAS connection. put the shortcut in your WINNT directory or some other directory (here I assume the shortcut is called Horizon.lnk) ...