B4J Question B4J CheckMenuItem Selected

yo3ggx

Active Member
Licensed User
Longtime User
Hi,

I have a B4J app with the interface designed using Scene Builder.
I've added two CheckMenuItem. I can click on them and generate the "Action" and "SelectedChange" events, but how can I set "Selected" status in the GUI when the application starts?

I have tried to add Dim and Initialize for the menu Items, then ".Selected" property become available, but the only effect is that the "SelectedChange" is triggered, the menu item is still not checked in the GUI.

What I'm doing wrong?

Thank you.
Dan
 

yo3ggx

Active Member
Licensed User
Longtime User
There is any simple/scripted way to convert the layout generated with SceneBuilder to Internal designer?


Thank you.
 
Last edited:
Upvote 0

yo3ggx

Active Member
Licensed User
Longtime User
I've converted the Scene Builder based layout to an Internal Designer based one.
I still don't now how can I set the 'selected' status of a menu item through code.
 
Upvote 0
Top