[Gambas-user] How to rearrange menu in gb.web.gui

Benoît Minisini benoit.minisini at gambas-basic.org
Fri Sep 15 15:57:13 CEST 2023


Le 14/09/2023 à 04:19, Safiur Rahman a écrit :
> Hi
> 
> I am using gb.web.gui application with menu bar at top.
> With containers of different arrangement, mediaquery in CSS and viewport 
> in Form header I could achieve responsive application for both mobile 
> size and desktop size devices. The only thing I could not arrange is top 
> menu. Is there anyway to display top menu in two or more rows if the 
> device width is reduced?
> 
> -- 
> Regards
> Safiur Rahman
> 

Indeed, the top menu-bar does not really fit smartphone vertical 
screens, as it is implemented with a WebHBox.

In the last commit, the menu-bar is now implemented with a container 
using "Row" arrangement.

Tell me if it's better for you.

Regards,

-- 
Benoît Minisini.



More information about the User mailing list