The clicks are probably handled internally by the container.I tried putting a button in an accordion (container) and the event would not fire (both _Action and _MouseClicked).
Am I doing something wrong?
Jim, did you ever get the answer to your question about _Action?Nice information Erel. This answers question I thought about earlier (the Id system).
Can you explain the fundamental difference between _Action and _MouseClicked events?
Is _Action the generic event to use when the user clicks the control via a mouse button?
Yes. It can also be raised if the button is focused and the user presses on the Enter button.Is _Action the generic event to use when the user clicks the control via a mouse button?
I just started using this today and had the same problem.Hi all,
Generate Member is not showing al possible Events.
I have TextFields in the Layout and give them a ID.
When I generate Members, I miss some Events possible in the TextField.
I only get Action and TextChange.
Mouseclicked I don't see.
Maybe we miss more events here.
Is there a possibility that I miss something???