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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 19522 - 19551 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19522
Hi Guys/Gals: My best friend is having a problem with his Win98SE system & I thought maybe someone here might have some ideas on how to correct it. I'm outa...
Brian Keene
brian_keene
Offline Send Email
Nov 1, 2003
5:44 pm
19523
... OK, I see that the shortcut key method does indeed work with AU3. Sorry. That's good to know. The motivation here, however, is to have commands in a...
Mark B.
breaumark
Offline Send Email
Nov 1, 2003
7:48 pm
19524
... i suggest: try a different graphics card virus check jack the c@ s@ on the m@...
jack
jack_horsfield
Online Now Send Email
Nov 2, 2003
7:26 am
19525
Agreed. It could be a bad video card, bad seating of the video card (remove it and replace it in the same or different slot - and ensure there is no dust, I've...
Van Renier
van_renier
Offline Send Email
Nov 2, 2003
7:32 am
19526
... Jack & Van: Thanks for the good suggestions. I've passed them along to my friend. I will let you know what happened in probably several days after he...
Brian Keene
brian_keene
Offline Send Email
Nov 2, 2003
3:51 pm
19527
Also: - Disable hardware acceleration for gfx (in System properties somewhere) - Change the device driver to VGA - Install latest drivers for his card...
Support
hiddensoft
Offline Send Email
Nov 2, 2003
4:00 pm
19528
... Thanks Jon. I'll tell him to try these things before he buys a new card. But I do know he keeps the drivers updated. Regards Brian Keene ... In troubling...
Brian Keene
brian_keene
Offline Send Email
Nov 2, 2003
6:11 pm
19529
On Sat, 01 Nov 2003 19:48:03 -0000 "Mark B." <breaumark@...> ... I'm confused. Your Au2 script that you posted here just does a Ctrl+C & then calls...
Brian Keene
brian_keene
Offline Send Email
Nov 2, 2003
6:52 pm
19530
I successfully used the run start command with ..\mylocalurl.htm with xp and I believe ie6, but with 98 and ie5 it insists on adding http unless I use the full...
Tutor2000
Offline Send Email
Nov 2, 2003
9:12 pm
19531
http://www.hiddensoft.com/autoit3/ 3.0.73 - Added: New option "RunErrorsFatal" (AutoItSetOption) - Added: New option "ExpandEnvStrings" (AutoItSetOption) -...
Support
hiddensoft
Offline Send Email
Nov 2, 2003
9:56 pm
19532
Love ya mannnnnnnnn Rick ... can also ... badly...
Tutor2000
Offline Send Email
Nov 2, 2003
11:10 pm
19533
... AutoIt2's drags seem to work okay for me; does it use such large delays also? It might be better to make it a minimum delay, say 50ms, but have it go...
Arch
cmallett2
Offline Send Email
Nov 2, 2003
11:45 pm
19534
Yes, this works nicely. Thanks, Jon and Larry. It would seem, therefore, that anything which can be done using ADLIB can also be done another more long-winded...
Adrian Carter
adriancarterau
Offline Send Email
Nov 3, 2003
3:02 am
19535
Someone on the forum said drags were failing to register all the time. I'll probably put in a MouseDragDelay option or something....
Support
hiddensoft
Offline Send Email
Nov 3, 2003
8:10 am
19536
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...
Send Email
Nov 3, 2003
9:30 am
19537
... Olaf: Would it be possible to see the source for this command? Is it written in Au3? I'm curious on how you did it if it is. I think I remember reading...
Brian Keene
brian_keene
Offline Send Email
Nov 3, 2003
12:59 pm
19538
... AU2 can, and AU3 cannot, copy selections in the unspecified topmost window using Ctrl+C when the script is run from a taskbar-toolbar menu. AU3 can do that...
Mark B.
breaumark
Offline Send Email
Nov 3, 2003
2:18 pm
19539
http://groups.yahoo.com/group/AutoItList/files/AU3/MISC/bastard.zip added MouseDown() and MouseUp() for more specific mouse control... Jon, this one is coming...
larrydalooza
Offline
Nov 3, 2003
4:51 pm
19540
I'm also curious about this comment: "The drag operation fails unless speed is now >=2" Have you discovered that insta-drags almost always fail?...
Arch
cmallett2
Offline Send Email
Nov 3, 2003
5:14 pm
19541
I'm kinda curious if it is all fonts that are displaying this way, or a select few fonts. If that is the case, he may have a corrupt font file also. I would...
Brad Harris
smitty_dawg74
Offline Send Email
Nov 3, 2003
5:55 pm
19542
Yeah, it was weird, absolute lack of drag... Don't know if it was my config or what....
Support
hiddensoft
Offline Send Email
Nov 3, 2003
7:41 pm
19543
There's only one line different in the window setup code in au3 - the reason for the difference is no longer relevant so I'll change it back (will be 3.0.74) -...
Support
hiddensoft
Offline Send Email
Nov 3, 2003
10:35 pm
19544
http://groups.yahoo.com/group/AutoItList/files/AU3/MISC/bastard.zip cute script example of MouseDown, MouseUp Run("mspaint") WinWaitActive("untitled - Paint") ...
larrydalooza
Offline
Nov 3, 2003
11:59 pm
19545
If I read in a text file that contains the line: The temp directory is: %temp% Should AutoIt, using the "ExpandEnvStrings" option within the AutoItSetOption...
Jeremy Landes
jslandes
Offline Send Email
Nov 4, 2003
1:57 am
19546
If I want to create a function to Zip files and use the FileInstall command inside the function to automatically include the Zip.exe file, so that I can just...
Jeremy Landes
jslandes
Offline Send Email
Nov 4, 2003
5:03 am
19547
It just expands literal strings to make things like: RunWait("%comspec% /c ....") a little easier. Once a string is already in a variable no more expansion is...
Support
hiddensoft
Offline Send Email
Nov 4, 2003
8:17 am
19548
It's something I've wished I could do before, interpret keyboard input with AutoIt, but I don't think it can be done :( Chris ... From: bsmith679...
Chris Stoneham
chris_1013_work
Offline Send Email
Nov 4, 2003
8:49 am
19549
... No, it's not in au3 it's in C/C++. I know somone else made a Userfunction in au3. Still interested in Sources? I can send it by PM. so long Olaf ...
Olaf Köslich
leffy692000
Offline Send Email
Nov 4, 2003
11:49 am
19550
No thank you Olaf. I was interested in how it might be done in Au3. I thought I saw someone mention in the group that they had written it in Au3. But I...
Brian Keene
brian_keene
Offline Send Email
Nov 4, 2003
1:09 pm
19551
I think this... http://groups.yahoo.com/group/AutoItList/files/AU3/MISC/SearchRecursi ve.zip can be adapted... I will goof with it later perhaps... The code is...
larrydalooza
Offline
Nov 4, 2003
1:30 pm
Messages 19522 - 19551 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