kingyiren / efflex

Automatically exported from code.google.com/p/efflex
0 stars 0 forks source link

Efflex not working with AIR #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create Air app (flex 3.3 air 1.5.1)
2. import Efflex_v0.03_fx3_fp9.swc
3. add <pairViewStackEffects:Slide id="effect"/>

What is the expected output? What do you see instead?
I expect to compile and use it but compile and run but a:
"Component declarations are not allowed here. (Note: visual children must
implement mx.core.IUIComponent) "

compile error is thrown.

a describeType("org.efflex.mx.pairViewStackEffects.Slide");shows:
<type name="String" base="Object" isDynamic="false" isFinal="true"
isStatic="false">
  <extendsClass type="Object"/>
  <constructor>
    <parameter index="1" type="*" optional="true"/>
  </constructor>
  <accessor name="length" access="readonly" type="int" declaredBy="String"/>
</type>

I tried to download efflex sources and compile myself but sources in
googlecode seems to be 0.1, and addingcustom compiled Scroll effect manualy
efecto  = new Scroll();
homeView.setStyle("hideEffect", this.efecto);
homeView.setStyle("showEffect", this.efecto);

leads to viewstack emoty elements

What version of the product are you using? On what operating system?
0.03 , air 1.5.1, flex 3.3, linux

Please provide any additional information below.
Should efflex work with adobe Air?, i'd help, if guided..

Thanks ins advance,
Nico 

Original issue reported on code.google.com by nico.gom...@gtempaccount.com on 25 Jun 2009 at 1:02

GoogleCodeExporter commented 8 years ago
Weell ...

I got it working with Scroll and efflex from source .... just add the effect to 
all
the elements in viewstack .
I'll try with 0.3

Original comment by nico.gom...@gtempaccount.com on 25 Jun 2009 at 1:09

GoogleCodeExporter commented 8 years ago
Well it works ... dev error ...

Original comment by nico.gom...@gtempaccount.com on 25 Jun 2009 at 1:20