menudesigner

  1. P

    B4J Question Menudesigner - small bug

    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: sbM.Append("End Select").Append(CRLF) before sbM.Append("End Sub").Append(CRLF)...
Top