| Author |
Message |
Topic: AutoHotkey philosophy |
majkinetor
Replies: 17
Views: 525
|
Forum: General Chat Posted: Sat May 10, 2008 5:06 pm Subject: AutoHotkey philosophy |
Lua ofcourse.
Leave as it is for nabs. |
Topic: ISense 1.5 |
majkinetor
Replies: 199
Views: 18078
|
Forum: Scripts & Functions Posted: Sun May 04, 2008 10:31 am Subject: ISense 1.5 |
Heh, sounds like very intereseting proposition. If ISense gets updates, this will be among them.
Thx. |
Topic: [module] HiEdit 3.0.0.1-2 |
majkinetor
Replies: 94
Views: 11648
|
Forum: Scripts & Functions Posted: Tue Apr 29, 2008 9:14 pm Subject: [module] HiEdit 3.0.0.1-2 |
It seems to be related to a line of code in your wrapper.
There are some redrawing problems but with other controls I wrapped, i didn't encounter them with HiEdit.
I will see what i can do with yo ... |
Topic: [module] Dock 1.0 (testing 2.0 b3) |
majkinetor
Replies: 283
Views: 15021
|
Forum: Scripts & Functions Posted: Thu Apr 24, 2008 3:00 pm Subject: [module] Dock 1.0 (testing 2.0 b3) |
| You will have example soon. I am having 1 title button on all system dialogs (6 kind of different windows) in Favmenu 3. So far it works great and it will be there for you to check it out when i relea ... |
Topic: ISense 1.5 |
majkinetor
Replies: 199
Views: 18078
|
Forum: Scripts & Functions Posted: Thu Apr 24, 2008 2:58 pm Subject: ISense 1.5 |
It is currently designed for AHK only in some things. I don't know exactly which one but there aren't many AHK specifics in project siince I wanted it to be language independent from day 0.
You wi ... |
Topic: ISense 1.5 |
majkinetor
Replies: 199
Views: 18078
|
Forum: Scripts & Functions Posted: Wed Apr 23, 2008 8:46 am Subject: ISense 1.5 |
interesting  |
Topic: ISense 1.5 |
majkinetor
Replies: 199
Views: 18078
|
Forum: Scripts & Functions Posted: Tue Apr 22, 2008 1:34 pm Subject: ISense 1.5 |
Also, none of the built-in functions activate ISense. Such as:
FileExist(FilePattern)
GetKeyState(KeyName
Freakkk implemented built in and user functions in 1.5.1. I will put this version online ... |
Topic: ISense 1.5 |
majkinetor
Replies: 199
Views: 18078
|
Forum: Scripts & Functions Posted: Mon Mar 31, 2008 9:08 am Subject: ISense 1.5 |
| That should be it. Project is modularised so you will not have hard time following it. The main functions are in ISense.ahk, others are group per domain, like IE.ahk contains impelementation of inline ... |
Topic: FileExtract / FileExtract_ToMem (counterpart of FileInstall) |
majkinetor
Replies: 1
Views: 369
|
Forum: Scripts & Functions Posted: Wed Mar 26, 2008 9:43 am Subject: FileExtract / FileExtract_ToMem (counterpart of FileInstall) |
thx m8.
Very informative as always. |
Topic: How to: Run Dynamic Script... Through a Pipe! |
majkinetor
Replies: 32
Views: 3754
|
Forum: Scripts & Functions Posted: Wed Mar 26, 2008 9:39 am Subject: How to: Run Dynamic Script... Through a Pipe! |
| Thx for clarification. Sounds very interesting. |
Topic: How to: Run Dynamic Script... Through a Pipe! |
majkinetor
Replies: 32
Views: 3754
|
Forum: Scripts & Functions Posted: Tue Mar 25, 2008 3:55 pm Subject: How to: Run Dynamic Script... Through a Pipe! |
2 lexikos
Hello m8.
Can you tell me is it possible to recreate some simple file system this way. For instance, lets say I have 1 MHT file and several files in it (images, wavs, js's, etc..). Can I ... |
Topic: [Function] ListManagerGUI v0.01 (Alpha/Preview) |
majkinetor
Replies: 3
Views: 521
|
Forum: Scripts & Functions Posted: Mon Mar 24, 2008 9:45 am Subject: [Function] ListManagerGUI v0.01 (Alpha/Preview) |
| Thank you. I always liked the way you do your stuff. |
Topic: ISense 1.5 |
majkinetor
Replies: 199
Views: 18078
|
Forum: Scripts & Functions Posted: Sat Mar 22, 2008 12:31 pm Subject: ISense 1.5 |
I'm in Line 3: code code code...
I press Enter twice, so I'm in line 5: code code code ...
I got to line 4 with the up arrow key and start typing: ISENSE doesn't work. I have to use backspace and ... |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
majkinetor
Replies: 22
Views: 1036
|
Forum: Scripts & Functions Posted: Fri Mar 21, 2008 7:13 pm Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
| Sarah : using PlaySound() API through DllCall() should do the trick using SND_MEMORY flag. See here. As for JPeG, BMP & al, browsing through the forum should help you find the trick (look at sampl ... |
Topic: Efficient binary objects embedding in AHK code - ASCII 85 |
majkinetor
Replies: 22
Views: 1036
|
Forum: Scripts & Functions Posted: Fri Mar 21, 2008 4:03 pm Subject: Efficient binary objects embedding in AHK code - ASCII 85 |
Yes, exactly.
I would go ahead and create file system structure if possible similar to ScriptMerge.
Acctually, the concept generaly doesn't have so much benefits unless something similar to RAM dr ... |
| |