RE: [flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Sönke Rohde
Hi Peter, In my case this doesn't change anything and all my nodes have a label-attribute. Cheers, Sönke -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Blazejewicz Sent: Tuesday, March 28, 2006 8:01 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Joan Tan
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sönke Rohde Sent: Tuesday, March 28, 2006 10:06 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Menu Bar Killing me. Can someone help. Hi Peter, In my case this doesn't change anything and all my

RE: [flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Joan Tan
Subject: RE: [flexcoders] Re: Menu Bar Killing me. Can someone help. Hi Peter, In my case this doesn't change anything and all my nodes have a label-attribute. Cheers, Sönke -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter

RE: [flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Ted Patrick
Jeremy, With Flex 2 Beta 2 make sure to use return types for all functions. There are some hidden gotchas if you do not do this. In the function below I added the return type of void. Try: function menuHandler( oEvent : Object ) : void { currentState = oEvent.menuItem.data; } That error

RE: [flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Ted Patrick
://www.cynergysystems.com -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ted Patrick Sent: Tuesday, March 28, 2006 3:51 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Menu Bar Killing me. Can someone help. Jeremy, With Flex 2 Beta 2 make