Codename One toolbar sidemenu issue - codenameone

I created a list using table layout which contains checkbox and message.The list is scroll-able . When i scroll down everything works fine,Where as when i check the check box and scroll down the toolbar side menu is expanding.
My requirement is to open the toolbar sidemenu only on the sidemenu toogle button click other than any click on the screen side menu should be in close mode.

Related

Switch between different menu in appbar

I have 4 icon buttons and when i click on one ,it menu should expand and when I click on the 2nd button previous menu should collapse and new menu should open at same time.I am using react js.Please suggest how i can achieve this

Sidemenu and scrollable form/container

If a form has scrollable container (tabs for ex), opening and closing the sidemenu also scrolls the containers below.
Is there a way to disable that ?
Tabs aren't scrollable, they are swipable. You can disable the swiping of the tabs or disable the swiping of the components. The side menu is swipable only from the left most portion of the screen so the rest of the screen is safe to swipe through.

auto scroll to menu when clicking button

I have card div with a button. when I click this button it should dropdown a menu. I want to make auto scroll to menu view when clicking this button, but I want to achieve that only on mobile phone not on desktop. is that possible?
Have you tried window.scrollTo()?

How to show side menu by event listener?

There is a side menu called topBar in a Container.
I add an icon in the main toolbar. This should acitvate the side menu.
I deactivated the Hamburger icon in the theme.
Now I cannot reach the side menu. tb is the main toolbar.
Code so far:
Container topBar = BorderLayout.north(new Label(icon));
topBar.add(BorderLayout.WEST, new Label("Cool App Tagline...", "SidemenuTagline"));
topBar.setUIID("SideCommand");
tb.addCommandToLeftBar("", icon, (e) -> XXXXX);
I cannot find the start function for the side menu, see xxxxx.
Use tb.openSideMenu() see our javadocs.

AngularJS Toolbar Button Tooltip Showing When Closing Sidenav

I have just started learning AngularJS and have created a header using md-toolbar. I have 3 buttons (Home, About and Enquiries) Each button has a tooltip that displays when hovered over. The 'Enquiries' button opens a sidenav. However, when I close the sidenav the 'Enquiries' button tooltip redisplays and does not fadeout. If I move the sidenav function call to the 'About' button, the same thing happens. It looks like the button that opened the sidenav will have it's tooltip redisplayed when the sidenav that it opened is closed. Any ideas on a solution please?

Resources