Universal Viewer - Lister alternative

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

Moderators: Hacker, petermad, Stefan2, white

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

Post by *Alextp »

2sas2000
OK, I see.

We have problem with it: we have context menu only in text modes. In image mode there is no context menu. In WMP/MSIE mode there is MS's context menu which I cannot modify of course... The same in plugins mode. So this feature can work only in text modes - this isn't usable....
User avatar
byblo
Senior Member
Senior Member
Posts: 270
Joined: 2005-02-20, 21:13 UTC
Contact:

Post by *byblo »

Hi :)

A little fix request : When escaping the viewer when fullscreen, it lost personalized position and size values to restore them by default into the in file :

[Window]
Left=325 (center?)
Top=287 (center?)
Width=630 (default size)
Height=450 (default size)


Edit1:Sorry I forget something, editing...

Edit2:Another little thing : The viewer window didn't having the focus on the task bar(?), excepted when viewing a html file.
Last edited by byblo on 2007-01-24, 00:15 UTC, edited 1 time in total.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2byblo
So you suggest not to restore position to default when escaping FS mode? I may add this to to-do...
User avatar
byblo
Senior Member
Senior Member
Posts: 270
Joined: 2005-02-20, 21:13 UTC
Contact:

Post by *byblo »

Alextp wrote:2byblo
So you suggest not to restore position to default when escaping FS mode? I may add this to to-do...
Yes, they should stay as before, no?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Yes, they should stay as before, no?
They stay as before- but only during current session.
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

Alex, the problem I mentioned here applies also to Universal Viewer with Image/Multimedia set. After viewing an ProE file with Universal Viewer it crashes.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2tbeu
Thanks for pointing: but what's the problem?

MSIE ActiveX with ProE plugin crashes on sample files? I cannot fix this, I don't have code special for ProE...
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

I know it is not in your responsibility. Just thought there is some way to catch the exception.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2tbeu
I'm already trying to catch WebBrowser exceptions:

Code: Select all

try
  WB_Navigate(FBrowser, FFileName);
except
end;
If it doesn't help, I don't know what to do...
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

I suppose it is not the correct time you catch the exception. It only crashes with loaded ProE file in IE mode when closing Universal Viewer.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2tbeu
I downloaded ProductView Express and demos from your links-- I don't see crashes. All is viewed and closed wihout any errors (here).
//I have MSIE 7.0.
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

OK, seems to be an issue of MSIE 6 components though. Nothing for you left to do :wink:
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2tbeu
Anyway, I found issue with these 3D files. By default I'm waiting for WebBrowser page opening completing, and on these files this gives a WebBrowser thread remaining in memory on close. MSIE opens these files too long. Even without ProductView Express. So I removed the waiting cycle.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2byblo
http://ghisler.ch/board/viewtopic.php?p=111960#111960

-Issues are fixed (redownload file again).
User avatar
byblo
Senior Member
Senior Member
Posts: 270
Joined: 2005-02-20, 21:13 UTC
Contact:

Post by *byblo »

Thank you, it feel more natural now :)
Post Reply