B4J Question Menudesigner - small bug

Peter Meares

Member
Licensed User
Longtime User
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:
B4X:
    sbM.Append("End Select").Append(CRLF)
before
B4X:
    sbM.Append("End Sub").Append(CRLF)


Does just what I need and will encourage my use of menus.
 
Top