| Author |
Message |
Forum: Support Topic: Transform difference betweem AHK vs AHK_L |
| AutoWolfCub |
|
Posted: April 6th, 2011, 10:14 pm
|
|
Replies: 11 Views: 626
|
| I don't have PSPad . Are you sure that applies to saving the file? Try using Notepad to save as UTF-8. Also, use MsgBox to display the output. Right you are. There is a Format | UTF-8 option as well and a Format | Auto detect CP (Czech only) option too. This last one has seemed to help once or twic... |
|
 |
Forum: Support Topic: Transform difference betweem AHK vs AHK_L |
| AutoWolfCub |
|
Posted: April 6th, 2011, 10:48 am
|
|
Replies: 11 Views: 626
|
Lexikos wrote: I am not Lexicos.
I'm so sorry Lexikos, careless typo here. Thanks for your suggestions which I'm off to try now. I'll let you know how I get on.[/quote] |
|
 |
Forum: Support Topic: Transform difference betweem AHK vs AHK_L |
| AutoWolfCub |
|
Posted: April 5th, 2011, 10:58 am
|
|
Replies: 11 Views: 626
|
| It works as-is if you save the script correctly . Thanks Lexicos but I'm afraid it doesn't. I'm using PSPad and I've adjusted the settings as you suggested but with no luck... [img]C:\PSPad0001.jpg[/img] [Edit: photo not on the web. I've used Settings | Program Settings | Files and Dirs... About ha... |
|
 |
Forum: Support Topic: Transform difference betweem AHK vs AHK_L |
| AutoWolfCub |
|
Posted: April 4th, 2011, 9:01 pm
|
|
Replies: 11 Views: 626
|
| I had the following function which worked in non-L versions of AHK. Basically certain ' invisible ' characters were made visible . How can I achieve this is AHKL? I hope there is a similarly simple approach. printable_string( str) { StringReplace, str, str, %A_Space% , ยท , All StringRep... |
|
 |
Forum: Utilities Topic: Beeps |
| AutoWolfCub |
|
Posted: January 14th, 2011, 7:06 pm
|
|
Replies: 8 Views: 1686
|
| I use some small (max 38K) .WAV files that came with a Cylog software freeware version of Simple Simon. 'Yes', 'No', 'Damn' and 'Cherio' are the most useful ones and help with debugging. |
|
 |
Forum: Scripts Topic: Display and Sort Hotkeys |
| AutoWolfCub |
|
Posted: January 14th, 2011, 6:43 pm
|
|
Replies: 83 Views: 31148
|
| It works for me. the only change i had to make was remove D:\\ from your include parameter. Sorry, keylist2 doesn't work for me (though the scripts may be out of date due to newer versions of the language). I get a " This line does not contain a recognized action " error message in Format... |
|
 |
Forum: Support Topic: Debugging tools -sticky please |
| AutoWolfCub |
|
Posted: April 29th, 2010, 4:46 pm
|
|
Replies: 7 Views: 613
|
| Here's a very simple method of watching what your script does as it executes so that you can see what it is doing as it happens, it is basically a tiny console for your program. Often I find that just looking at what is in the script does not provide enough detail and I wish to specify my own. Agai... |
|
 |
Forum: Support Topic: Debugging tools -sticky please |
| AutoWolfCub |
|
Posted: April 21st, 2010, 11:32 pm
|
|
Replies: 7 Views: 613
|
| Not sure where this should be posted but here goes. I suggest the site could use a) A sticky on ' Debugging tools /techniques ' and b) An improved search function that would show which page(s) of a topic has (say) the words 'Debugging tools' OR c) A sticky on best use of the search function. Or is G... |
|
 |
Forum: Support Topic: How to stop all scripts with names like B1456729.ahk |
| AutoWolfCub |
|
Posted: February 23rd, 2010, 10:41 pm
|
|
Replies: 18 Views: 1759
|
| hrm, question, what version are you using? Good question. I'm using version 1.0.44.07 almost universally except when I explicitly call version 1.0.48.05 in another block of AHK code as below. PSPad resists every effort to change the path to the new version. Plus, opening the icon menu for a script ... |
|
 |
Forum: Support Topic: How to stop all scripts with names like B1456729.ahk |
| AutoWolfCub |
|
Posted: February 22nd, 2010, 1:37 pm
|
|
Replies: 18 Views: 1759
|
| VxE , you're right of course. However I couldn't coax your code to work, I believe PSPad may still be trying to run an old Autohotkey version. TLM your code didn't work as errors were flagged at the closeScript() { part followed by the many commands in strChr := Chr(85), stChar := Asc(strChr), getC... |
|
 |
Forum: Support Topic: How to stop all scripts with names like B1456729.ahk |
| AutoWolfCub |
|
Posted: February 21st, 2010, 6:41 pm
|
|
Replies: 18 Views: 1759
|
| Thanks all of you for responding. da_boogie_man ; I'm sorry to say you misunderstood. Process would kill ALL autohotkey programs rather than just the ones that fit the "format-mask". politie ; the script is to clear up after running scrap code fragments. Adding to the code fragments would ... |
|
 |
Forum: Support Topic: How to stop all scripts with names like B1456729.ahk |
| AutoWolfCub |
|
Posted: February 21st, 2010, 12:02 am
|
|
Replies: 18 Views: 1759
|
| I want to be able to stop all scripts running with names in the format U#######.ahk where U is an uppercase char and # is a number. AND ONLY THOSE SCRIPTS . These are produced by PSPad when you run (press F9) an unsaved script. The names appear to be randomly produced. Using ProcView I see that each... |
|
 |
Forum: Support Topic: Hi I need help with a script is as follows. |
| AutoWolfCub |
|
Posted: March 17th, 2009, 9:03 pm
|
|
Replies: 3 Views: 368
|
| Sorry, your question got mangled in translation. What is your question? |
|
 |
Forum: Support Topic: AutoHotKey Not Sending Keys Properly... |
| AutoWolfCub |
|
Posted: March 17th, 2009, 6:00 pm
|
|
Replies: 4 Views: 404
|
| Try this. I can't test as I don't have a joystick! The formatting has gone AWOL though. Joystick 1 button 2 is 1 joy2 with a ONE not L. ;;Joystick 1 Button 2 - Your hotkey, execute macro upon press 1joy2:: { sendInput {F2} Click right Click sendInput {F1} return } Try s... |
|
 |
| Sort by: |