AutoHotkey Community

It is currently May 23rd, 2012, 4:46 am

All times are UTC [ DST ]


Search found 9 matches
Search these results:

Author Message

 Forum: Support   Topic: Hotkey don't work

Posted: May 9th, 2010, 4:22 pm 

Replies: 2
Views: 830


Hi, Very Thanks,I'm very stupid :oops: , I try so many thing that I don't think to reset ifWinActive. Block or not it's not import, the most important think is to use #IfWinActive as parentesis: #IfWinActive my code #IfWinActive. Thanks :D Hotkey,^!F11,runKey return runKey: { outputdebug --- %A...

 Forum: Support   Topic: Hotkey don't work

 Post subject: Hotkey don't work
Posted: May 9th, 2010, 3:40 pm 

Replies: 2
Views: 830


Hi, the following code don't work If you delete the part with "#IfWinActive ahk_class Notepad" return to work. I try different class in ahk_class and ahk_group but #IfWinActive block the hotkey, I can I do? thanks p.s. The following code is a simple to explain the problem but my original c...

 Forum: Scripts   Topic: Script:ObjectArray 2.4a, Heap and Object layer

Posted: May 6th, 2010, 11:39 am 

Replies: 7
Views: 837


You're right, in effect I search for a library and I found some solution (not AHK_L) and at the end I used SimpleArray but I need different approach so I implement a my solution. I certainly wrong because I could find an other solution like AHK_L. When You write me about AHK_L I download it to see i...

 Forum: Scripts   Topic: Script:ObjectArray 2.4a, Heap and Object layer

Posted: May 5th, 2010, 11:46 am 

Replies: 7
Views: 837


Hi, I don't know very well AHK_L, I read about it and its system and I don't like it but this is only my personal opinion, I'm sure many people find AHK_L simple and useful. I install Autohotkey and when I search for array I find simpleArray but for my project it had some trouble. I need to have a g...

 Forum: Scripts   Topic: Script:ObjectArray 2.4a, Heap and Object layer

Posted: May 5th, 2010, 8:45 am 

Replies: 7
Views: 837


Hi, now I'm implementing a new system to use local array, byref, the use of array or of arrayName as same object and other thing. It's a little complex because I must change and retest all the functions. I have two way: - An incremental way where I change one function at a time with his test so the ...

 Forum: Scripts   Topic: Script:ObjectArray 2.4a, Heap and Object layer

Posted: May 1st, 2010, 6:09 pm 

Replies: 7
Views: 837


Updated to 2.4a

 Forum: Scripts   Topic: Script:ObjectArray 2.4a, Heap and Object layer

Posted: April 27th, 2010, 2:41 pm 

Replies: 7
Views: 837


Hi, I made this script to simulate an heap when I can store array and saving automatically array when I set, add, delete etc values and nested array. With this script you can store nested multi-level array This is in alpha version, I don't test every cases so report me all bugs. All suggestions will...

 Forum: Scripts   Topic: [lib] SimpleArray - short & fast string array - v3.5

Posted: April 23rd, 2010, 1:14 am 

Replies: 82
Views: 19744


edit: Thanks for your support, I made some suggestion but now I implement my own arrays script totally different from SimpleArray. However SimpleArray is a great script.
Bye

 Forum: Scripts   Topic: [lib] SimpleArray - short & fast string array - v3.5

Posted: April 22nd, 2010, 8:16 pm 

Replies: 82
Views: 19744


Hi, Thanks for your simplearray. I have a little problem: #Include simplearray_v3.5_rel.ahk elemArray := SA_Set(elemArray,"a",1,false,"AAA") elemArray := SA_Set(elemArray,"b",2,false,"BBB") elemArray := SA_Set(elemArray,"c",3,fals...
Sort by:  
Page 1 of 1 [ Search found 9 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group