Managing Windows: Difference between revisions
imported>Jeremy |
imported>Jeremy No edit summary |
||
Line 8: | Line 8: | ||
===Docking Behavior=== | ===Docking Behavior=== | ||
There are three different docking behaviors you can set via the '''Edit>Options>Window Docking Settings''' menu of either Analysis GUI or the Workspace Browser: | There are three different docking behaviors you can set via the '''Edit>Options>Window Docking Settings''' menu of either [[Analysis GUI]] or the [[Workspace Browser]]: | ||
* Do not dock windows. | * Do not dock windows. | ||
* Do new plots and non-GUIs. | * Do new plots and non-GUIs. | ||
Line 14: | Line 14: | ||
===Browse Icons=== | ===Browse Icons=== | ||
You can also set the Workspace Browser to display figures as icons by setting the '''viewfigures''' option to '''true'''. Do this via menu '''Edit>Options> | You can also set the [[Workspace Browser]] to display figures as icons by setting the '''viewfigures''' option to '''true'''. Do this via the menu '''Edit>Options>Workspace Browser Options''' or using <tt>setplspref</tt> from the command line using the following command: | ||
<pre>>> setplspref('browse', 'viewfigures', 'true')</pre> | <pre>>> setplspref('browse', 'viewfigures', 'true')</pre> | ||
Once you’ve set the preferences, you may have to restart the Workspace Browser for the new preferences to take affect. | Once you’ve set the preferences, you may have to restart the Workspace Browser for the new preferences to take affect. |
Revision as of 13:18, 7 October 2008
Managing Windows In PLS_Toolbox and Solo
Managing numerous windows can be challenging, especially when you have limited screen space. PLS_Toolbox/Solo provides several tools for helping with this problem.
Figure Browser
The figbrowser utility (short for "Figure Browser") is available as a menu item at the top of all open figures.
Docking Behavior
There are three different docking behaviors you can set via the Edit>Options>Window Docking Settings menu of either Analysis GUI or the Workspace Browser:
- Do not dock windows.
- Do new plots and non-GUIs.
- Dock all figures.
Browse Icons
You can also set the Workspace Browser to display figures as icons by setting the viewfigures option to true. Do this via the menu Edit>Options>Workspace Browser Options or using setplspref from the command line using the following command:
>> setplspref('browse', 'viewfigures', 'true')
Once you’ve set the preferences, you may have to restart the Workspace Browser for the new preferences to take affect.