Problem with inserting boxes in solar2d

Hello
I have a problem with my code. I’m making an application for mobile phone and when I try to insert text fields it always come out blank…basic model regardless of the features I put in the code. How can I change the text box templates?

Hi!

What are some of those features?

If you’re referring to cosmetics, they are not supported on Windows.

If you are developing on Windows then you won’t see the effects on the Simulator either, you’ll need to build the app and test on actual device to see the supported effects.

1 Like

my advice if i understood you correctly is to place an image, this image is whatever you want your textbox to look like, then put your textbox with the same location and dimensions of the image, and set the property of the textbox hasBackground=false

That’s all you need

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.