Hi folks, got a NGUI professional version and working through the tutorials right now. First of all: its a VERRY good Framework that is easy to use.
I'm trying now to script around with NGUI, but i just can't find the answer to my question:
I have created a UI named "LoginGui"...
this UI (LoginGui->Camera->Anchor->Panel->....) have got 2 Inputfields named "InputAccount" and "InputPassword" and 1 Button...
a button got a OnClick() function and I want to get the variables of these 2 Input fields (in JavaScript) by pressing the button.
How can I do this? A simple code snippet would be nice how to access this variables of the Imputfields...
Thank you very much in advance for your answer