contextmenu

  1. Guenter Becker

    B4J Question Designer ContextMenu

    Hello, Im new to B4J. In the Designer I add a context menu with 3 items to a button. Can anyone help me with a B4J snipped how to get the click event if a menu item is selected? Button_click will not work on right mouse click. I think a way is to use Mouse_Click Event and to look if the right...
  2. Pxs

    B4J Question How to get the Calling view from a context menu click

    Hello I'm trying to get the calling view upon selection of a context menu entry Context menu(from the editor): [ { Text:"Detailed Info", EventName : "ShowDetailedInfo" } ] Called sub: Private Sub ShowDetailedInfo_Action Dim mi As MenuItem = Sender End Sub I know...
  3. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 19 Contexts

    Ola This lesson is about the 'context' and 'contextmenu' widgets. Context are popups that one can use in case they want to provide some help on the UX. Both the context and context menus appear when the right mouse button is clicked and can be linked to any element on the page. In this...
Top