Scroll
This movie requires Flash Player 9
This entry was posted
on Monday, November 3rd, 2008 at 6:18 pm and is filed under org.efflex.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.
November 4th, 2008 at 8:10 am
Love the effects!
One quick question when using effects such as scroll with a tabnavigator rather than a viewstack (the only difference from the sample) there’s a noticeable “jump” where it looks like the top padding of the tabnavigator isn’t being taken into account.
I see in the source some code that looks like it’s there to do the calc for the tabnavigator. Is this a current limitation or is there something simple I’m not doing to set the effect up correctly? Thanks again. Fantastically fun project
November 4th, 2008 at 10:28 am
The ViewStack Effects require a helper class for their layout. If a helper class isn’t defined then by defaukt it uses ViewStackHelper.
Try passing TabNavigatorHelper as the helper and see if that solves the problem. If it doesn’t can you put your example online, with the source and give me the link so I can have a look into fixing it.
November 5th, 2008 at 1:55 pm
I have a strange behavior - When i move my components the content isn’t clickable after scrolling - i dont know what im doing wrong
November 5th, 2008 at 2:57 pm
Bear with me whilst I take a look into this Boris.
November 5th, 2008 at 3:34 pm
I solved it - you have to wrap your components into a canvas - than will everythings works finest
November 5th, 2008 at 3:44 pm
Thats a good find, although why you have to do that I don’t know.
Thanks for pointing it out, I’ll look to see if I can actually resolve why this is required and see if I can provide a nicer solution.
November 5th, 2008 at 4:33 pm
Thanks for the response… that did it
Thought that I had tried that when I first grabbed the source, but obviously did something wrong. Just repointing it at the TabNavigatorHelper did the trick. Once again thanks.
November 10th, 2008 at 12:07 am
Excellent work, Tink.
Just what I’ve been looking for.
I cant view the source. The option isn’t there.
Is there a source I can view for these excellent examples?
November 10th, 2008 at 11:05 am
Hey Matt
“View Source” is an option in the context menu when you right click on the movie. You don’t see that?
November 10th, 2008 at 5:59 pm
Hey Tink
That’s where I assumed it would be, but I’m not seeing it at all.
I’ve tried it on two pcs now, and no option in the context menu at all.
November 10th, 2008 at 11:45 pm
Here’s a direct link
http://www.efflex.org/examples/viewStackEffects/Scroll/srcview/index.html
November 11th, 2008 at 11:48 pm
Love this effets, i was waiting you publish the effects since i saw it comming soon. I have a basic question… that i cannot understand, anyone can help me?.
When i add the xmlns:viewStackEffects=”org.efflex.viewStackEffects.*” to application tag, it sopouse to enables the
but i don’t see it in the intelligytype and it causes a compiler error, it doesnt recognize the namespace… why?
Thank you all in advance.
December 15th, 2008 at 5:51 pm
Argh!
the scroll effect is great, but it just won’t work properly… As soon as I add even a little label in the viewstack’s canvas, the effect bugs. Even embeding fonts doesn’t work…
If someone might help me…
December 15th, 2008 at 6:28 pm
Currently there is a fairly fundamental bug that means they will only work if you set the creationPolicy of the ViewStack to “all”.
I’m fairly tied up at the moment, and no-one else has stepped forward offering help with the project so it looks like it will remain like this at least until the new year.
December 17th, 2008 at 7:08 pm
Is there any way to control the direction (up, down, left, right) in the scroll as oppose to just being able to supply vertical and horizontal?
December 17th, 2008 at 7:21 pm
Hi Chris
No, thats not possible, although its quite feasible you could build an effect that did that.
December 21st, 2008 at 5:06 am
Love it! Thanks a lot!