- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
/**
* @private
*/
override protected function createChildren():void
{
nameLabel = IUITextField(createInFontContext(UITextField));
nameLabel.selectable = false;
nameLabel.styleName = this;
addChild(DisplayObject(nameLabel));
super.createChildren();
if (!nameLabel)
{
nameLabel = IUITextField(createInFontContext(UITextField));
nameLabel.selectable = false;
nameLabel.styleName = this;
addChild(DisplayObject(nameLabel));
}
}
Adobe, mx.charts.LegendItem. Недоверчивый, такой, код.
Lure Of Chaos 10.01.2012 23:31 # 0
kyzi007 10.01.2012 23:44 # +3
bugmenot 11.01.2012 00:38 # 0
actuator 11.01.2012 03:22 # 0
TheHamstertamer 12.01.2012 18:25 # 0
guest8 09.04.2019 12:29 # −999
Aligan 24.08.2021 03:15 # 0