RE: [flexcoders] select non-top level items in a hierarchical menu

2009-04-07 Thread Maciek Sakrejda
From: Tracy Spratt Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] select non-top level items in a hierarchical menu Date: Tue, 7 Apr 2009 00:33:39 -0400 The Menu will dispatch a plain “click” event for the parent nodes. Since menu options also dispatch “

RE: [flexcoders] select non-top level items in a hierarchical menu

2009-04-06 Thread Tracy Spratt
.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Maciek Sakrejda Sent: Monday, April 06, 2009 6:07 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] select non-top level items in a hierarchical menu So it looks like I can fake this by tracking a stack of open menus and dynamically adding /

Re: [flexcoders] select non-top level items in a hierarchical menu

2009-04-06 Thread Maciek Sakrejda
So it looks like I can fake this by tracking a stack of open menus and dynamically adding / removing MOUSE_DOWN listeners to the last menu opened / closed. This seems... ahem... less than ideal. Anyone have a better suggestion? -Maciek -Original Message- From: Maciek Sakrejda Reply-to: