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

createClassObject - TextInput Component

Community Beginner ,
Apr 15, 2006 Apr 15, 2006
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
378
Translate
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
You use TextInputInstance.setSize(width,height);
And TextInputInstance.move(x,y);
Translate
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
LATEST
Translate
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
Too busy looking at properties to consider methods.
Duh.......
Thanks for answering a question that already had an obvious answer.
Translate
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