Re: [flexcoders] Viewstack selectedChild doesn't remain invisible when told to

2007-10-17 Thread Tom Chiverton
On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote: I increase the width of a viewstack. I then make the selectedChild of the viewstack invisible. I then decrease the viewsatck size again. Problem I dont expect the viewsatck's selectedChild to become visible (after i have made it invisible).

RE: [flexcoders] ViewStack selectedChild

2005-03-10 Thread Matt Chotin
ViewStack has an id), you could simply do myViewStack.selectedChild = this[data]. Not sure what youre trying to really do here. From: Rob [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 2:15 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ViewStack selectedChild

RE: [flexcoders] ViewStack selectedChild

2005-03-10 Thread Rob
, and the dataProvider for the list has the data property set to the id of a container in the viewstack. TIA for any info. From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 2:16 AM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] ViewStack selectedChild The selectedChild

RE: [flexcoders] ViewStack selectedChild

2005-03-10 Thread Tracy Spratt
= this[myComponentId] is getting a ref to the real child component. Tracy From: Rob [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 9:34 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ViewStack selectedChild Hi Matt, Thanks for the replywhat you coded is (I

RE: [flexcoders] ViewStack selectedChild

2005-03-10 Thread Rob
selectedChild = this[myComponentId] is getting a ref to the real child component. Tracy From: Rob [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 9:34 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ViewStack selectedChild Hi Matt, Thanks for the replywhat you coded

RE: [flexcoders] ViewStack selectedChild

2005-03-10 Thread Matt Chotin
Right, which means I think you want this: viewStack.selectedChild=this[event.target.selectedItem.data]; From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 8:52 AM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] ViewStack selectedChild Just jumping

RE: [flexcoders] ViewStack selectedChild

2005-03-09 Thread Rob
Oopsit appears I have to use the data attribute to create a new object and use thatnevermind J From: Rob [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 4:32 PM To: [EMAIL PROTECTED] Subject: [flexcoders] ViewStack selectedChild Hi, Just curiousthe MM docs

RE: [flexcoders] ViewStack selectedChild

2005-03-09 Thread Rob
[mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 4:40 PM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] ViewStack selectedChild Oopsit appears I have to use the data attribute to create a new object and use thatnevermind J From: Rob [mailto:[EMAIL PROTECTED] Sent