How to get iphone keyboard in my game to enter my name

Hi Everyone, i written on profiles.js script.
In that i have one gui text field

GUI.Textfield(Rect(x,y,w,h),“Enter Your Name”);

now in order to enter the name , i need to activate the iPhone default Keyboard on touch of this text field .

now is there any method or function to call iPhone keyboard on touch of that textfield
I gone through the script references , they given
FocusType.Keyboard . used for Textfield

if i used this it is giving the following error
BCE0034: Expressions in statements must only be executed for their side-effects.

Thanks&Regards

:lol:

You won’t actually be able to do this from Unity iPhone until the release of 1.1. As far as I am aware, the release date has yet to be set, but the release is in beta.

You can do it through custom code on xcode etc.
The iphone enhancement kit from bliprob offers that and much more (like movie playback)

Can you post that custom code here for our help. and what about enhancement kit from bliprob. is it freely available?

thanks

unityboy

Its not a free product.

Check this thread for more information:

http://forum.unity3d.com/viewtopic.php?t=18614