Search found 3 matches

by mustill
Thu Aug 10, 2006 06:11
Forum: Help
Topic: problem close CEGUI
Replies: 2
Views: 3597

Hi, I don't see any problem with the code, but I wonder why it is so complicated... I use CEGUI with Ogre as well and all I do to destroy CEGUI is: if (guiSystem) { delete guiSystem; guiSystem = 0; } if (guiRenderer) { delete guiRenderer; guiRenderer = 0; } and ev...
by mustill
Thu Aug 10, 2006 06:04
Forum: Help
Topic: Editbox for numbers only
Replies: 3
Views: 3900

Thanks Van, but I already know that (as I wrote above), but the problem is that when I set the validation string the user cannot write in the editbox. Here's what I used as validation string: "[3-5][0-9]{4}" As far as I know RegExes this should allow the user to enter numbers between 30000...
by mustill
Wed Aug 09, 2006 17:04
Forum: Help
Topic: Editbox for numbers only
Replies: 3
Views: 3900

Editbox for numbers only

Hi guys! This is my firts project with CEGUI and I've got a problem which seems to be very simple, but for me it's impossible to solve it. All I need to do is an editbox for numbers only. I tried 2 ways. First was of course Spinner, but the problem was that I could change the number only by the arro...

Go to advanced search