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
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