Sebastian Karasiewicz

Sebastian Karasiewicz Backend Developer

Temat: Image fadeOut effect

Witam,

Robię prostą galerie we flexie,

<mx:Fade id="fadeOut" duration="1000" alphaFrom="1.0" alphaTo="0.0"/>
<mx:Fade id="fadeIn" duration="1000" alphaFrom="0.0" alphaTo="1.0"/>

<mx:HTTPService id="zdjeciaRPC" url="katalog.xml"
result="katalogZdjec(event)" resultFormat="e4x"/>
<mx:Image id="bigFoto" source="{'images/'+lista.selectedItem+'.jpg'}"
completeEffect="fadeIn"/>
<mx:HorizontalList id="lista" dataProvider="{idZdjecArrayCollection}"
height="100" width="800">
<mx:itemRenderer>
<mx:Component>
<mx:VBox> <mx:Label text="{data}"/>
</mx:VBox>
</mx:Component>
</mx:itemRenderer>
</mx:HorizontalList>


znalazłem sposób aby każde kolejne zdjęcie pojawiało się z fadem,
completeEffect="fadeIn" robi swoje, niestety nie mogę znaleść metody na fadeOut :/ ,showEffect i hideEffect nie działają, ani żadne inne efekty których próbowałem, przeszukałem google, ToureDeFlex i nic :/

z góry dziękuję za odpowiedźSebastian Karasiewicz edytował(a) ten post dnia 28.11.09 o godzinie 13:35
Łukasz Błachowicz

Łukasz Błachowicz codziennie wymiatam
i odkurzam

Temat: Image fadeOut effect

Ja tam masterem flexa nie jestem ale na logike

<mx:Fade id="fadeOut" duration="1000" alphaFrom="1.0" alphaTo="0.0" effectEnd="coll=lista.selectedItem" />
<mx:Fade id="fadeIn" duration="1000" alphaFrom="0.0" alphaTo="1.0"/>

<mx:Script>
<![CDATA[
[Bindable]
public var coll:Object;
]]>
</mx:Script>

<mx:Image id="bigFoto" source="{'images/'+coll}" hideEffect="fadeOut" showEffect="fadeIn" complete="bigFoto.visible=true" width="206" height="135"/>
<mx:List id="lista" dataProvider="['1.jpg','2.jpg','3.jpg','4.jpg','5.jpg']" change="bigFoto.visible=false" x="10" y="143" width="196"/>
Łukasz Błachowicz edytował(a) ten post dnia 28.11.09 o godzinie 14:09
Sebastian Karasiewicz

Sebastian Karasiewicz Backend Developer

Temat: Image fadeOut effect

działa, dziękuję bardzo :) dopiero od miesiąca bawię się flexem i czasami takie głupoty sprawiają kłopoty

pozdrawiam i jeszcze raz dziekuję

Następna dyskusja:

effect Scale




Wyślij zaproszenie do