AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 3994 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Forms Framework 0.61
majkinetor

Replies: 28
Views: 2108

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: Scripts & Functions   Posted: Thu Feb 25, 2010 6:48 pm   Subject: Review: AudioGenie2.dll [Nagware]
Great job. Thats what I was talking about Smile
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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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.
 
Page 1 of 267 Goto page 1, 2, 3 ... 265, 266, 267  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group