| Author |
Message |
Topic: AutoHotkey_L v1.1.04 |
nigelle
Replies: 47
Views: 3072
|
Forum: Announcements Posted: Wed Oct 05, 2011 2:29 pm Subject: AutoHotkey_L v1.1.04 |
Is this the last version to be stable ?
What is the stability status of V2 ?
Is it sensible to switch my scripts in AHK basic to this or to wait for V2 ? |
Topic: There is a solution to write scripts for FireFox |
nigelle
Replies: 82
Views: 12036
|
Forum: Ask for Help Posted: Thu Jan 13, 2011 6:34 pm Subject: There is a solution to write scripts for FireFox |
Changes between my libraries of functions CommonC.ahk and CommonD.ahk
I come back here to discuss with you some months of experience of use, and the direction of changes between my libraries of funct ... |
Topic: There is a solution to write scripts for FireFox |
nigelle
Replies: 82
Views: 12036
|
Forum: Ask for Help Posted: Sun Jan 02, 2011 6:45 pm Subject: There is a solution to write scripts for FireFox |
Have you installed the extension Keyconfig ?
Have you defined, in it, the short-cuts defined somewhere in this thread ?
This is required.
The function should probably work with the old version of ... |
Topic: There is a solution to write scripts for FireFox |
nigelle
Replies: 82
Views: 12036
|
Forum: Ask for Help Posted: Sun Jan 02, 2011 12:44 pm Subject: There is a solution to write scripts for FireFox |
Find below I line of one of my script slightly modified
rcrsl := rslect("your text") ; rc = 0 : found, rc = 1 not found
In AHK the argument(s) of a function is supposed by default to be a ... |
Topic: There is a solution to write scripts for FireFox |
nigelle
Replies: 82
Views: 12036
|
Forum: Ask for Help Posted: Sat Jan 01, 2011 2:31 pm Subject: There is a solution to write scripts for FireFox |
The function above is English only : I have translated it before posting !
The old library (common?) in the thread has 2 versions bilingual E/French or E only.
My personal new library is French only ... |
Topic: There is a solution to write scripts for FireFox |
nigelle
Replies: 82
Views: 12036
|
Forum: Ask for Help Posted: Fri Dec 31, 2010 7:17 pm Subject: There is a solution to write scripts for FireFox |
Find below rslect() which is recoverable version of slect() rc=o if found rc=1 if not found
rslect(x)
{
global wher, fnErr, st, fnl
Loop, 2
{
Send, {CTRLDOWN& ... |
Topic: AutoHotkey_L porting pack v0.1 alpha |
nigelle
Replies: 15
Views: 1893
|
Forum: Scripts & Functions Posted: Tue Dec 28, 2010 7:21 pm Subject: AutoHotkey_L porting pack v0.1 alpha |
So there are several solutions :
-From hugov post I understand that AHK_L can run script.ahkl, so if keep the association .ahk to AHK and I manually associate .ahkl with AHK_L it will work.
-From f ... |
Topic: AutoHotkey_L porting pack v0.1 alpha |
nigelle
Replies: 15
Views: 1893
|
Forum: Scripts & Functions Posted: Tue Dec 28, 2010 3:41 pm Subject: AutoHotkey_L porting pack v0.1 alpha |
Fine !
If I run a script by selecting it (+ enter) in explorer (or Total Commander), how to choose between basic AHK and AHK_L ? |
Topic: AutoHotkey_L porting pack v0.1 alpha |
nigelle
Replies: 15
Views: 1893
|
Forum: Scripts & Functions Posted: Tue Dec 28, 2010 2:16 pm Subject: AutoHotkey_L porting pack v0.1 alpha |
I use a partitioned disk :
-AHK.exe is installed in D:\AHotKey (your little test script also show this) and
-scripts in I:\AHK
What can I do ? |
Topic: How to report a crash ? |
nigelle
Replies: 4
Views: 617
|
Forum: Bug Reports Posted: Mon Dec 27, 2010 4:59 pm Subject: How to report a crash ? |
Thanks to Lexikos for the explanation.
I think that the best solution is to install AutoHotkey_L (that seems to support my OS Windows XP SP3) with 32 bits and ANSI (even if I use a national version ... |
Topic: How to report a crash ? |
nigelle
Replies: 4
Views: 617
|
Forum: Bug Reports Posted: Sat Dec 25, 2010 4:28 pm Subject: How to report a crash ? |
| AutoHotkey.exe has closed saying it has an error at offset 0000a960 and showing a big screen (that I cannot select to copy it here) showing many executables with addresses and at the end a dump-like p ... |
Topic: There is a solution to write scripts for FireFox |
nigelle
Replies: 82
Views: 12036
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 6:22 pm Subject: The mistery of spaces in shortcuts |
I am back from vacation.
To Michael@oz
You proposals of corrections are right : the spaces are neither in my old personal version that works well for me and my children nor in my first contributio ... |
Topic: Error: invalid username or password????? |
nigelle
Replies: 5
Views: 395
|
Forum: Ask for Help Posted: Mon Feb 08, 2010 6:44 pm Subject: Error: invalid username or password????? |
Once more the login that worked yesterday does not work today.
I think that there is a bug : Can I have the help of an administrator ? |
Topic: There is a solution to write scripts for FireFox |
nigelle
Replies: 82
Views: 12036
|
Forum: Ask for Help Posted: Mon Feb 08, 2010 5:17 pm Subject: There is a solution to write scripts for FireFox |
To hugov
I've setup the structure here
I have filled it ! Thanks to your help.
I have problems to format it nicely. I have found <br> to force a line break but I have not found how to format ... |
Topic: There is a solution to write scripts for FireFox |
nigelle
Replies: 82
Views: 12036
|
Forum: Ask for Help Posted: Sat Feb 06, 2010 9:16 pm Subject: Wiki |
Thanks to whom has improved my first entry in it !
It is nearly perfect except that I have used - as a bullet in some lists and that it remains in the line instead of going to the line below.
Now ... |
| |