hat schon mal jemand ne FRadioButton component mit unterstützung von multiline labels geschrieben? FRadioButton verwendet ja FLabel und das ist nicht multiline.
var ref = _root.attachMovie('FRadioButtonSymbol', 'FComponent' + x, x); ref.setLabel("Radio Button" + newline + "next multiline"); ref.setSize(200, 50);
FLabelClass.prototype.setLabel = function(label) {
... // Modifikation this.labelField._height = this.labelField.textHeight + 3; // this.labelField._height = this.labelField.textHeight + 2; }
----------------------------------- var ref = _root.attachMovie('FRadioButtonSymbol', 'FComponent' + x, x); ref.setLabel("Radio Button" + newline + "next multiline"); ref.setSize(200, 50); ref.fLabel_mc.labelField._height++;
------------------------------------------------------ Archiv : //www.freelists.org/archives/ascoders/ Optionen : //www.freelists.org/list/ascoders ------------------------------------------------------