TxQuickView v1.20 - Universal file viewer plugin (Shareware)

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

Moderators: Hacker, petermad, Stefan2, white

icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Wrong thread, JP... This one is about TxQuickView, not RCC.
No price available yet!

Icfu
This account is for sale
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50479
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

About the shortcuts problem: Total Commander does indeed subclass the window handle which is returned by the plugin when the plugin window is created. But if this window has children, the hotkeys may go to these children and TC/Lister will not see them. Solution: Your plugin needs to forward the hotkey messages to your main plugin window, using PostMessage.
Author of Total Commander
https://www.ghisler.com
Sven
Member
Member
Posts: 111
Joined: 2003-02-10, 21:32 UTC
Location: Varel, Germany
Contact:

Post by *Sven »

1.00.3799 - 26.01.2004
  • Keyboard support for WMP controls
  • New option to disable tree view for folders (see TxQuickView.ini)
  • Check-mark attributes in popup menus
  • Reading of large MS-Office documents can be cancelled with <Escape>
  • Hotkeys are forwarded to Lister window
Download: http://www.sp-download.de/plugins/TxQuickView.zip
Jon Canale
Member
Member
Posts: 141
Joined: 2003-02-07, 12:54 UTC

Post by *Jon Canale »

Much better!

A couple of other strokes that I would like your plugin to process - how about something like "F" for fit-to-window? Could it toggle between fit and full, or fit and whatever the zoom size was set previously?

Also, there seems to be no way to use the arrow keys or PgUp/PgDn to scroll through the documents/images. Can this be added?

This would be for those of us who don't like to touch our mice any more than we have to.

And I just tried to disable the pdf viewer, so that Florian Heidenreich's viewer would catch the file first. I "deleted" the pdf extension in the settings dialog box. But even after quitting then restarting Total Commander, TxQuickView would still catch the pdf file first. Do I have to reboot to make this stick?

I also just tried viewing a gif and a html file. It seems as though once one of those type of files is read (possibly any file where you enlist the "help" of IExplorer), the ability to use the pass-through keys is lost, and "esc" will not close the window.

Thanks.
Sven
Member
Member
Posts: 111
Joined: 2003-02-10, 21:32 UTC
Location: Varel, Germany
Contact:

Post by *Sven »

1.00.3805 - 01.02.2004
  • Support for ListSendCommand
Download: http://www.sp-download.de/plugins/TxQuickView.zip

"Fit to Window" is now supported, PgUp/PgDn works for me.
And I just tried to disable the pdf viewer, so that Florian Heidenreich's viewer would catch the file first. I "deleted" the pdf extension in the settings dialog box. But even after quitting then restarting Total Commander, TxQuickView would still catch the pdf file first. Do I have to reboot to make this stick?
TxQuickView displays all files. The settings dialog box only assigns the extensions to the different viewers. You should move the other PDF viewer in the lister plugin dialog before TxQuickView, so that it can catch the file first.
It seems as though once one of those type of files is read (possibly any file where you enlist the "help" of IExplorer), the ability to use the pass-through keys is lost, and "esc" will not close the window.
TC does not support the MFC message handling, so I will try to find another solution.
Sven
Member
Member
Posts: 111
Joined: 2003-02-10, 21:32 UTC
Location: Varel, Germany
Contact:

TxQuickView v1.10

Post by *Sven »

1.10.3920 - 26.05.2004
  • Viewer for Font files
  • Keyboard support for IE view
  • Dependencies from dynamic MFC library removed
Download: http://www.sp-download.de/plugins/TxQuickView.zip
Sven
Member
Member
Posts: 111
Joined: 2003-02-10, 21:32 UTC
Location: Varel, Germany
Contact:

Post by *Sven »

1.20.4035 - 20.09.2004
  • Support for LZW compressed TIF/GIF images
Download: http://www.sp-download.de/plugins/TxQuickView.zip
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Re: TxQuickView v1.20 - Universal file viewer plugin (Sharew

Post by *Alextp »

Hello Sven,

Very good program, thanks. Even if it was not for TotalCmd.
Especially if it has veiwer of Delphi forms (is it another resource editor?)

And it supports so many formats - is it a plugin for TC or a standalone multimedia viewer? :)

Regards,
Sven
Member
Member
Posts: 111
Joined: 2003-02-10, 21:32 UTC
Location: Varel, Germany
Contact:

Post by *Sven »

Thanks for your kind words. :)

The viewer is a part of another file manager. A TC user asked me for making a TC plugin. The viewer for Delphi forms is self-made. I didn't have seen any tool which can display forms outside of Delphi.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Sven wrote: The viewer for Delphi forms is self-made. I didn't have seen any tool which can display forms outside of Delphi.
But I saw this tool, don't remember its title... some resource editor, which can show RCData resources in *.exe as forms.
Hmm, can TxQuickView display forms from resources (like that editor)?
Can it show non-standard compenents on forms?

Regards,
Sven
Member
Member
Posts: 111
Joined: 2003-02-10, 21:32 UTC
Location: Varel, Germany
Contact:

Post by *Sven »

Hmm, can TxQuickView display forms from resources (like that editor)?
Yes, TxQuickView also shows a list of used components (PACKAGEINFO).
Can it show non-standard compenents on forms?
You can customize the DFM view by editing the TxQuickView.ini. There is a list of standard classes, simply add your customized classes separated by a semicolon.

Sample:
TButton=TMyButton;TMyButton2
TCheckBox=TRXCheckBox
TRadioButton=TCoolRadioButton;TXPRadioButton

If TxQuickView finds a TXPRadioButton it will show a TRadioButton instead.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Notes

Post by *Alextp »

2Sven:
- DFM viewer doesn't show TPanels on forms
- Viewer of PACKAGEINFO structure is good!
I didn't see resource viewer with this feature.
But can you sort list of units in it?

- Viewer of manifest is Hex viewer.
Maybe better - to show it as text?

Regards,
jy Cheng
Junior Member
Junior Member
Posts: 15
Joined: 2003-06-15, 06:31 UTC

Post by *jy Cheng »

2 alextp:
Try this stand-alone DFM viewer/editor program. :D
MiTeC Delphi Form Editor v5.1
Description
Standalone editor for Delphi Form files (*.dfm) in both binary and text format.
It has object tree, object inspector and syntax highlighted editor and form previewing capability.
It can be extended with external packages (bpl files) to know more classes.
Forms can also be extracted from executables or libraries
Supports D1-D7 forms.

Target platforms
MS Windows 9x, MS Windows ME, MS Windows NT 4.x, MS Windows 2000, MS Windows XP, MS Windows Server 2003
Status
Freeware
Screenshots

You can use alt+F3 to view DFM files after adding below lines to wincmd.ini
[Extensions]
dfm=x:\path\DFMEdit.exe ^.dfm

:) :)
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2Cheng:
Thanks for link! It's a good tool!

Regards,
User avatar
leopoldus
Senior Member
Senior Member
Posts: 221
Joined: 2004-11-21, 09:47 UTC

Post by *leopoldus »

Could anybody advice how to configure this plugin/app TxQuickView? There are some setting in file TxQuickView.ini and in the system Registry, but I could not find anywere any explanations for meaning of those settings :(
And in app's forum everything in German, which I don't understand :(

BTW I have big troubles with searching in the plugin's window.
The only option to call search dialog in any type of document (HTML, TXT etc.) is context menu command via RMT - and this works only by pressing the button "Find Next", but not by pressing key "Enter". Yes, F7 calls search dialog too, but this does not really do nothing. Is this a bug of the app or something is wrong in my settings?
Thanks!
Post Reply