Tink did some work on a papervision 3d cube (and other) transition
effect on states, (or possibly viewstack, can't remember) which I think
has the same attribute - you can see both states at one time.
 The source is on his site somewhere. http://www.tink.ws/blog/ , it may
give you some clues.
 
 
 
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Max Frigge
Sent: 20 February 2008 04:52
To: [email protected]
Subject: Re: [flexcoders] Re: Is it possible to have 2 children of
viewstack visible?
 
Hi Jason,

I tried to avoid the states because it is so much more 
comfortable to use the viewstack with tabs and so forth.
But if I would try to go the States way.. how would I 
best organize it when I have two complex components?
Should I completely remove on child and ad the other.. where
each child would be a component and the transition would 
remove the child after its animation has finished?? 
Do I get this right?

And in regards to the other answer. The WipeEffect is not
what I want. I need both children to be visible at the same 
time so that you can see the second one sliding in while the
first one is sliding out.. 

Cheers, Max
----- Original Message ----
From: jmfillman <[EMAIL PROTECTED]>
To: [email protected]
Sent: Wednesday, February 20, 2008 4:52:19 AM
Subject: [flexcoders] Re: Is it possible to have 2 children of viewstack
visible?
Max,

I would think that States with transition effects would be the 
easiest way to do this.

Jason
--- In [EMAIL PROTECTED] ups.com <mailto:flexcoders%40yahoogroups.com>
, "m.frigge" <[EMAIL PROTECTED] .> wrote:
>
> Knock.. knock.. nobody knows this?? 
> A simple no it doesn't work would be alright too :-) ???
> 
> 
> --- In [EMAIL PROTECTED] ups.com
<mailto:flexcoders%40yahoogroups.com> , Max Frigge <m.frigge@> wrote:
> >
> > Hi,
> > 
> > I am trying to create a slide effect for a ViewStack. Therefor 
> > I would need to have 2 children visible at the same time, so that
> > you can see the second child sliding in while the first one is
> > sliding out. Is that possible or am I on the wrong path?
> > 
> > I want something like this:
> > 
> > <?xml version="1.0" ?>
> > <!-- containers\navigato rs\VSLinkEffects .mxml -->
> > 
> > 
> > <mx:Parallel id="toSecond" >
> > <mx:Move duration="400" xFrom="{search. x}"
> xTo="{search. width}" target="{search} "/>
> > <mx:Move duration="400" xFrom="{-custInfo. width}"
> xTo="{custInfo. x}" target="{custInfo} "/>
> > </mx:Parallel>
> > 
> > <mx:ViewStack id="myViewStack" 
> > borderStyle= "solid" 
> > width="200"
> > creationPolicy= "all">
> > 
> > <mx:Canvas id="search" 
> > label="Search" >
> > <mx:Label text="Search Screen"/>
> > </mx:Canvas>
> > 
> > <mx:Canvas id="custInfo" 
> > label="Customer Info">
> > <mx:Label text="Customer Info"/>
> > </mx:Canvas>
> > </mx:ViewStack>
> > 
> > <mx:Button click="toSecond. play()" label="Play Effect" />
> > </mx:Application>
> > 
> > 
> > 
> > 
> > 
> 
____________ _________ _________ _________ _________ _________ _
____________ __
> > Looking for last minute shopping deals? 
> > Find them fast with Yahoo! Search. 
> http://tools. search.yahoo. com/newsearch/ category. php?
<http://tools.search.yahoo.com/newsearch/category.php?> 
category=shopping
> >
>
 
 
________________________________

Looking for last minute shopping deals? Find them fast with Yahoo!
Search.
<http://us.rd.yahoo.com/evt=51734/*http:/tools.search.yahoo.com/newsearc
h/category.php?category=shopping> 
 

______________________________________________________________________
This communication is from Primal Pictures Ltd., a company registered in 
England and Wales with registration No. 02622298 and registered office: 4th 
Floor, Tennyson House, 159-165 Great Portland Street, London, W1W 5PA, UK. VAT 
registration No. 648874577.

This e-mail is confidential and may be privileged. It may be read, copied and 
used only by the intended recipient. If you have received it in error, please 
contact the sender immediately by return e-mail or by telephoning +44(0)20 7637 
1010. Please then delete the e-mail and do not disclose its contents to any 
person.
This email has been scanned for Primal Pictures by the MessageLabs Email 
Security System.
______________________________________________________________________

Reply via email to