In what order are events dispatched by the EDT in the component hierarchy?
The logic would be that events are dispatched from the component with the 
highest Z-order (the one "closest" to the screen and thus the user) up to 
the one witht the lowest Z-oder (the root form). But it doesn't seems to be 
the case. 
For example for a pointerPressed event, if I consume it at the form level, 
the components that are drawn in the layeredPane of this form never gets it 
(whereas they do if I do not consume it) whereas they are drawn in front of 
the form (= they have a higher z-order) and thus should receive the event 
before it reach the form (and gets consumed)...

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/da741db1-cfc5-4e3f-a3e8-2d34c3bf623a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to