Hi,
I creat a TabBar in which there are 3 bars and I put one textfield ( native.newTextField() ) in one scene( not the real scene) while the textfield remove function is also in this scene.
But when i switch to orther bar the textfield still on the screen.
How can I remove or hide the native textfield when switch in TabBar?
Thanks~~~