How to remove/get rid of Cuba's Application bar

Hi,

I’ve tried several ways to remove the application bar ( the one that Cuba show by default and lets you change between your screens and change some Administration settings ) but none of them worked.

Is there any way to remove it ?

If it’s not clear enough, here you have a picture of what I’m talking about.

Captura

Hi,

You can easily change main screen if you extend AppMainWindow screen from Studio. See this tutorial Main Window Layout - CUBA Platform. Developer’s Manual

If you want to simply hide main menu - set visible=false for the corresponding layout. Or you can even replace this screen layout completely.

1 Like