| Author |
Message |
Topic: "Could not close the previous instance of this script. |
rodfell
Replies: 3
Views: 61
|
Forum: Ask for Help Posted: Sun Aug 31, 2008 2:59 am Subject: "Could not close the previous instance of this script. |
found the problem. I had removed exitapp command from an onexit subroutine. oopsonexit exitsub
#r::reload
exitsub:
msgbox,,, trying to reload,1
returni know this problem is documented ... |
Topic: "Could not close the previous instance of this script. |
rodfell
Replies: 3
Views: 61
|
Forum: Ask for Help Posted: Sun Aug 31, 2008 1:55 am Subject: "Could not close the previous instance of this script. |
| my code runs at about 1300 lines. it would take hours if not days to sort through it. if i had an idea of the sort of problems (eg timers, onexit, size of code etc) that lead to this message i could t ... |
Topic: "Could not close the previous instance of this script. |
rodfell
Replies: 3
Views: 61
|
Forum: Ask for Help Posted: Sun Aug 31, 2008 12:23 am Subject: "Could not close the previous instance of this script. |
| i've started getting this message - "Could not close the previous instance of this script. Keep waiting?" - when I attempt to reload my 24/7 autohotkey script. In what situations does this e ... |
Topic: Detecting user's default time format (regional) |
rodfell
Replies: 1
Views: 43
|
Forum: Ask for Help Posted: Thu Aug 28, 2008 8:35 am Subject: Detecting user's default time format (regional) |
Windows Registry Editor Version 5.00
RegRead,format,HKEY_CURRENT_USER,Control Panel\International,sTimeFormat
msgbox %format% |
Topic: scren refresh |
rodfell
Replies: 1
Views: 59
|
Forum: Ask for Help Posted: Tue Aug 26, 2008 3:59 am Subject: scren refresh |
| does anyone know how to freeze (and later unfreeze) the screen (ie stop the screen refreshing). I'm trying to make a media gui nice and slick |
Topic: Problem with FileSelectFile and storing Path |
rodfell
Replies: 4
Views: 76
|
Forum: Ask for Help Posted: Fri Aug 22, 2008 12:58 pm Subject: Problem with FileSelectFile and storing Path |
fileselectfile,file
RegWrite,REG_SZ,HKEY_LOCAL_MACHINE,SOFTWARE\Program Name,File Selected,%file%
Regread,fileexecutable,HKEY_LOCAL_MACHINE,SOFTWARE\Program Name,File Selected
run %fileexecutable%
... |
Topic: Caps lock protector |
rodfell
Replies: 8
Views: 2355
|
Forum: Scripts & Functions Posted: Fri Aug 22, 2008 12:25 pm Subject: Re: Capslock protection |
| what do I do with the current Hotkey script, how do you undo these things.not sure what you mean by this. you apply and undo capslock by holding the capslock key for 0.5 secs. in any event, here is a ... |
Topic: Desktop lock with USB key |
rodfell
Replies: 7
Views: 382
|
Forum: Scripts & Functions Posted: Thu Aug 21, 2008 3:16 pm Subject: Desktop lock with USB key |
good program but i went looking for cracks
ctrl-alt-del, on my system frees the mouse but other input is still blocked. as i use a mouse gesture program deleting the block is then straight forward. ... |
Topic: Caps lock protector |
rodfell
Replies: 8
Views: 2355
|
Forum: Scripts & Functions Posted: Tue Aug 19, 2008 11:02 am Subject: Caps lock protector |
this code by lexikos lets you change capslock by holding it down for 0.5secs which avoids accidental hitsCapsLock::
Keywait, CapsLock, T0.5
if ErrorLevel
SetCapsLockstate,% ... |
Topic: simple mouse gesture with rocker |
rodfell
Replies: 43
Views: 4892
|
Forum: Scripts & Functions Posted: Fri Aug 01, 2008 5:21 am Subject: simple mouse gesture with rocker |
| I bought a new mouse recently - logitech mx620. It has a search button on it which triggers browser_search. I am unable to getkeystate() for this button and it doesn't look easy coordmode,mouse,screen ... |
Topic: simple mouse gesture with rocker |
rodfell
Replies: 43
Views: 4892
|
Forum: Scripts & Functions Posted: Sat Jul 26, 2008 11:40 am Subject: simple mouse gesture with rocker |
| changed the code a little to allow wheel gestures after rocking if mouse button remains down. what for? say grl: is play and grwheelup: is volume up. To play and turn up volume- hold down right butto ... |
Topic: simple mouse gesture with rocker |
rodfell
Replies: 43
Views: 4892
|
Forum: Scripts & Functions Posted: Fri Jul 25, 2008 12:27 pm Subject: simple mouse gesture with rocker |
| i have grown fond of the rocking function i have bolted on to this script. I have extensively rewritten the script so rocking is now an integral part. All rocking actions (that i can think of) are sup ... |
Topic: naughty word blocker |
rodfell
Replies: 41
Views: 1394
|
Forum: Scripts & Functions Posted: Fri Jul 25, 2008 10:39 am Subject: naughty word blocker |
| whatever. |
Topic: naughty word blocker |
rodfell
Replies: 41
Views: 1394
|
Forum: Scripts & Functions Posted: Tue Jul 22, 2008 8:44 am Subject: naughty word blocker |
| i'm not protecting them from the word, just the use of the word when communicating online |
Topic: naughty word blocker |
rodfell
Replies: 41
Views: 1394
|
Forum: Scripts & Functions Posted: Mon Jul 21, 2008 2:33 pm Subject: naughty word blocker |
There is nothing to prevent him or her to switch on the computer again, is there?No. That would be a bit harsh. You could do it by writing to the registry.
Is the script live already? How did your ch ... |
| |