Page 1 of 1

Command for show/hide dual pane

Posted: 27 Apr 2011 11:02
by LittleBiG
Which command could show/hide the dual pane? I would like to use in a script... (I would like to hide navigation panel when I use dual panel. Setting ShowNav has already found...)

Re: Command for show/hide dual pane

Posted: 27 Apr 2011 11:19
by nas8e9
LittleBiG wrote:Which command could show/hide the dual pane? I would like to use in a script... (I would like to hide navigation panel when I use dual panel. Setting ShowNav has already found...)
The list of script commands can be made through Help > Make List of Commands. The output will be placed in the clipboard; by pasting it in a text editor you can search for the command you're looking for.

In this case it's

Code: Select all

#800;

Re: Command for show/hide dual pane

Posted: 27 Apr 2011 13:19
by LittleBiG
It is pretty simple, thank you. I didn't know, I can use #numbers in this way. I have tried to find a script command in help. Thanks again!