Configuration of V_INPUT_VIEW
[i=s] Last edited by Rabbit on 2011-10-26 13:41 [/i]The functions stated for V_INPUT_VIEW in the manual are as follows:
var input = v_create(V_INPUT_VIEW,0,100,300,100);
v_root().addview(input);
function gettext(x){ trace(input.text());
Are there any other functions I can use for configuration of the input box? e.g. a flashing cursor within the box to bring attention to it.
Also, is there any way we can call our own function when the user clicks "Done" on the android keyboard after entering data into the input box? Sorry we don't have that now. Will consider it
Page:
[1]