• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

createClassObject - TextInput Component

Community Beginner ,
Apr 15, 2006 Apr 15, 2006

Copy link to clipboard

Copied

I need to create TextInput Components at runtime. I can create the object just fine but I can not position or size the component. I assume this is due to the properties (x,y,width,height) being READ-ONLY but assumed that createClassObject would at least set the initial values as per the initObject. I am just testing right now and the initObject is {text:"Testing", width:100} I also tried {text:"Testing", width:"100"}.
Is it possible to use the initObject to size the TextInput Component, or does anyone know a work-around?
TNX
TOPICS
ActionScript

Views

324

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Apr 16, 2006 Apr 16, 2006

Copy link to clipboard

Copied

You use TextInputInstance.setSize(width,height);
And TextInputInstance.move(x,y);

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 27, 2020 Dec 27, 2020

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 16, 2006 Apr 16, 2006

Copy link to clipboard

Copied

Too busy looking at properties to consider methods.
Duh.......
Thanks for answering a question that already had an obvious answer.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines