AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 127 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [Live Chat] AutoHotkey for the impatient! Find out how...
Firewolf91

Replies: 27
Views: 8358

PostForum: Ask for Help   Posted: Wed May 21, 2008 4:18 pm   Subject: [Live Chat] AutoHotkey for the impatient! Find out how...
Unfortunately, my boss has decided that programming isn't worthwhile anymore and has me doing "more important" things. >,<

if i get time to work on stuff at home, i'd love to jump ...
  Topic: ExitApp not working
Firewolf91

Replies: 3
Views: 218

PostForum: Ask for Help   Posted: Fri Apr 11, 2008 3:12 pm   Subject: ExitApp not working
does the error continuously pop up forever? or only for a certain amount of time or popups?

you could have it loop with a sleep of around 100 that detects when the popup exists, then closes it aft ...
  Topic: Want to write a script for money?
Firewolf91

Replies: 6
Views: 396

PostForum: Ask for Help   Posted: Mon Apr 07, 2008 4:31 pm   Subject: Want to write a script for money?
one other thing that might be helpful is the site that you play on.

if there are scripts for other sites that work on those specific sites, but not on the one you need it for...it has to be written ...
  Topic: How do I watch for any of multiple windows then send Enter?
Firewolf91

Replies: 3
Views: 221

PostForum: Ask for Help   Posted: Tue Mar 18, 2008 5:29 pm   Subject: How do I watch for any of multiple windows then send Enter?
yea without a sleep in that loop, its like a hamster on speed running in a wheel and the loop is the wheel.
lots and lots of cycles per second. lots. hense high cpu.
  Topic: detecting printer activity/progress/reporting
Firewolf91

Replies: 1
Views: 185

PostForum: Ask for Help   Posted: Tue Mar 18, 2008 3:14 pm   Subject: detecting printer activity/progress/reporting
if i'm not clear, not specific enough, or just barking up an empty tree (trying to do something that isn't possible), please say exactly that so i can try another route or clear up my explanation.

...
  Topic: detecting printer activity/progress/reporting
Firewolf91

Replies: 1
Views: 185

PostForum: Ask for Help   Posted: Mon Mar 17, 2008 5:43 pm   Subject: detecting printer activity/progress/reporting
I want to write a script for not only use here at the office, but also anyone else that does the work we do, to detect printer status.

These are disc printers (Rimage is one of the largest producer ...
  Topic: Help canceling a input box
Firewolf91

Replies: 5
Views: 224

PostForum: Ask for Help   Posted: Mon Mar 17, 2008 3:32 pm   Subject: Help canceling a input box
what hugov said.

the code (3 lines) under the ELSE will probably need to be enclosed in { } if not used like i have above.
the reason i didn't have braces was because if cancel was pressed, it exi ...
  Topic: Help canceling a input box
Firewolf91

Replies: 5
Views: 224

PostForum: Ask for Help   Posted: Mon Mar 17, 2008 1:58 pm   Subject: Help canceling a input box
did u want to exit the script on cancel?
or just exit the input box and return to something else?

if you'd like to exit the script on cancel, then:
ButtonCancel:
ExitApp

this should work ...
  Topic: expressions with a semicolon ; [Solved]
Firewolf91

Replies: 3
Views: 231

PostForum: Ask for Help   Posted: Tue Mar 04, 2008 8:59 pm   Subject: expressions with a semicolon ; [Solved]
thanks both of you...brain is fried from 3 people in my office asking me to do random stuff non-stop, so i've had like 1 min(at the most) at any given time to "think" or at least collect my ...
  Topic: expressions with a semicolon ; [Solved]
Firewolf91

Replies: 3
Views: 231

PostForum: Ask for Help   Posted: Tue Mar 04, 2008 8:20 pm   Subject: expressions with a semicolon ; [Solved]
I'm trying to search a string for a semicolon and the syntax i'm using obviously doesn't work.
here's the INCORRECT code:
IfInString, emailadd,;
{
epos := InStr(emailadd,`;,CaseSensit ...
  Topic: Is the AutoHotkey program compatible with Vista?
Firewolf91

Replies: 5
Views: 338

PostForum: Ask for Help   Posted: Tue Mar 04, 2008 2:59 pm   Subject: Is the AutoHotkey program compatible with Vista?
i've had better luck with my scripts working on vista than other OS's...
but that's probably because i'm programming on it, so constant testing is on vista, periodic/occasional is on xp. Very Happy
  Topic: is it possible to do compact view with GUI?
Firewolf91

Replies: 2
Views: 131

PostForum: Ask for Help   Posted: Mon Mar 03, 2008 5:36 pm   Subject: is it possible to do compact view with GUI?
not quite what i was expecting, but that gives me an idea. i could just resize the GUI window with a GuiControl that cuts off the bottom half of the GUI. i'll try it after lunch and see how it goes. ...
  Topic: is it possible to do compact view with GUI?
Firewolf91

Replies: 2
Views: 131

PostForum: Ask for Help   Posted: Mon Mar 03, 2008 5:11 pm   Subject: is it possible to do compact view with GUI?
Is it possible to make a GUI that has a portion that can be minimized up into a compact view? or do u have to redraw the whole GUI?

some people who use my AHK program have their junk PCs on 800x600 ...
  Topic: [Solved]soundplay issue is bugging me...[no longer]
Firewolf91

Replies: 2
Views: 166

PostForum: Ask for Help   Posted: Fri Feb 29, 2008 5:07 pm   Subject: [Solved]soundplay issue is bugging me...[no longer]
nevermind! i really wish my brain would work like this BEFORE i post questions...
i try a ton of stuff, nothing seems to work or make sense, then i post and half the time i figure it out right after ...
  Topic: [Solved]soundplay issue is bugging me...[no longer]
Firewolf91

Replies: 2
Views: 166

PostForum: Ask for Help   Posted: Fri Feb 29, 2008 4:43 pm   Subject: [Solved]soundplay issue is bugging me...[no longer]
i was thinking possibly using:
SetTimer, loopErrorCheck

PlayClip
SoundPlay, %EnvFiletoPlay%
return

loopErrorCheck:
Loop{
loop code

condition: when soundclip ends, Gosub Play ...
 
Page 1 of 9 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group