Application Menu Content

Visual LANSA Feature

Application Menu Content

Application menu content (#Prim_RBBN.ApplicationMenuContent) is shown on the right hand side of the popup displayed when the blue application button is clicked.

As the content may change entirely depending on what is active on the application content page it may be necessary to make many different content instances.  As with the Application Menu itself, Content is a plain panel and the design and behaviour is ultimately down to the developer.

Define_Com Class(#Prim_rbbn) Name(#Ribbon) Displayposition(1) Height(140) Left(8) Parent(#COM_OWNER) Tabposition(1) Top(8) Width(1033)
Define_Com Class(#Prim_Rbbn.ApplicationMenu) Name(#ApplicationMenu) Caption('File') Displayposition(1) Height(80) Keytip('F') Left(30) Parent(#Ribbon) Tabposition(8) Top(0) Width(100)
Define_Com Class(#Prim_Rbbn.ApplicationMenuContent) Name(#ApplicationMenuContent) Displayposition(5) Height(80) Parent(#Ribbon) Tabposition(7) Top(0)
Define_Com Class(#Prim_Rbbn.ApplicationMenuFooter) Name(#ApplicationMenuFooter) Displayposition(4) Height(20) Left(30) Parent(#Ribbon) Tabposition(6) Top(0)