| Issue 8: | Pod titlebar children when instantiated via MXML (via titleBarChildren array) ignores visible = false | |
| 1 person starred this issue and may be notified of changes. | Back to list |
If you take the source from the pod sample application and set on of the titleBarChildren UIComponent's visible = false, it completely ignores that prop setting. |
|
,
Jan 09, 2009
(No comment was entered for this change.)
Labels: -Priority-Medium Priority-Low
|
|
,
Apr 02, 2009
fixed in revision 122 This issue was caused by the Panel superclass's call to layoutChrome which calls showTitleBar(show:Boolean). This method iterates thru all title bar children and sets their visibility to the show parameter, effectively overriding any MXML declared visibility properties being set.
Status: Fixed
|
|
|
|