Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Textfield:setLayout method parameters — Gideros Forum

Textfield:setLayout method parameters

flashjaysanflashjaysan Member
edited July 2018 in General questions
I'm writing a code that must prevent the text to go beyond 580 pixels wide.
I wrote this, but it doesn't work :
text:setLayout({w = 580})
Is it wrong?

Comments

Sign In or Register to comment.