RE: [flexcoders] Label without size doesn't display

2006-06-30 Thread Gordon Smith
ent: Friday, June 30, 2006 6:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Label without size doesn't display After changing from beta3, the following code doesn't work:      var t:Text = new Text();    t.text = text;    t.styleName = "gradeLabel";    t.selectable

[flexcoders] Label without size doesn't display

2006-06-30 Thread Daniel Tuppeny
After changing from beta3, the following code doesn't work:      var t:Text = new Text();   t.text = text;   t.styleName = "gradeLabel";   t.selectable = false;//   t.width = 200;//   t.height = 100;   this.addChild(t);   inside my chart. Howevever, if I uncomment the width/height lines