I’m using the template offered by the engine and it works fine as long as I don’t change anything.
As soon as I add a TextField, a TextBox and a simple function with a text listener it gives me errors. I made multiple tries to fix it, playing with the code and tryign to delete most pecies possible, so it is reduced just to the strict necessary, but it still doesn’t work.
I hope you can help me, thank you
Which template are you using?
text fields and text boxes are native display objects, so you have to be careful when dealing with them
you should hide and show them manually when needed by using .isVisible=false or true property
because you cannot put them in display groups
1 Like
The Tab Bar Application that Solar2D gives you when creating a new project.