Search the web
Sign In
New User? Sign Up
AutoItList · AutoIt Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 27427 - 27458 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27427
As far as I know the Ctrl+F7 (Compile) is still in the menu at the top and wasn't removed. There is also an installation instruction available on the website ...
jvdzande
Offline
Jul 2, 2005
8:21 pm
27428
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Cru Lemon
sequence_zero
Offline Send Email
Jul 4, 2005
6:08 pm
27429
Looks to me like someone has gotten a nice little virus. Good thing yahoo groups don't allow attatchments. ... From: AutoItList@yahoogroups.com...
Michael Curley
xdctech_mike
Offline Send Email
Jul 4, 2005
8:00 pm
27430
if its a virus, then how come im not infected? i didn't even downlaod anything... besides, i have dial-up so id know if something was being downloaded PS: i...
Cru Lemon
sequence_zero
Offline Send Email
Jul 4, 2005
8:40 pm
27431
My apologies. Didn't mean to be offensive, so I hope you weren't offended. But that has happened several times in the past, and some of those times were before...
Michael Curley
xdctech_mike
Offline Send Email
Jul 4, 2005
9:22 pm
27432
its ok 4 being suspicious ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around...
Cru Lemon
sequence_zero
Offline Send Email
Jul 5, 2005
12:30 am
27433
Hi all, I try to force the "FileSelectFolder" function to open in a specific folder by default ("temp" folder of logged in user..) but want to tallow them to ...
Florent Gilain
florent.gilain@...
Send Email
Jul 5, 2005
2:24 pm
27434
Ok, i finally did something else...now my problem is only this command line to make execute using AutoIT : C:\MSXSL.EXE 'C:\Documents and ...
Florent Gilain
florent.gilain@...
Send Email
Jul 5, 2005
4:34 pm
27435
Hello list, When I try to run the following code, it tells me 'wend with out while error' Can you look at this? is this an error in the compiler? ;start code ...
tyler littlefield
compgeek13@...
Send Email
Jul 6, 2005
2:53 am
27436
You've miss-spelled the keyword "EndSelect" as "End Select" (You have a space between "End" and "Select"). Because of this AutoIt gets confused about where...
Valik
vampirevalik
Offline Send Email
Jul 6, 2005
3:41 am
27437
ah. thanks... Tyler Littlefield owner/founder of Dataplus Worldwide Your number one stop for tech support, software and web page design. email: ...
tyler littlefield
compgeek13@...
Send Email
Jul 6, 2005
4:12 am
27438
Hi, There is a simple script to use Cincom SmallTalk from AutoIt, though. This visual lang has so-called "SmalltalkCommander" dual interface and autoit has...
valery_vi
Offline Send Email
Jul 6, 2005
7:53 am
27439
Hi. I was just wondering whether or not the GUIGetCursorInfo can work with any window on the system, or only with AutoIt gui's? The reason why I'm asking is...
Philip Bennefall
philip_bennefall@...
Send Email
Jul 6, 2005
11:59 am
27440
is it possible to have a gui know when and which listview item is selected and then update a label according to which item is selected?...
computawizard359
computawizar...
Offline Send Email
Jul 6, 2005
6:08 pm
27441
I have a script that is attempting to print a web page in Internet Explorer, and it doesn't seem to be working. Assume IE is already started and displaying the...
haidangwa
Offline Send Email
Jul 8, 2005
12:13 am
27442
I hope this isn't to trivial for the list. I was board so I decided to make this little alarm, going to add many more features if I can figure out whats wrong....
brandon.mcginty@...
Send Email
Jul 8, 2005
5:43 am
27443
i think that the $ctime variable has to be in the While loop, so it updates the time constantly. ... many more features if I can figure out whats wrong. ... ...
computawizard359
computawizar...
Offline Send Email
Jul 8, 2005
5:49 am
27444
Thanks, I'll try it. Brandon ... From: computawizard359 To: AutoItList@yahoogroups.com Sent: Thursday, July 07, 2005 10:49 PM Subject: [AutoIt] Re: Alarm code....
brandon1220@...
annamal6903
Offline Send Email
Jul 8, 2005
5:53 am
27445
... I have a workout timer program I've released if you think the code will help I'll upload it I'm not as good as these guys though Rick Monthly Fight Clips...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jul 8, 2005
9:00 am
27446
Here's a thought too If you know the cpu time and they input the alarm time why not do a little math and just have it sleep that long. That would really cut...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jul 8, 2005
9:02 am
27447
... What if you did a winwait then winactivate sleep(100) then send the p Sloppy but might work Rick Monthly Fight Clips in Monthly Announcements ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jul 8, 2005
9:06 am
27448
What if you got the shortpath name? Rick ... Settings\user\Bureau\mapping\Error_GRD_17X100A100F0012C_R07_IND_000426_05042 ... Monthly Fight Clips in Monthly...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jul 8, 2005
9:11 am
27449
... Do you guys remember when you had to give me an example other than a msgbox so I could actually start using autoit? msgbox(4096,"Thanks Guys","For all the...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jul 8, 2005
9:21 am
27452
It looks to me that all the backslashes ("\") need to be escaped. For example, $LOG_FILE = $OUTPUT_DIR & "\\R07.log" _____ From: AutoItList@yahoogroups.com...
Dang H. Nguyen
haidangwa
Offline Send Email
Jul 8, 2005
3:26 pm
27453
I don't think my problem is in waiting. With the same send and WinWaitActive sequence that I have, I can replace the ControlCommand line with some other...
Dang H. Nguyen
haidangwa
Offline Send Email
Jul 8, 2005
3:31 pm
27454
When comparing time as strings, you don't always get expected results. I therefore convert the ctime and atime into minutes since beginning of month. I also...
trystiansky
Online Now
Jul 8, 2005
3:31 pm
27455
Thanks much. I'm still learning in autoit, so I apriciate all the help I can get. Thanks, brandon ... From: trystiansky To: AutoItList@yahoogroups.com Sent:...
brandon1220@...
annamal6903
Offline Send Email
Jul 8, 2005
6:44 pm
27456
Hehe. Yup, I surely do remember. And I remember what it was like to be at that level myself. If I didn't get a messagebox telling me where my code was, I had...
Michael Curley
xdctech_mike
Offline Send Email
Jul 8, 2005
10:56 pm
27457
No problem. I also uploaded a file with Input validation as well. ...
trystiansky
Online Now
Jul 9, 2005
6:40 am
27458
In AutoIt Windows Information, it shows ... You're out of my area, but when you said hidden that got a function in my brain going from the help file I was...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jul 9, 2005
7:38 am
Messages 27427 - 27458 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help