In the Menudesigner that Derez posted but was improved by Mashiane, the generate members code is short of an "End Select". Obviously not used by many as no one reported it since 2016.
Fixed my version with:
before
www.b4x.com
Does just what I need and will encourage my use of menus.
Fixed my version with:
B4X:
sbM.Append("End Select").Append(CRLF)
B4X:
sbM.Append("End Sub").Append(CRLF)
Menu Designer
The task of creating menu for b4j is not simple because you have to create a jason string. I made a tool for creating the string based on this thread https://www.b4x.com/android/forum/threads/designer-menu-items.56602/ While doing that I exercised the new designer :) For first level menu items...
Does just what I need and will encourage my use of menus.