|
Yes that’s what I was asking –
why the inconsistency in naming conventions more than anything else. From: There is no MOUSE_DOWN type for a
DragEvent... they all start with DRAG_. However, if you're asking why the mouse
event type constants are in a separate MouseEventType class while the drag
event types are inside the DragEvent class, this will be fixed in Flex 2 Beta
1. All event type constants will be inside the event classes and there will be
no more "type" classes. - Gordon From: Is there a reason, out of curiosity, that
the event implementation is different between lets say: MouseEventType.MOUSE_DOWN DragEvent.MOUSE_DOWN Was there a reason that the DragEvent
doesn’t follow the same format as MouseEventType – its seems oddly inconsistent
and just wondering if there was any reasoning behind besides overlooking it?
|
- RE: [flexcoders] Event inconsistency Stacey Mulcahy
- RE: [flexcoders] Event inconsistency Geoffrey Williams
- RE: [flexcoders] Event inconsistency Sho Kuwamoto

