Hi,
As far as I can tell it is not possible to remove the border around the native.textField.
If someone does know how to do this please can you let me know.
Thanks Jel
Thanks hgvyas123,
Your a star. It actually answered another question I had about outputting text from the textFields
Jel
Sorry one more question. How would I change the font ?
You can tell I'm a newbie.
hi welcome and no need to sorry,
chk this link for fonts
http://developer.anscamobile.com/content/display-objects#Using_a_custom_font
:)
I´m trying to have understand your code, but I don´t fully understand it. What I´m trying to do is have a textfield that is fully invisible(also the frame border) and so far I have:
1 2 3 | local textBox = native.newTextField( 210, 200, 100, 30, txtList) textBox:setTextColor(0, 0, 0, 255 ) textBox.hasBackground = false |
Could you give an example on how to remove the border on this textfield?
thanks
basically in above code textbox is outside of the screen and we are continuously taking the value in it to our text so no issue of border ( i have not tested above code still!!!!)
:)
may be you can do something like
just take textbox to outside of the screen and put dummy textbox to show text on it if that can feet with your need
:)