I seem to recall that in Opus 13 a test was added to determine if the right or left display was active. I can't find it. Does anyone know what I'm talking about? TIA
The only thing I can think of at the moment was also there in DOpus 12 .
@if:Set Focus=Left
and @if:Set Focus=Right
.
But you wrote 'was active' rather than 'is active'
Somehow I think you know better and maybe you are looking for something else ?
Or is this it ?
That?
Set SIDE=... – Can be used in conditionals to test if a button is on a Location Bar toolbar tied to the left (top) or right (bottom) side.
https://docs.dopus.com/doku.php?id=release_history:opus13_detailed:misc_commands
Thank you. That's what I remember reading all the way at the bottom of the page!
?
@icon:copysourcedest_left,Set DEST=left
@icon:copysourcedest_right,Set DEST=right
@if:DEST=right
dopusrt /argsmsgbox left
@if:else
dopusrt /argsmsgbox right
[quote="WKen, post:5, topic:53550"]
Thank you for this. I like the icon pointing the way.
There is a subtle point here. If in place of dopusrt /argsmsgbox left
you put a command like @if:SIDE=right Go SWAP
, a file display swap from right to left will only occur if the command is in a location bar toolbar.