CoverFlowPapervision3D
This entry was posted
on Wednesday, May 27th, 2009 at 10:30 pm and is filed under org.efflex.mx.viewStackEffects.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
May 28th, 2009 at 9:59 am
[...] org.efflex.viewStackEffects.CoverFlowPapervision3D org.efflex.viewStackEffects.Slide org.efflex.pairViewStackEffects.Slide [...]
May 29th, 2009 at 8:56 am
[...] org.efflex.viewStackEffects.CoverFlowPapervision3D org.efflex.viewStackEffects.Slide org.efflex.pairViewStackEffects.Slide [...]
June 3rd, 2009 at 8:57 pm
this is awesome, thanx for the new version. One question though, when I click a button to change the child of the viewStack just before the effect starts I see a flashing black rentacle, that is if I use a transparent background. I tried setting the transparent value to true, and the modal to 0 but still I see it. U have any idea what is that? or how can I fix it? Thanx for everything!
June 3rd, 2009 at 10:03 pm
Can you post a simple example with view source enabled please Mike.
June 4th, 2009 at 4:51 am
sure, u can find it here: http://mbmradio.sytes.net/
check the gallery its were i used the effect.
June 6th, 2009 at 2:51 pm
Hi, thanks for the work.
I’m having the same issue here.
flashing black background, even when transparent is set to true.
In the Fade and FadeZoom Effect the background is displayed continously while Effect is beeing played.
Do you planned to open your source?
thanks again,
tobias
June 7th, 2009 at 10:13 am
Hi,
great work. But looks like weh have an Memory Leak Issue in this Effect.
The Number of the Instances of Vertex3dInstances, Number3D and MAtrix3D are growing quite fast. I have no Idea how i can handle this.
do you?
thanks, hans
June 8th, 2009 at 8:04 am
Hi,
I cant find the coverflow and some other files in your svn repository. I’d like to fix the black blackground bug. Or maybe you dont want to opensource 0.02 ?
June 9th, 2009 at 5:23 pm
Hi Martin
I’ll push an update up before the end of the week that fixes the issue.
July 10th, 2009 at 10:20 am
Hi,
we work on an AIR project that started as two separate AIR applications communicating through local connection and using efflex swc for some viewstack effects.
Now we have a new version of this software which is a single air application with two flex windows (by the way it was impossible to compile this application with efflex swc).
So, I added the new efflex from svn (thanks Tink).
In this configuration the application crashes while in transition of an effect and I have no clue what might be wrong.
any suggestions are very welcome
thanks in advance,
tsemer
July 10th, 2009 at 12:06 pm
Hey tsemer
Any chance you could put a simplified example online with source enabled that I could take a look at. See if we can get this resolved.
July 14th, 2009 at 12:10 pm
Hi again
unfortunately I can’t reproduce the problem in the demo I prepared. The error occurs when changing a selectedChild of viewStack while I populate it with data and components.
I will keep you informed of my progress
thanks again
October 6th, 2009 at 4:02 am
Hi Tink,
Can I view the all children of view stack at once like Dougmccune cover flow component.
Thank in advance,
Sirask
October 6th, 2009 at 8:28 am
Efflex is a library specifically for effects. You can display all children (as bitmaps), but only as an effect is taking place (i.e. usually a show effects).
I would say you want something more akin to a List that only creates the minimum number of renderers required and reuses them, than a ViewStack when creating something like the coverflow component.
February 19th, 2010 at 8:18 am
I got Error With
1046: Type was not found or was not a compile-time constant:
CoverFlowAway3D. MXViewStackEffectExample/src Efflex.mxml line 10
1266565773671 38
How to resolve my error?
March 2nd, 2010 at 8:07 pm
You need to download the source for the google code library
http://code.google.com/p/efflex/