Hello all,
im getting the following error in the design Mode when i try to place a
custom component ( wich is inside a library project ) in an application
( in other flex project )...
Design mode: Error during component layout. Choose Design > Refresh to
refresh design mode.
this causes that i can't see anything in the application design view
[:-s] ... and refreshing doesnt solve a thing....
In runtime everything works perfectly, this problem is only in Design
Mode... The component uses mxml style binding and is inside a library
project, plus has some script code
trying to solve it, i've found some sources of the error...
1. The fact that the component is inside a library proyect... moving
the component to the same flex project where the view is solves the
problem, but i'd like to have all my components ina package. 2. When
i remove the Bindings (i.e. <mx:title>{myTitle}</mx:title>) it works
too, and i can keep my components in a library, but i'd like to keep the
binding in mxml style
I don't know if im doing something wrong or this can not be done,
I really apreciated if someone could give me some input on this...
Thanks in advance...
Gustavo Saume,
CINet Consultores