| Author |
Message |
Topic: AHK Stacks |
HuBa
Replies: 6
Views: 549
|
Forum: Scripts & Functions Posted: Sat Mar 29, 2008 2:22 am Subject: AHK Stacks |
| Nice, but what is the -9999? |
Topic: create new folder script |
HuBa
Replies: 6
Views: 486
|
Forum: Ask for Help Posted: Sat Mar 29, 2008 2:21 am Subject: create new folder script |
Check if the SysListView321 has the focus with ControlGetFocus.
And check if the mouse cursor is within the boundaries of the SysListView321 with MouseGetPos. |
Topic: [SOLVED] Restore WLM chatwindow from minimized state |
HuBa
Replies: 2
Views: 115
|
Forum: Ask for Help Posted: Tue Mar 18, 2008 7:47 pm Subject: [SOLVED] Restore WLM chatwindow from minimized state |
WinSet, Top doesn't do anything, but WinActivate do the trick. Thank you!
Now the final remaining problem is to detect the state of the window to allow toggling. Unfortunately WinGet MinMax always ... |
Topic: [SOLVED] Restore WLM chatwindow from minimized state |
HuBa
Replies: 2
Views: 115
|
Forum: Ask for Help Posted: Mon Mar 17, 2008 11:42 pm Subject: [SOLVED] Restore WLM chatwindow from minimized state |
It should be an easy job on every window, but Windows Live Messenger's chatwindow is not an "average" window.
Minimizing works fine, but it seems it is immune to the WinRestore command wh ... |
Topic: Notepad++ Syntax for AHK... |
HuBa
Replies: 2
Views: 307
|
Forum: Ask for Help Posted: Tue Feb 12, 2008 10:36 pm Subject: Notepad++ Syntax for AHK... |
There could be 2 different folders for NPP settings.
%ProgramFiles%\Notepad++\
%APPDATA%\Notepad++\
Check them. |
Topic: FPS-like key binding for ahk |
HuBa
Replies: 4
Views: 358
|
Forum: Wish List Posted: Tue Feb 12, 2008 10:31 pm Subject: FPS-like key binding for ahk |
What is fps sintax?
Off:
The word syntax is written like this. |
Topic: #SingleInstance, filename check |
HuBa
Replies: 4
Views: 1105
|
Forum: Wish List Posted: Mon Dec 24, 2007 9:17 pm Subject: #SingleInstance, filename check |
A check based on the PID would make more sense to me.
You misunderstood it. The ProcessID cannot help here.
I want to start the same script from different locations and I want to be sure there is ... |
Topic: #SingleInstance, filename check |
HuBa
Replies: 4
Views: 1105
|
Forum: Wish List Posted: Mon Dec 24, 2007 9:03 pm Subject: #SingleInstance, filename check |
I suppose the #SingleInstance condition is evaluated against the script's full path.
Now my problem is that my script directory can be accessed from various ways.
I use subst to map a dir as a d ... |
Topic: Window System Menu Manipulator Library v2.0 |
HuBa
Replies: 5
Views: 1102
|
Forum: Scripts & Functions Posted: Fri Dec 21, 2007 2:50 am Subject: Window System Menu Manipulator Library v2.0 |
I updated the library.
Some coding suggestions:
hWnd := hwnd ? hwnd : WinExist("A")
you can even put it in function call.
Makes things lil bit faster and shorter
Do ... |
Topic: AutoAccelerator for racing games |
HuBa
Replies: 0
Views: 980
|
Forum: Scripts & Functions Posted: Tue Dec 18, 2007 2:06 am Subject: AutoAccelerator for racing games |
By playing car simulators I noticed that I always press the Up arrow to achieve the highest speed. There were only a few times that I had to release the accelerator button (Up arrow) during a game.
A ... |
Topic: Popup menu by Left click on Tray icon |
HuBa
Replies: 1
Views: 942
|
Forum: Scripts & Functions Posted: Mon Dec 17, 2007 9:01 pm Subject: Popup menu by Left click on Tray icon |
I recently bought a TabletPC. This is a very interesting gadget because the user interface is mainly restricted to one button: the stylus tap on the touchscreen.
It is really struggling to configure ... |
Topic: AutoFiller |
HuBa
Replies: 3
Views: 479
|
Forum: Scripts & Functions Posted: Mon Dec 17, 2007 10:37 am Subject: AutoFiller |
No, but I rarely need it.
If I need then I write a script for it, because then I can handle checkboxes too. |
Topic: HK to edit the script in a specified editor |
HuBa
Replies: 2
Views: 163
|
Forum: Ask for Help Posted: Mon Dec 17, 2007 3:09 am Subject: HK to edit the script in a specified editor |
| http://www.autohotkey.com/forum/topic949.html |
Topic: Arrow Keys Control Mouse |
HuBa
Replies: 11
Views: 856
|
Forum: Ask for Help Posted: Sun Dec 16, 2007 6:37 pm Subject: Arrow Keys Control Mouse |
Nice script.
Just a little optimization: I think you can remove the xVal= and yVal= lines from the beginning of the script. |
Topic: Minimalist calculator - and enhancements |
HuBa
Replies: 23
Views: 3079
|
Forum: Scripts & Functions Posted: Sun Dec 16, 2007 6:20 pm Subject: Minimalist calculator - and enhancements |
Nice script!
I know that the original principle was the Menu Tray, Icon, calc.exe ; fancy icon
Longer decimal places:
SetFormat FLOAT, 0.9 ; extend decimal places
Combo ... |
| |