Quick View for Universal Viewer v1.0 beta2
Moderators: Hacker, petermad, Stefan2, white
2majkinetor
1. http://www.ghisler.ch/board/viewtopic.php?p=92413#92413
2. Can script search for Viewer.exe first in script dir, then in inst dir?
1. http://www.ghisler.ch/board/viewtopic.php?p=92413#92413
2. Can script search for Viewer.exe first in script dir, then in inst dir?
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
Is anybody interested in extending this ?
Sorry Alex I just recently saw your message on the Wiki.
I also found new way to get current directory in Open/Save dialogs witch works for virtual folders too (that have physycal representation). I also found the way to get full path of the file name not depending on windows settings (is it extension shown, etc...).
In the mean time, I accepted offer on AHK to write prototype of the flexibile Dock command. This command, once done will hopefully convince author to implement this internaly witch will give us much better docking and will shorten the script since the bigest part of it currently is about dock.
I just wan to know what people desire and if there are wishes for this you could include it together with distribution.
Sorry Alex I just recently saw your message on the Wiki.
I also found new way to get current directory in Open/Save dialogs witch works for virtual folders too (that have physycal representation). I also found the way to get full path of the file name not depending on windows settings (is it extension shown, etc...).
In the mean time, I accepted offer on AHK to write prototype of the flexibile Dock command. This command, once done will hopefully convince author to implement this internaly witch will give us much better docking and will shorten the script since the bigest part of it currently is about dock.
I just wan to know what people desire and if there are wishes for this you could include it together with distribution.
Habemus majkam!
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
No, not yet, sorry.
I don't have any time currently. My head is going to explode of programming...
I didn't know u are so much interested in it.
I can only promisse you that I will work on it after I finish Menu command for AHK (ETA 1 month), update Favmenu with new command if it turns out to be fast enough for that (ETA 2 weeks), then I must start that dock script I prommised (ETA ?). I searched a lot in the mean time for best solutions for that, so I wasn't exactly doing nothing - I found out that it can not be done fluidly in AHK except it is added internaly to the language [the succes of the script prototype will tell this]. The other solution is to create hooking dll to monitor windows movement in witch case it will be flowless and can be integrated into your code so no AHK will be required. I am not sure what am I going to do yet, delphi/c code or ahk code for dock command, but it will probably be the first one in witch case you will get dll with easy syntax that you can use.
I don't have any time currently. My head is going to explode of programming...
I didn't know u are so much interested in it.
I can only promisse you that I will work on it after I finish Menu command for AHK (ETA 1 month), update Favmenu with new command if it turns out to be fast enough for that (ETA 2 weeks), then I must start that dock script I prommised (ETA ?). I searched a lot in the mean time for best solutions for that, so I wasn't exactly doing nothing - I found out that it can not be done fluidly in AHK except it is added internaly to the language [the succes of the script prototype will tell this]. The other solution is to create hooking dll to monitor windows movement in witch case it will be flowless and can be integrated into your code so no AHK will be required. I am not sure what am I going to do yet, delphi/c code or ahk code for dock command, but it will probably be the first one in witch case you will get dll with easy syntax that you can use.
Habemus majkam!
Into my code? How docking option of AHK script can be integrated into my code?The other solution is to create hooking dll to monitor windows movement in witch case it will be flowless and can be integrated into your code so no AHK will be required.
For what do I need this DLL?but it will probably be the first one in witch case you will get dll with easy syntax that you can use.

- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
It can't. Dll can't be created with AHK.I was talking about higher languagesInto my code? How docking option of AHK script can be integrated into my code?
To install dock for your application. System hooks requre DLLs. It can not be done within exe, as dll needs to be loaded to every app process space in oreder to monitor its messages. If you don't like dll hanging around your exe, you can put it as a resource and unpack it as needed.For what do I need this DLL?
Habemus majkam!
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
If it is by your opinion needed rarely, why should I trouble myself with that in the first place ?! I mean, its not like trivial task to do....I prefer that it will be in AHK, to not bloat up my exe by option needed rarely.
And if you prefer lausy solution versus perfect one, I don't have problem with that, its your baby after all...
BTW, your point is strange - AHK will bloat much more not directly your app, but it doesn't matter.
Habemus majkam!