I’m having some problems porting an app to the Mac.
Basically, the focus event is used to show some help pictures (each control has one).
On windows everything works as expected, on mac, the focus handlers are not triggered.
I found something about a Keyboards Shortcuts setting related to focus and upon enabling “All controls” I do get focus events on the Choice widgets but not on RadioBoxes.
The RadioBoxes do have the visual representation of a focused control but no event is triggered.
I'm having some problems porting an app to the Mac.
Basically, the focus event is used to show some help pictures (each
control has one).
On windows everything works as expected, on mac, the focus handlers are
not triggered.
I found something about a Keyboards Shortcuts setting related to focus
and upon enabling "All controls" I do get focus events on the Choice
widgets but not on RadioBoxes.
The RadioBoxes do have the visual representation of a focused control
but no event is triggered.