| Author |
Message |
Forum: Support Topic: reload script if certain window close |
| suoabb |
|
Posted: May 18th, 2012, 1:55 pm
|
|
Replies: 1 Views: 36
|
need a little help making a script to reload my ahk if a certain window "X" is close. i have a window that will close if it is idle for a while. i just want to make it so if that window close my script will reload itself.
thanks in advance |
|
 |
Forum: Support Topic: Reprinting script |
| suoabb |
|
Posted: January 13th, 2012, 11:33 am
|
|
Replies: 2 Views: 131
|
| { Inputbox,CID,Please enter CID to reprint,,,,100,290,62 IfWinNotExist Specimen Management Routing and Tracking ;add this and it fixed problem thanks { MsgBox,262192,SMART window timedout/closed,Please reopen SMART window and try again break } so the last problem i have: why is it so... |
|
 |
Forum: Support Topic: Reprinting script |
| suoabb |
|
Posted: January 11th, 2012, 5:09 pm
|
|
Replies: 2 Views: 131
|
| this is a script i made for work and alot of people use it, there are a few problems i have with the script was seeing if anyone can help me out in fixing some of the problems i've encountered or suggestions to make it better. would really appreciate it. i spend alot of time on just this one script.... |
|
 |
Forum: Support Topic: runing application |
| suoabb |
|
Posted: January 11th, 2012, 3:22 pm
|
|
Replies: 4 Views: 107
|
got it to work using this code:
Code: Run %ProgramFiles%\Java\j2re1.4.2_08\bin\javaw.exe -jar LCJ.jar -LocalRegistryFilename TNMC_L.XML,%ProgramFiles%\IDX\LCJ
just added ",%ProgramFiles%\IDX\LCJ" and it works
thanks alot |
|
 |
Forum: Support Topic: runing application |
| suoabb |
|
Posted: January 11th, 2012, 12:35 pm
|
|
Replies: 4 Views: 107
|
| i need a little help setting a shortcut to run. here are the info on the shortcut: the file name of the shortcut for the software is always "LW L(6 random #s) PRODUCTION" and is located on the desktop. the icon file is always located at "%ProgramFiles%\IDX\LCJ\LCJ3.ico" the file ... |
|
 |
Forum: Support Topic: run application |
| suoabb |
|
Posted: November 17th, 2011, 11:59 am
|
|
Replies: 1 Views: 60
|
| i am trying to make a script to run a file that is located on the desktop. i tried to find the source of the file and have that file set to run but it won't work. i know i can just set the file on the desktop to run, but on different pc that application has different name.. example on my the applica... |
|
 |
Forum: Support Topic: scolling within window |
| suoabb |
|
Posted: November 14th, 2011, 12:23 am
|
|
Replies: 6 Views: 191
|
| tried changing what you mention, it let me scroll the window i want but once i close that window and i reopen that same window the script still exits #SingleInstance force CoordMode, ToolTip, Screen SetDefaultMouseSpeed, 0 SetMouseDelay, -1 lines = 3 ToolTip, Control+Left click on window (contro... |
|
 |
Forum: Support Topic: scolling within window |
| suoabb |
|
Posted: November 13th, 2011, 11:11 pm
|
|
Replies: 6 Views: 191
|
| i changed the A to the name of the window i want to control but once i exit that window and reopen it, the script would exit, i tried deleting some parts but still it won't work here is the script i ended using: #SingleInstance force ;i tried using #persistent too CoordMode, ToolTip, Screen SetDefau... |
|
 |
Forum: Support Topic: scolling within window |
| suoabb |
|
Posted: November 13th, 2011, 12:32 pm
|
|
Replies: 6 Views: 191
|
| yes it helps, the second script worked for me, but is there anyway to set it to always scroll on a define window all the time. like for say when i click window b it will allow me to scroll when i use the wheel on the mouse to scroll. the second script i use from that link you gave me would exit when... |
|
 |
Forum: Support Topic: scolling within window |
| suoabb |
|
Posted: November 13th, 2011, 1:11 am
|
|
Replies: 6 Views: 191
|
| i need help making so that if a certain window "A" is open i can scroll in the small window "B" that is within that window "A". even when i click the small window "B" i can't use the scroll on my mouse. i can click on the right side of window "B" whi... |
|
 |
Forum: Support Topic: block user |
| suoabb |
|
Posted: October 9th, 2011, 12:35 pm
|
|
Replies: 5 Views: 126
|
|
 |
Forum: Support Topic: block user |
| suoabb |
|
Posted: October 9th, 2011, 12:12 pm
|
|
Replies: 5 Views: 126
|
really that esay... thanks so much.. hate having certain people using my script at work |
|
 |
Forum: Support Topic: block user |
| suoabb |
|
Posted: October 9th, 2011, 10:56 am
|
|
Replies: 5 Views: 126
|
| is there anyway to disable autohotkey when a certain user is log in? so they can't use the script? |
|
 |
Forum: Support Topic: controlsend/ loop script |
| suoabb |
|
Posted: March 25th, 2010, 4:21 am
|
|
Replies: 13 Views: 740
|
| thanks TLM for all the replys i meant to put this new script up eairlier when i got it working, but been doing alot of double at work. i been thinking of redoing my script and i got it to work by altering the script, so now i make it open Reprint Label window before the loop and set it to close if t... |
|
 |
Forum: Support Topic: controlsend/ loop script |
| suoabb |
|
Posted: March 22nd, 2010, 1:04 pm
|
|
Replies: 13 Views: 740
|
| if there is another window open on top of the Reprint Label window and have 4 box you can input than the input box next to the CID: text will become Edit5. so it depend on how man window is on top of the reprint label window and how many editable box exist. yes i manage to get the Reprint Label wind... |
|
 |
| Sort by: |