Thanks a lot!
The problem was i chosed the wrong regexp. Thats definitly a thing i should learn!
Search found 3 matches
- Wed Jan 28, 2009 14:17
- Forum: Help
- Topic: Editbox -> Just no.?!
- Replies: 2
- Views: 1576
Editbox -> Just no.?!
Hi,
how can i get the editbox to only accept no. like "23.1282"?
Is that the validation string? I didnt get that worked, could you help me?
Thanks!
Regards,
fame
how can i get the editbox to only accept no. like "23.1282"?
Is that the validation string? I didnt get that worked, could you help me?
Thanks!
Regards,
fame
- Wed Oct 15, 2008 21:43
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [BUG??] Ogre Application crash with CEGUI
- Replies: 2
- Views: 3411
[BUG??] Ogre Application crash with CEGUI
Hi, i'm trying to do some stuff with ogre and CEGUI. If i don't use CEGUI everything just works fine. CEGUI::System *mSystem; CEGUI::OgreCEGUIRenderer *mRenderer; mRenderer = new CEGUI::OgreCEGUIRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, mSceneMgr); mSystem = new CEGUI::Syste...