Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread guess what
- Alerts - it takes to alerts.yahoo.com Similar;ly Shopping it takes to shopping.yahoo.com From: Tracy Spratt tr...@nts3rd.com To: flexcoders@yahoogroups.com Sent: Saturday, April 25, 2009 10:01:05 PM Subject: RE: [flexcoders] Flex Menu Basic Question

RE: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread Tracy Spratt
[mailto:flexcod...@yahoogroups.com] On Behalf Of guess what Sent: Sunday, April 26, 2009 4:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Menu Basic Question Maybe I am confusing you . This is what is my understanding of Menu . In genral we builld Menus and Their Childern we want

Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread guess what
But Can Home View have Childern say HomeView1. HomeView 2 under Home View ? From: Tracy Spratt tr...@nts3rd.com To: flexcoders@yahoogroups.com Sent: Sunday, April 26, 2009 9:42:53 AM Subject: RE: [flexcoders] Flex Menu Basic Question Menu is more generic

Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread Pedro Sena
-- *From:* flexcod...@yahoogro ups.com [mailto: flexcod...@yahoogro ups.com ] *On Behalf Of *guess what *Sent:* Sunday, April 26, 2009 4:30 AM *To:* flexcod...@yahoogro ups.com *Subject:* Re: [flexcoders] Flex Menu Basic Question Maybe I am confusing you . This is what is my

Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread guess what
3:29:00 PM Subject: Re: [flexcoders] Flex Menu Basic Question If HomeView is some kind of container, yes, you can have it.(Containers examples: Canvas, Box(VBox, HBox), and so on) But for organization purpouses, I suggest you to put the homeView's child inside your HomeView mxml component

RE: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread Tracy Spratt
, April 26, 2009 3:29:00 PM Subject: Re: [flexcoders] Flex Menu Basic Question If HomeView is some kind of container, yes, you can have it.(Containers examples: Canvas, Box(VBox, HBox), and so on) But for organization purpouses, I suggest you to put the homeView's child inside your HomeView mxml

Re: [flexcoders] Flex Menu Basic Question

2009-04-26 Thread Sam Lai
available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of guess what Sent: Monday, April 27, 2009 12:11 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Menu Basic Question I know I am going on and on . I seriously coudnt get

[flexcoders] Flex Menu Basic Question

2009-04-25 Thread myworld100us
I am posting a very basic question . I am trying to use Flex menus on my web page . I have built the menu but I am not sure how to do navigation . All i could do is if set Data for menu item i could do an alert to get Data . What I want is if user click on Menu A it should redirect or load a SWF

RE: [flexcoders] Flex Menu Basic Question

2009-04-25 Thread Tracy Spratt
, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of myworld100us Sent: Saturday, April 25, 2009 11:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Menu Basic Question I am posting a very basic

Re: [flexcoders] Flex Menu Basic Question

2009-04-25 Thread guess what
Thanks . I am so newbie. Can you provide me a sample example . From: Tracy Spratt tr...@nts3rd.com To: flexcoders@yahoogroups.com Sent: Saturday, April 25, 2009 8:10:58 PM Subject: RE: [flexcoders] Flex Menu Basic Question On your menu, specify a handler

Re: [flexcoders] Flex Menu Basic Question

2009-04-25 Thread guess what
); } From: Tracy Spratt tr...@nts3rd.com To: flexcoders@yahoogroups.com Sent: Saturday, April 25, 2009 8:10:58 PM Subject: RE: [flexcoders] Flex Menu Basic Question On your menu, specify a handler for the itemClick event. That event will have a reference to the item clicked, fro mwhich you

RE: [flexcoders] Flex Menu Basic Question

2009-04-25 Thread Tracy Spratt
_ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of guess what Sent: Saturday, April 25, 2009 11:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Menu Basic Question To be precise what do i do on the click event . I got the value of Action set