Trying to build a Royale js project as previous posts.
After the build I am now left only with a bunch of warnings that all show
the same problem :
WARNING - Parse error. extra visibility tag
: * @private
This warning shows up once for every [Bindable] var in the whole project.
My bindings are still set the way they were in Flex e.g.
[Bindable] private var showDiv : Boolean;
and then in the mxml
<html:Div visible="{showDiv}" width="100%">
Sometimes a single var is bound to several different mxml components.
Do I need to specify each binding as shown in DataBindingExample_as?
Or is there something else I'm missing?
Doug
--
Sent from: http://apache-royale-users.20374.n8.nabble.com/