Hi All,
This is my first attempt at a menu, starting with the Tutorial and the default text when a menu is added I have produced the code below. I thought that this is so simple it could not fail, I was wrong.
Menu Items from the Visual Designer
The "About" Sub that should be actioned.
When I click on the "About" item in the menu nothing happens.
Obviously I have done something wrong, any ideas?
Regards Roger
This is my first attempt at a menu, starting with the Tutorial and the default text when a menu is added I have produced the code below. I thought that this is so simple it could not fail, I was wrong.
Menu Items from the Visual Designer
B4X:
[
{Text: "_Information", Children:
[
"_Help", "_About"
]
}
]
The "About" Sub that should be actioned.
B4X:
Sub About_action
Log("About_action")
End Sub
When I click on the "About" item in the menu nothing happens.
Obviously I have done something wrong, any ideas?
Regards Roger