Dear all,
I have tried text field but simulator said it is not working…so i can only try it in phone?
Are there any other ways to do it?
Thanks!
Dear all,
I have tried text field but simulator said it is not working…so i can only try it in phone?
Are there any other ways to do it?
Thanks!
Are you on a Mac or a PC?
Sorry to reply late. I am on a PC.
Hi Derek. This seems like a simple problem, but Microsoft makes using native.newTextField() impossible for us. Apple (OS-X and iOS and Android) allow native objects to live with the OpenGL canvas. Those objects sit on top of the OpenGL and can’t interact with it, but at least they can be there. Microsoft’s implementation does not permit native objects to work with OpenGL.
So the short of it, is The simulator under Windows does not support native.newTextField().
So, it is actually working on the phone but just not on window right?
so I need to grab an mac lol
Right.
Are you on a Mac or a PC?
Sorry to reply late. I am on a PC.
Hi Derek. This seems like a simple problem, but Microsoft makes using native.newTextField() impossible for us. Apple (OS-X and iOS and Android) allow native objects to live with the OpenGL canvas. Those objects sit on top of the OpenGL and can’t interact with it, but at least they can be there. Microsoft’s implementation does not permit native objects to work with OpenGL.
So the short of it, is The simulator under Windows does not support native.newTextField().
So, it is actually working on the phone but just not on window right?
so I need to grab an mac lol
Right.