sorry it is <mx:MenuBar> Thanks, with Regards, Jitendra Jain
----- Original Message ---- From: jitendra jain <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, 25 September, 2008 9:48:49 AM Subject: Re: [flexcoders] Re: Listen itemClick on MenuBar public function menuHandler( MenuEvent : event){ if(Sting(event. item,@label== "File"){ //Dispatch Event } <mx:Menu itemClick="menuHand ler(event) "/> This will help Thanks, with Regards, Jitendra Jain ----- Original Message ---- From: Tim Hoff <[EMAIL PROTECTED] com> To: [EMAIL PROTECTED] ups.com Sent: Wednesday, 24 September, 2008 8:45:42 PM Subject: [flexcoders] Re: Listen itemClick on MenuBar Hi Andres, The MenuBar uses the click event for the top level. The children use itemClick. Usually, you have to listen for both.. -TH --- In [EMAIL PROTECTED] ups..com, "Andres Serral" <[EMAIL PROTECTED] > wrote: > > Hello. > The MenuBar control doesn't dispatch the "itemClick" event on items that has > childrens. > Anybody knows how can I capture the click event on any item (with childrens > or not)? > > Thanks > > Andres > ________________________________ Download prohibited? No problem. CHAT from any browser, without download. Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

