Universal Viewer - Lister alternative
Moderators: Hacker, petermad, Stefan2, white
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.

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.
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
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
2tbeu
I'm already trying to catch WebBrowser exceptions:
If it doesn't help, I don't know what to do...
I'm already trying to catch WebBrowser exceptions:
Code: Select all
try
WB_Navigate(FBrowser, FFileName);
except
end;
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
OK, seems to be an issue of MSIE 6 components though. Nothing for you left to do 

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
2byblo
http://ghisler.ch/board/viewtopic.php?p=111960#111960
-Issues are fixed (redownload file again).
http://ghisler.ch/board/viewtopic.php?p=111960#111960
-Issues are fixed (redownload file again).