You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Reflex Platform
Hi,
working through the compiler errors on the way to building
ReflexExamples.mxml, nearly there I think ;)
Could not resolve <layouts:Grid960Layout> to a component
implementation. CustomLayoutExamples.mxml /reflex-examples-mxml/src/
examples line 12 Flex Problem
Could not resolve <text:TextLayoutDisplay> to a component
implementation. TextLayoutDisplayExamples.mxml /reflex-examples-mxml/
src/examples line 23 Flex Problem
Could not resolve <text:TextLayoutDisplay> to a component
implementation. TextLayoutDisplayExamples.mxml /reflex-examples-mxml/
src/examples line 25 Flex Problem
Could not resolve <text:TextLayoutDisplay> to a component
implementation. TextLayoutDisplayExamples.mxml /reflex-examples-mxml/
src/examples line 27 Flex Problem
Could not resolve <layouts:VerticalCoverFlowLayout> to a component
implementation. CustomListExamples.mxml /reflex-examples-mxml/src/
examples line 60 Flex Problem
I can only see relfex.layouts package in reflex-framework but I can't
see the missing layout Classes mentioned above.
Also same with reflex.text package . . . It is in reflex-framework but
I can see TextLayoutDisplay
let me know if there is a lib I am missing or have these classes been
deprecated perhaps ?
alex
unread,
Feb 20, 2011, 8:47:10 PM2/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Reflex Platform
Ok - I found them in the reflex-library
linking the reflex-library project to the reflex-examples-mxml project
fixes the error.
Ryan Green
unread,
Feb 20, 2011, 8:43:07 PM2/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reflex-...@googlegroups.com
Make sure to get the reflex-library git repo as well.
alex
unread,
Feb 20, 2011, 9:01:38 PM2/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Reflex Platform
Ok - last one I hope ....
1172: Definition reflex.behaviors:MovieClipSkinBehavior could not be
found. LevelItem.as /reflex-examples-mxml/src/examples/renderers line
9 Flex Problem
1180: Call to a possibly undefined method MovieClipSkinBehavior.
LevelItem.as /reflex-examples-mxml/src/examples/renderers line 20 Flex
Problem
have looked through reflex-framework , reflex-components and relex-
library and I can't see this one.
Is it in a swc ?
Ben Stucki
unread,
Feb 20, 2011, 9:10:12 PM2/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reflex-...@googlegroups.com
Yep. My bad again. I just updated the examples project. If you want to pull the latest it should fix this issue. MoveClipSkinBehavior was removed recently and its functionality was refactored into MoveClipSkin.
alex
unread,
Feb 20, 2011, 9:18:03 PM2/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Reflex Platform
Ok - I just pulled and all is well.
I had to comment out this import to build
//import examples.TextExamples;