Grid
This entry was posted on Monday, November 3rd, 2008 at 6:18 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.
This entry was posted on Monday, November 3rd, 2008 at 6:18 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.
Efflex is proudly powered by
WordPress
Entries (RSS)
and Comments (RSS).
December 4th, 2008 at 5:08 am
Hi!
How can i view source code? right click but don’t see the view source! thanks!
December 4th, 2008 at 11:45 am
Hmm I’m not sure. If I right click I see the ‘view source’ option.
Maybe try clearing you cache, as the very first files uploaded didn’t have ‘view source’ enabled.
January 30th, 2009 at 2:26 pm
[...] aja. nah kali ini saya mencoba menggabungkan 2 buah Free Open Source Flex Project yaitu dari Efflex-viewStackEffects:Grid dengan Visual Reflection oleh Ben Stucki. well sangat mudah, yang baru belajar Flex juga pasti bisa [...]
April 4th, 2009 at 9:43 am
Regardless what effect I try in Flex builder 3, I get continuously error notifications. For example with the grid effect I get the error “1046: Type was not found or was not a compile-time constant: Grid. scroll/src”
A basic mistake I am making?
April 5th, 2009 at 3:53 pm
Looks like you haven’t made the class Grid availble.
April 18th, 2009 at 7:50 pm
When you scroll from index 1 to 3 it passes through 2. Is it possible to modify it so that any scroll is from the start index to the end index and not pass the ones in between?
Thanks
Prem
April 19th, 2009 at 4:13 pm
This effect won’t do that, but yes its feasible you could build an effect with this functionality.
April 19th, 2009 at 8:10 pm
Any pointers on what to change?
April 19th, 2009 at 8:18 pm
Take a look at the Squash and Scroll effects as you require a combination of the 2 (i.e. it scrolling, but skipping all other indices).
May 12th, 2009 at 2:29 pm
Hi,
I’m working on a flex project with Grid and Scroll effect. Now I inserted a form component with formitems and text inputs but I can’t click them. With the papervision effect, I still can click.
Is this a bug?
May 12th, 2009 at 2:48 pm
yup, new SWC 28th May.
May 14th, 2009 at 9:18 am
Hi Tink – beautiful library! I have the same problem as ZAP – looks like my mouse events are not triggered anymore after applying the grid effect.
Looking forward to the 28th.
May 18th, 2009 at 5:07 am
如何能看到源代码?请问,谢谢!
June 15th, 2009 at 9:18 am
Hi ,
When I set each of the stacks’s backgroundAlpha,I will see the background is transparent.But,if I click the next stack ,I can’t keep the transparent.Have you some good ideas?thank you ~
June 15th, 2009 at 10:05 am
Have you set transparent to true on the effect?
June 16th, 2009 at 3:37 am
Yes,I set this.I mean when the stack is moving,the transparent will be no use~
June 16th, 2009 at 8:15 am
Works fine here with v0.03. Can you put a simple example online with view source enabled, so I can see if we are talking about the same thing?