PDA

View Full Version : hide table in graphical browser


lcsoft
11-18-2004, 07:33 AM
Hi all,

I'm trying to use the graphical browser but I don't want to show the table part of the browser i.e. the panel at the right of the tree.

My question is: it is possible to not show at all the table?

I can let a table not defined, but the panel is still there: without any information but present.

Many thanks in advance.

Andy Poulsen
11-18-2004, 08:24 AM
Hi!

I believe the command you're looking for is part of the "sd-browser-exec-cmd" function.

The command you need to execute to hide the table portion is
(sd-browser-exec-cmd <browser-name> :set-graphics-mode)
To turn the table portion back on, use (sd-browser-exec-cmd <browser-name> :set-dual-mode)
Alternatively, if you want ONLY the table portion visible, use (sd-browser-exec-cmd <browser-name> :set-table-mode)
Of course, you'll need to replace <browser-name> with the actual name of your browser!

I hope this helps!

andy