The command is working if the application is run in basic mode. The problem only occur in standard mode (both 8.0.2 and 8.5.2 beta2)
The ViewNavigatorsNone Command no longer hide the Navigator Pane when a view is opened in Notes 8.0.2 (don’t remember it is happen in 8.0.1). Anyone has a workaround?
The code we use is very simple. We use an action button to open a view:
@Command([OpenView];“viewName”);
@Command([ViewNavigatorsNone])