Page 1 of 1

How do I hide the icon bar with 'Folders','Favourites', ...

Posted: Thu Feb 01, 2007 10:15 am
by pstein
How do I permanently hide the icon bar with the icons for e.g.
"Folders","Favorites","Categories",...

Re: How do I hide the icon bar with "Folders",&quo

Posted: Thu Feb 01, 2007 10:53 am
by xnview
pstein wrote:How do I permanently hide the icon bar with the icons for e.g.
"Folders","Favorites","Categories",...
View/Tree pane/Use tabs

Posted: Thu Apr 05, 2007 12:56 pm
by grobi
or you can use

ShowSmallToolbar=0
in XnView INI File
or in
[HKEY_LOCAL_MACHINE\Software\XnView\Hidden]

Re: How do I hide the icon bar with "Folders",&

Posted: Thu Apr 05, 2007 1:51 pm
by helmut
Actually the icon bar consists of two parts, the tabs (Folders, Favourites, Categories) and the small toolbar with file and folder actions.

For showing/hiding you use View > Tree pane > Use tabs (for tabs) and View > Small Toolbar (for the toolbar).

The equivalent entries in the .ini file are
[Browser]
ShowTabTree=0
ShowSmallToolbar=0

Posted: Thu Apr 05, 2007 3:37 pm
by grobi
hmmm seems that
[HKEY_LOCAL_MACHINE\Software\XnView\Hidden] isn't right.

Is there a list of Regkey's that can be used in HKEY_LOCAL_MACHINE to make the setting machine wide?

Posted: Fri Apr 06, 2007 12:22 am
by foxyshadis
XnView never touches HKLM for its options. You have to either manually propogate it to everyone's HKCU, set a logon script to push it, create a template and policy for it, or use PolicyMaker to simplify the prior option, among other options. (Both policy methods only work on 2K, XP Pro, 2003, or Vista Premium and up.)

My opinion…

Posted: Fri Apr 06, 2007 3:22 am
by Clo
:) Hello!

<½ OT>

• Which just shows that using the registry to save the settings is a mast in the b** !

</½ OT>

:mrgreen: KR
Claude
Clo

Posted: Fri Apr 06, 2007 1:23 pm
by xnview
grobi wrote:hmmm seems that
[HKEY_LOCAL_MACHINE\Software\XnView\Hidden] isn't right.
This key doesn't works??

Posted: Wed Apr 11, 2007 8:24 am
by grobi
No, the HKLM key doesn't work for all users. (On Terminal Server)

@foxyshadis
Policy is a good idea, but I hope to get it in registry so I can keep configuration in one software distribution package