Search found 3 matches

by irado
Sun Aug 27, 2006 13:14
Forum: Help
Topic: problem with String
Replies: 5
Views: 4410

i find the solution for my problem. The problem was the logic the my code, sorry and thanks Levia.

:)
by irado
Sat Aug 26, 2006 13:08
Forum: Help
Topic: problem with String
Replies: 5
Views: 4410

i see the problem, when i use the code: Ogre::String stringy = CEGUI::WindowManager::getSingleton().getWindow("Edit")->getText().c_str(); movableText->setCaption(stringy); the stringy dont receive nothing or in others words, the stringy = ""...
by irado
Sat Aug 26, 2006 01:29
Forum: Help
Topic: problem with String
Replies: 5
Views: 4410

problem with String

i am try convert the CEGUI::String for the OGRE::String, when i use the line of code: movableText->setCaption((Ogre::String&)CEGUI::WindowManager::getSingleton().getWindow((CEGUI::utf8*)"Edit")->getText()); When i put this form one error ...

Go to advanced search