wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Most of the properties and functions are private, making components impossible to extend #186

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Example: AdvancedForm

1. resetValues() is private, so I can't override it.
2. modelStack is also private, so I can't just copy resetValues() to the child 
component
3. validators is also private

Workaround:
Get AdvancedForm out of flexlib, rename it, and enhance it at wish

Original issue reported on code.google.com by afil...@gmail.com on 20 Jan 2009 at 3:12

GoogleCodeExporter commented 8 years ago
You can check out all flex lib components from their SVN library and then build 
then
edit the individual components themselves and then rebuild the library once 
you've
made edits to it.  Or if you really wanted to I suppose you could take it out 
of the
library if you wanted to but that seems like kind of a jerk move.

see: http://code.google.com/p/flexlib/wiki/FlexBuilderProject

Original comment by bdub...@gmail.com on 19 Feb 2009 at 8:18

GoogleCodeExporter commented 8 years ago
The whole point is to commit my changes once I made them. But that requires 
write access, which (still) wasn't 
granted to me. So I just forked it.

Original comment by afil...@gmail.com on 19 Feb 2009 at 8:24