|
It might need to be public function set visible(v:Boolean):
Void { super.visible = v; } Also I think you need to make sure to also
include a getter that returns super.visible to make sure the full override is
successful. Public function get visible() : Boolean { Return super.visible; } Matt From: Tom Fitzpatrick
[mailto:[EMAIL PROTECTED] I'm trying to make use of the dynamic FormItem example of a custom |
- RE: [flexcoders] Warning from custom component Matt Chotin
- RE: [flexcoders] Warning from custom component Tom Fitzpatrick

