Closed GoogleCodeExporter closed 9 years ago
Not a bug - (just an inconsistency in the way my component work).
The backButton and rightArrow don't dispatch a UIButton.CLICKED event. They
dispatch MouseEvents.
(But, The rightButton is a subclass of UIButton, and dispatches
UIButton.CLICKED)
So change the listener to detect MouseEvent.MOUSE_UP ... and this example works.
Original comment by doc.andr...@gmail.com
on 5 Jun 2011 at 6:05
Original issue reported on code.google.com by
sanadhus...@gmail.com
on 5 Jun 2011 at 4:08Attachments: