Hi all,
I use a textField in my app to search a database. This works well, but I can’t change the color of the textFields background. It’a white instead of transparent, even by setting the hasBackground-property to true. I searched and found a solution by placing the textField outside the screen and placing it back after changing hasBackground, but this doesn’t work either.
A little code snippet:
[blockcode]
searchField = native.newTextField(55, 43, 220, 24, fieldHandler(function() return searchField end))
searchField:setTextColor(255, 255, 255)
searchField.hasBackground = true
[/blockcode]
Can anyone help me out?
Thanks in advance,
Danny [import]uid: 158051 topic_id: 28723 reply_id: 328723[/import]
[import]uid: 158051 topic_id: 28723 reply_id: 115803[/import]