AutoHotkey Community

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

All times are UTC [ DST ]


Search found 22 matches
Search these results:

Author Message

 Forum: Support   Topic: ^NumLock Issue

 Post subject: ^NumLock Issue
Posted: August 23rd, 2011, 9:49 am 

Replies: 1
Views: 176


For some reason I can't get ^NumLock to work. It works fine when another modifier key is used along with it (e.g. +^NumLock). Here are two of the ways I can remember testing it. I'm sure I tried other variations, but who knows what they were. #SingleInstance, Force SetNumLockState, AlwaysOn ^NumLock...

 Forum: Issues   Topic: (Fixed) ahk_exe won't work on 64-bit processes

Posted: August 13th, 2011, 1:11 pm 

Replies: 6
Views: 689


Can I suggest renaming ahk_exe to ahk_pn...or at least aliasing ahk_pn to ahk_exe? It is matching the "process name", whether it's ".exe" or not. I'm not entirely sure on this, but aren't almost all processes run as exe files? Besides, even if the extension isn't exe, if it can ...

 Forum: Issues   Topic: (Fixed) ahk_exe won't work on 64-bit processes

Posted: August 13th, 2011, 6:02 am 

Replies: 6
Views: 689


Wow! That was mighty fast! Tested it, and all is now well.

Thank you :D

 Forum: Issues   Topic: (Fixed) ahk_exe won't work on 64-bit processes

Posted: August 12th, 2011, 11:00 pm 

Replies: 6
Views: 689


Here's the code I used for testing. ProcessName is of course whatever process you want to test it on. MsgBox, % WinExist("ahk_exe ProcessName.exe") I tried this with several 32 & 64-bit processes. It worked on every 32-bit and returned 0 on every 64-bit. Running AHK_L 1.1.02.00...

 Forum: Utilities   Topic: Lexer and Folding For N++ (Finally!)

Posted: June 15th, 2011, 9:16 pm 

Replies: 88
Views: 26165


RaptorX wrote:
btw I will re-take the project soon, it was on hold but now i will have little bit more spare time.


Woohoo! You just made my day!

Great to hear this project isn't dead :D

 Forum: Utilities   Topic: Lexer and Folding For N++ (Finally!)

Posted: January 29th, 2011, 1:09 am 

Replies: 88
Views: 26165


I was working on a new AHK_L project the last couple of days and it made me curious if there was any news concerning your revised lexer, RaptorX? So, I thought I would just pop in and ask. Like I said, merely curious, since there hasn't been any activity here in awhile and I do so love your lexer :D

 Forum: Utilities   Topic: Lexer and Folding For N++ (Finally!)

Posted: December 15th, 2010, 9:26 pm 

Replies: 88
Views: 26165


Thanks for the update RaptorX! Looks like it's nothing but good news for me, since folding still works (as much as it ever did) on Notepad++ 5.8.5 Unicode, using your workaround. Good job on learning C++. I still find it strange that no C++ programmers wanted to help with this. Lucky for everyone us...

 Forum: Offtopic   Topic: Which AutoHotkey you prefer to use ?

Posted: October 20th, 2010, 9:57 am 

Replies: 230
Views: 12367


You forgot to mention that IA will work for non Windows users too! Thats very important to me. Yes, I think that's a major feature! The ability to write cross-platform scripts that will work for anyone with .net/mono is a very interesting prospect to me. Since the .net framework isn't going away so...

 Forum: Scripts   Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011]

Posted: October 15th, 2010, 6:58 am 

Replies: 577
Views: 85996


I'm just trying this out for the first time. It looks like quite a nice editor. Plenty of features to help with my mediocre skills! I just have one question. I've been using Notepad++ with the AHK Lexer ( http://www.autohotkey.com/forum/topic58792.html ) and have gotten used to folding with ;+ and ;...

 Forum: Offtopic   Topic: Which AutoHotkey you prefer to use ?

Posted: October 13th, 2010, 4:22 pm 

Replies: 230
Views: 12367


One described correctly - " AutoHotKey_L scares me ". Things that scare people are those that they do not understand. Learning always dispels fear. The faster the people switch, the shorter will outdated AHK stay among us causing problems to everybody. So if you really want to help others...

 Forum: Utilities   Topic: Lexer and Folding For N++ (Finally!)

Posted: October 1st, 2010, 12:04 am 

Replies: 88
Views: 26165


Thanks for the workaround. I was horror-stricken when I opened up a script yesterday and there was nothing but plain text! It would be nice if a C/C++ programmer took an interest in this lexer. I'm actually surprised no one with that skill set has, considering the popularity of both Notepad++ and AH...

 Forum: Support   Topic: Dynamic GUI numbering

Posted: September 8th, 2010, 7:38 am 

Replies: 3
Views: 284


Oh, right... it's there in the documentation! :lol:

Thank you both very much. It works perfect and I never would have found it! This should make things easier.

I don't have any reason to do it right now, but out of curiosity, is there any way to associate more than one label with a gui?

 Forum: Support   Topic: Dynamic GUI numbering

 Post subject: Dynamic GUI numbering
Posted: September 8th, 2010, 4:20 am 

Replies: 3
Views: 284


I'm trying to switch my gui's over to dynamic numbering. It's partly just a test to see if I can do it, partly to resolve other issues. I've managed to get most of it working fine with this idea. Gui %varGuiNumber%: Add, Button, Default, Okay What I'm stuck on is getting labels to work with it. Say ...

 Forum: Utilities   Topic: Lexer and Folding For N++ (Finally!)

Posted: July 2nd, 2010, 12:47 am 

Replies: 88
Views: 26165


I just found this yesterday, and I love it! Sadly, as it stands, I can't really use it. I've gotten very used to the alternate folding (;*** & ;*) in the user defined language that comes with AHK. When I tried switching over to curly brackets, it starts messing with how scripts need to be laid o...

 Forum: Support   Topic: Best way to input text around selected text?

Posted: October 16th, 2009, 6:42 am 

Replies: 5
Views: 1114


Hi, Pajenn. I thought I would let you know, after 6 days of learning and a few light bulbs going on in my head, I came to a solution similar to your second idea. Mine now looks like this: ButtonName: IfWinExist ahk_class Notepad++ WinActivate ClipSaved := ClipboardAll Clipboard = Send ^x ClipWait 1 ...
Sort by:  
Page 1 of 2 [ Search found 22 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group