Problem with GUILayout.TextField

I am using GUILayout.TextField to show a login window and it shows well the textfield but when i try to type anything it doesnt work, if i put a fixed text from code its shown but i cant edit the textfield. I am using Unity 4 with the necromancer skin

See the code example in the docs for TextField.

–Eric

I already saw the code example in the docs, i just use string name = GUILayout.TextField(“”); but can’t type anything