| Author |
Message |
Topic: Forms Framework 0.61 |
majkinetor
Replies: 28
Views: 2108
|
Forum: Scripts & Functions Posted: Fri Mar 19, 2010 12:02 pm Subject: Forms Framework 0.61 |
| Yup. As long as you keep credits, form modules can be separated and used whatever way you want. |
Topic: [module] SpreadSheet 0.0.2.1 - 3 |
majkinetor
Replies: 76
Views: 12886
|
Forum: Scripts & Functions Posted: Fri Mar 19, 2010 11:58 am Subject: [module] SpreadSheet 0.0.2.1 - 3 |
1. I can't find any way to print the files. Because there is no print function
You should see jballi's printing function for HiEdit. The principle is the same with SS.
But I can't work out how to ... |
Topic: [module] Dock 1.0 (testing 2.0 b3) |
majkinetor
Replies: 331
Views: 34446
|
Forum: Scripts & Functions Posted: Sat Feb 27, 2010 4:36 pm Subject: [module] Dock 1.0 (testing 2.0 b3) |
| All my modules are included at the end. Thats not going to change. |
Topic: [module] Dock 1.0 (testing 2.0 b3) |
majkinetor
Replies: 331
Views: 34446
|
Forum: Scripts & Functions Posted: Fri Feb 26, 2010 5:06 pm Subject: [module] Dock 1.0 (testing 2.0 b3) |
| Just change Dock_HostId when you detect new notepad is activen and call Dock_Update. |
Topic: Review: AudioGenie2.dll [Nagware] |
majkinetor
Replies: 22
Views: 4091
|
Forum: Scripts & Functions Posted: Thu Feb 25, 2010 6:48 pm Subject: Review: AudioGenie2.dll [Nagware] |
Great job. Thats what I was talking about
Thumbs up for making this, or something like this, part of AHKL.
I guess some functions don't work because they need extra maintance, but the biggest p ... |
Topic: [module] Dock 1.0 (testing 2.0 b3) |
majkinetor
Replies: 331
Views: 34446
|
Forum: Scripts & Functions Posted: Thu Feb 25, 2010 6:45 pm Subject: [module] Dock 1.0 (testing 2.0 b3) |
You can't have more then 1 dock host with this module.
The closest you can get is to make clients jump to another notepad when it gets activated.
I plan to allow multiple hosts and dynamic hosts ... |
Topic: AutoHotkey.dll |
majkinetor
Replies: 147
Views: 23752
|
Forum: Scripts & Functions Posted: Wed Feb 24, 2010 9:44 am Subject: AutoHotkey.dll |
Updated test version (including exe, dlls and bin)
Looks great. Thanks. |
Topic: [module] Dlg 5.02 |
majkinetor
Replies: 154
Views: 39308
|
Forum: Scripts & Functions Posted: Mon Feb 22, 2010 6:02 pm Subject: [module] Dlg 5.02 |
It doesn't require COM. Also, struct has only 3 params. Using it is as simple as DllCall.
See [url=http://www.powerbasic.com/support/forums/Forum7/HTML/002514.html]this |
Topic: [module] Dlg 5.02 |
majkinetor
Replies: 154
Views: 39308
|
Forum: Scripts & Functions Posted: Mon Feb 22, 2010 9:21 am Subject: [module] Dlg 5.02 |
Its not feasible. BrowseForFolder system dialog can opet both files and folders ((BIF_BROWSEINCLUDEFILES flag) while Dlg_Open could so only if you select file inside the folder
Wrapper for system ... |
Topic: Need GREP utility advice |
majkinetor
Replies: 4
Views: 119
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 2:39 am Subject: Need GREP utility advice |
| InfoRapid Search&Replace. |
Topic: early version request, Need NUMPUT() library/function |
majkinetor
Replies: 4
Views: 125
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 2:06 am Subject: early version request, Need NUMPUT() library/function |
Separate your code into multiple lines or use something like
DllCall(NumGet(x := NumGet( ... ) ) |
Topic: early version request, Need NUMPUT() library/function |
majkinetor
Replies: 4
Views: 125
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 1:23 am Subject: early version request, Need NUMPUT() library/function |
| Yup, its name is InsertInteger. You can find it all around. |
Topic: Hide window from taskbar and system tray ? |
majkinetor
Replies: 2
Views: 111
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 1:19 am Subject: Hide window from taskbar and system tray ? |
The above will hide the window from taskbar, not from the tray.
To delete tray icon, use Tray module:
http://www.autohotkey.com/forum/viewtopic.php?t=26042&start=0 |
Topic: Detect Open/Save dialog |
majkinetor
Replies: 4
Views: 3147
|
Forum: Scripts & Functions Posted: Sun Feb 21, 2010 2:21 pm Subject: Detect Open/Save dialog |
| As a newbeee, You could set a timer that checks for dialog existance every 500 ms. There is faster solution using hooks but its not trivial. |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
majkinetor
Replies: 439
Views: 82410
|
Forum: Scripts & Functions Posted: Sun Feb 21, 2010 11:20 am Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
I've updated the documentation to properly integrate AutoHotkeyU features.
New documentation is much better. Thx. |
| |