[flexcoders] Simple TextField Question

2006-08-07 Thread richmcgillicuddy
I have a simple app that I want to have text show up using a TextField. public function onTest() : void { var myText:TextField = new TextField(); myText.x = 100; myText.y = 100;

RE: [flexcoders] Simple TextField Question

2006-08-07 Thread Joost Nuijten
ders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens richmcgillicuddyVerzonden: maandag 7 augustus 2006 19:11Aan: flexcoders@yahoogroups.comOnderwerp: [flexcoders] Simple TextField Question I have a simple app that I want to have text show up using a TextField.public function onTest() : void {

RE: [flexcoders] Simple TextField Question

2006-08-07 Thread Joost Nuijten
@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens richmcgillicuddyVerzonden: maandag 7 augustus 2006 19:11Aan: flexcoders@yahoogroups.comOnderwerp: [flexcoders] Simple TextField Question I have a simple app that I want to have text show up using a TextField.public function onTest() : void {var

RE: [flexcoders] Simple TextField Question

2006-08-07 Thread Gordon Smith
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joost Nuijten Sent: Monday, August 07, 2006 11:55 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Simple TextField Question Hmm the addChild should accept every object that is an instance

Re: [flexcoders] Simple TextField Question

2006-08-07 Thread Daniel Freiman
... And the funny thing is that the example code doesn't work... Van: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Namens richmcgillicuddyVerzonden: maandag 7 augustus 2006 19:11Aan: flexcoders@yahoogroups.comOnderwerp: [flexcoders] Simple TextField Question I have a simple app

RE: [flexcoders] Simple TextField Question

2006-08-07 Thread Joost Nuijten
: maandag 7 augustus 2006 23:54Aan: flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Simple TextField Question Try creating an mx.core.UITextField instead of a flash.display.TextField. UITextField implements the IUIComponent interface. - Gordon From: [EMAIL PROTECTED]ups.com

RE: [flexcoders] Simple TextField Question

2006-08-07 Thread Gordon Smith
Subject: RE: [flexcoders] Simple TextField Question Yeah, that should work. Although, my example works too, but can you tell why that is? Anyway, I think the documentation of TextField has to be updated. I added a comment to the livedocs. ~joost Van: [EMAIL PROTECTED]ups.com