Hi, i want to switch to single lister view when the viewer panel is open and switch back to dual view when the panel is closed. Can i make nested @ifset blocks and if it isn't possible could someone make this work as a script?
[code]@ifSet: DUAL=on
@ifset:FOCUS=Right
@set glob:LastFocusRight=1
@ifset:else
@set glob:LastFocusRight
@ifset:common
Set DUAL=Remember,Dest,off
Set VIEWPANE=on
Select THIS
@ifset:else
Set DUAL=Remember,Dest,on
Set VIEWPANE=off
Select THIS
@ifset:$glob:LastFocusRight
Go SWAP
@ifset:common
@ifset:common[/code]