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,
first off I want to say . . awesome work. I'm really liking the look
of Reflex.
So I'm working with the flex-examples-mxml project and I have setup
reflex-framework and reflex-components as library projects in Flash
builder, attached the manifest.xml to both lib projects and linked
them to the reflex-examples-mxml project.
At this point I'm getting the following compile errors and a cursory
look around shows that these Classes seem to be absent.
I'm probably making a rookie error here but maybe someone can point me
to the missing classes.
Thanks in advance.
Description Resource Path Location Type
1180: Call to a possibly undefined method ButtonSkin. Button.as /
reflex-components/[source path] src/reflex/components line 16 Flex
Problem
1180: Call to a possibly undefined method CheckBoxSkin. CheckBox.as /
reflex-components/[source path] src/reflex/components line 13 Flex
Problem
1180: Call to a possibly undefined method HorizontalSliderSkin.
HScrollBar.as /reflex-components/[source path] src/reflex/components
line 15 Flex Problem
1180: Call to a possibly undefined method HorizontalSliderSkin.
HSlider.as /reflex-components/[source path] src/reflex/components line
14 Flex Problem
1180: Call to a possibly undefined method ListItemSkin. ListItem.as /
reflex-components/[source path] src/reflex/components line 22 Flex
Problem
1180: Call to a possibly undefined method RadioButtonSkin.
RadioButton.as /reflex-components/[source path] src/reflex/components
line 14 Flex Problem
1180: Call to a possibly undefined method VerticalSliderSkin.
VScrollBar.as /reflex-components/[source path] src/reflex/components
line 15 Flex Problem
1180: Call to a possibly undefined method VerticalSliderSkin.
VSlider.as /reflex-components/[source path] src/reflex/components line
14 Flex Problem
Ben Stucki
unread,
Feb 20, 2011, 6:23:21 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
Hi Alex,
Thanks for checking it out. From the errors you're getting, it looks like you need to add "libs" as a swc folder (under Properties > Flex Library Build Path > Library path) to the ReflexComponents project. You can checkout some step by step instructions on the website as well. I'm actually working on ways to make setup a little easier right now, so hopefully it won't be as complicated in the future.
- Ben
a
unread,
Feb 20, 2011, 8:24:18 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
Thanks for the reply Ben,
Indeed it was my bad - the way I had set the library project was by
actually including the reflex-framework/src/ as a linked source
folder in my library project . . . so I missed the libs folder.
Once I actually added the libs folder the errors went away.
Many thanks,
Alex.
I have a new (less serious) error which I'll post in a new thread.