Incomplete display of information

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Russell
Junior Member
Junior Member
Posts: 7
Joined: 2004-02-03, 15:49 UTC

Incomplete display of information

Post by *Russell »

TC 603a does not show the same info in a file properties box as XP does
Missing are all the Winzip extension, Acrobat, Sent to extensions among others
Any ideas ?
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

The Properties box is just an XP window, has nothing to do with TC, so it should be the same. Can you provide us with screenshots?
I switched to Linux, bye and thanks for all the fish!
Russell
Junior Member
Junior Member
Posts: 7
Joined: 2004-02-03, 15:49 UTC

Post by *Russell »

User avatar
pdavit
Power Member
Power Member
Posts: 1529
Joined: 2003-02-05, 21:41 UTC
Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
Contact:

Post by *pdavit »

How do you actually call the context menu within TC? A delayed right-click or Shift+F10? Try both and tell us your findings. Try backing up as well your ini file and then start with the default one. Uninstall also any TC-related plug-ins.
"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
Russell
Junior Member
Junior Member
Posts: 7
Joined: 2004-02-03, 15:49 UTC

Post by *Russell »

both the delayed right-click or Shift+F10 produce the same result
I've actually found that TC does not "refresh" its windows all the time.
Example, I use the GANT XP icons shell.
If I display a dir in TC it shows only 4 of X directories with the correct icon. The others show the std Windows yellow folder.
If I leave the dir and return later (without quiting TC), it will show more dir's with the GANT icons (but, not all!)
Got the same result with the properties box ??

Renamed the wincmd.ini and restarted TC, same result as above
Russell
Junior Member
Junior Member
Posts: 7
Joined: 2004-02-03, 15:49 UTC

Post by *Russell »

I've found the problem but, don't know why...
I have some toobar icons that are quick links to directories. for example
[cd c:\%homepath%\My Documents] - will produce improper icons and limited dialog box information. In a split windows ALT-F2 C will produce a right hand window that is also incorrect
If I physically click to c:\Documents and Settings\rmilling\My Documents,, the icons are OK and the properties box is correct ? ALT-F2 C is OK
Russell
Junior Member
Junior Member
Posts: 7
Joined: 2004-02-03, 15:49 UTC

Post by *Russell »

The problem is the variable %homepath% or the use of.
If I replace it with the long path all is OK
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

The problem is here:
cd c:\%homepath%\My Documents
If you check the sceenshot you will see the path like this:
c:\\Documents and Settings ...
(two backslashes at the beginning)
use
cd c:%homepath%\My Documents
instead. This will be correct.
Interesting TC bug :-(
I switched to Linux, bye and thanks for all the fish!
User avatar
norfie
Power Member
Power Member
Posts: 1194
Joined: 2003-02-18, 14:18 UTC

Post by *norfie »

Last edited by norfie on 2004-09-11, 08:45 UTC, edited 1 time in total.
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

Hehe, for some reason TC thinks it displays a fs plugin list. Maybe because fs plugins start with \\\ on the path.
I switched to Linux, bye and thanks for all the fish!
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6972
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

SanskritFritz wrote:The problem is here:
cd c:\%homepath%\My Documents
If you check the sceenshot you will see the path like this:
c:\\Documents and Settings ...
(two backslashes at the beginning)
use
cd c:%homepath%\My Documents
instead. This will be correct.
Interesting TC bug :-(
No a TC bug.
Look up the definition of the variable %homepath% and you see that it already contains a "" at the beginning. So clearly using such a variable you should not add another "" in front of it.
The correct complete definition is:
cd %homedrive%%homepath%\My Documents
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

The TC bug is that if you have two backshashes in the path, then the context menu becomes the default fs plugin context menu.
I switched to Linux, bye and thanks for all the fish!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50505
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The bug is actually in the Windows function to create a context menu via OLE2 - it fails with the two consecutive backslashes, while all other file functions seem to work just fine. Therfore TC shows its own (much simplified) context menu in this case...
Author of Total Commander
https://www.ghisler.com
Post Reply