RE: [flexcoders] dynamic context menu problem

2009-01-30 Thread Gregor Kiddie
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Michael Pelz-Sherman Sent: 29 January 2009 19:53 To: flexcoders@yahoogroups.com Subject: [flexcoders] dynamic context menu problem I'm struggling to find an elegant solution to this problem: I

Re: [flexcoders] dynamic context menu problem

2009-01-30 Thread Michael Pelz-Sherman
masquerading as a ContextMenu? - Michael From: Gregor Kiddie gkid...@inpses.co.uk To: flexcoders@yahoogroups.com Sent: Friday, January 30, 2009 5:22:20 AM Subject: RE: [flexcoders] dynamic context menu problem The solution I put in place for a similar problem

RE: [flexcoders] dynamic context menu problem

2009-01-30 Thread Gregor Kiddie
...@yahoogroups.com] On Behalf Of Michael Pelz-Sherman Sent: 30 January 2009 15:44 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] dynamic context menu problem Thanks Gregor! This is slightly more elegant than the solution I've come up with. I *think* I follow you up to the last sentence. How

Re: [flexcoders] dynamic context menu problem

2009-01-30 Thread Michael Pelz-Sherman
Ah, got it. Thanks, I wish I had taken this approach from the start! From: Gregor Kiddie gkid...@inpses.co.uk To: flexcoders@yahoogroups.com Sent: Friday, January 30, 2009 11:15:54 AM Subject: RE: [flexcoders] dynamic context menu problem I wrote a routine

[flexcoders] dynamic context menu problem

2009-01-29 Thread Michael Pelz-Sherman
I'm struggling to find an elegant solution to this problem: I have a Flex app that has a dynamic context (right-click) menu. The menu contains different items depending on whether various objects are selected. Ideally, I'd like to re-generate the menu options right when the user right-clicks,