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
Kirk