Bug reports will be moved here when the described bug has been fixed
Moderators: Hacker , petermad , Stefan2 , white
tbeu
Power Member
Posts: 1354 Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:
Post
by *tbeu » 2007-07-20, 13:06 UTC
Add
Code: Select all
[attrplugin]
Descript.ion=tc.comment :=
to your wincmd.ini, load this configuration in the change attributes dialog and TC 7.01 will close at once.
How can I save change attributes configuration with no value?
Last edited by
tbeu on 2007-09-06, 15:06 UTC, edited 1 time in total.
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
ghisler(Author)
Site Admin
Posts: 50390 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2007-07-23, 16:29 UTC
Please use the following:
I will check why there is a crash.
tbeu
Power Member
Posts: 1354 Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:
Post
by *tbeu » 2007-08-03, 06:23 UTC
What is wrong with
Code: Select all
JPG Comment="jpg-comment.JPG Comment Complete" := ""
? It can not be loaded in the change attributes dialog any more.
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
ghisler(Author)
Site Admin
Posts: 50390 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2007-08-06, 20:39 UTC
The double quotes are wrong - Windows removes them when loading from the ini file. Try
JPG Comment=""jpg-comment.JPG Comment Complete" := """
or
JPG Comment=jpg-comment.JPG Comment Complete := """
(sorry, untested)
tbeu
Power Member
Posts: 1354 Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:
Post
by *tbeu » 2007-08-07, 06:29 UTC
Only
Code: Select all
JPG Comment=""jpg-comment.JPG Comment Complete" := """
can be correctly reloaded. However it is saved as
Code: Select all
JPG Comment="jpg-comment.JPG Comment Complete" := ""
. This is a bug of TC 7.01 for saving field names with spaces.
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
tbeu
Power Member
Posts: 1354 Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:
Post
by *tbeu » 2007-09-06, 14:59 UTC
Fixed in TC7.02. Thanks!
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
ghisler(Author)
Site Admin
Posts: 50390 Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:
Post
by *ghisler(Author) » 2007-09-06, 15:00 UTC
Actually there should be two fixes
1. The crash
2. The added "" around the entry to let TC load it
Can you test both, please?
tbeu
Power Member
Posts: 1354 Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:
Post
by *tbeu » 2007-09-06, 15:08 UTC
Yes, both issues are fixed.
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