Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
TextField Display — Gideros Forum

TextField Display

KirkkafKirkkaf Member
edited July 2014 in General questions
Hello everyone,

I am extremely new to Gideros so please bare with me. I have managed to display images on the screen and move them around so far. However, I am having some trouble displaying text using a TextField.

Using the reference manual I have the following;

local textfield = TextField.new(nil, "Hello World")
stage:addChild(textfield)

What else is required to display some text?

Thank you.

Comments

Sign In or Register to comment.