Quick View for Universal Viewer v1.0 beta2

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

tosbsas
Senior Member
Senior Member
Posts: 428
Joined: 2003-12-19, 13:12 UTC
Location: Lima, Perú
Contact:

Post by *tosbsas »

you are right, as I said something changed in 1.4.7.3 - it works now, apart from the dobel arrow click as it should

Ruben
A New Generation transformed by the Power of God
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

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?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Use it in dialogs and tell me is it something wrong with the file names ? This is the only place where bug can exist. After that, the process continues in your application....
Now script works (in dialogs).
Maybe I forgot to press Up/Down and used mouse click?..
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

Now script works (in dialogs).
OK. I will keept non-Unicode message then.
an script search for Viewer.exe first in script dir, then in inst dir?
Of course
Habemus majkam!
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Strange bug (in dialogs): when moving through files, Viewer suddenly stops showing files. Script shows in hint: proper filename, but errorcode 0 (not 42334123... when files are shown). After Ctrl-Q Ctrl-Q all worked again.

Cannot reproduce now... ??
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

I fixed "2 arrows problem".

You can download on first page.


I hope that this will solve all your curent problems.
Habemus majkam!
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

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.
Habemus majkam!
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

I think, you may implement docking as training example for AHK. It'll be a good for testing your docking class, anyway.

If you are not busy with that SuperSilver thing yet, of course...
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

I thought the same.

No, no supersilver yet :)
Habemus majkam!
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2majkinetor
Have you progress with docking options?

PS I have a progress here with Universal Viewer :)
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

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.
Habemus majkam!
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

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.
Into my code? How docking option of AHK script can be integrated into my code?
but it will probably be the first one in witch case you will get dll with easy syntax that you can use.
For what do I need this DLL? :)
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

Into my code? How docking option of AHK script can be integrated into my code?
It can't. Dll can't be created with AHK.I was talking about higher languages

For what do I need this DLL?
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.
Habemus majkam!
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

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 prefer that it will be in AHK, to not bloat up my exe by option needed rarely.
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

I prefer that it will be in AHK, to not bloat up my exe by option needed rarely.
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....

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!
Post Reply