| Author |
Message |
Forum: Scripts Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011] |
| Lazy_666 |
|
Posted: September 5th, 2010, 6:45 pm
|
|
Replies: 577 Views: 85894
|
Hey fincs,
thank for trying to figure out the reason. As I stated earlier, I won't be caught again with same issue, but it might help to someone else.
Back to work.
P.S. Awesome application. |
|
 |
Forum: Scripts Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011] |
| Lazy_666 |
|
Posted: September 5th, 2010, 5:15 pm
|
|
Replies: 577 Views: 85894
|
| ;AGENTSXXXX is list of agents for current Useless ;SHIFTSXXXX is shift list for the agent XXXXX AGENTS1:= SHIFTS1:= GENERALDATA:= ;Start read agents ;MsgBox, Start Loop, Read, C:\agents.txt ; Read agents from C:\agents.txt { Loop, parse, A_LoopReadLine, %A_Tab% { ArrayCount += 1 AGENTS%Ar... |
|
 |
Forum: Scripts Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011] |
| Lazy_666 |
|
Posted: September 5th, 2010, 4:29 pm
|
|
Replies: 577 Views: 85894
|
| Please do not get me wrong. I have figured out the problem and solved it. I am just reporting an issue. :D The most puzzling part was... it gives an error on a completely correct line. Even commenting it does not change the behaviour. So there might be some... checks included. Of course knowing this... |
|
 |
Forum: Scripts Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011] |
| Lazy_666 |
|
Posted: September 4th, 2010, 8:31 pm
|
|
Replies: 577 Views: 85894
|
| First of all... love the editor. :) Now let me explain the problem I met. I work on a script. The script is unicode. At certain point I decided to open new window, and copy the old one. Then edit at will. Suddenly I got a message "This line does not contain a recognized action." On a line:... |
|
 |
Forum: Support Topic: MouseGetPos issue |
| Lazy_666 |
|
Posted: May 24th, 2009, 3:31 am
|
|
Replies: 10 Views: 1145
|
try to use "On Screen" values, and not "In Active Window" values.
Did that helped? |
|
 |
| Sort by: |