Hello experts
I need your help i have main screen on the left side there is navigation area ( Docking container ) i added 2 buttons in
in main screen tool-bar which I can switch /on and other button to switch off the navigation area ( Docking container ), I didnt start with logic yet and i want the button to show ' off ' only when navigation area is showing and 'ON' when the navigation area isn't showing :
should I use the following METHOD?
WHEN 'ON'
????
WHEN 'OFF'
CALL METHOD container ->free
Regards