Code: Select all
IGUIEditBox* nickname = guienv->addEditBox(L"", rect<int>(320,400,420,380), true, 0, 701 );
nickname->setText(L"testen");
nickname->setVisible(true);
nickname->setEnabled(true);
I doubledchecked with the examples using EditBoxes, and they work as they should, I doubled-checked the code against the exampels aswell, without any luck.
Robin