LOL How to do this?

For help with anything that CEGUI doesn't offer straight out-of-the-box, e.g.:
- Implementation of new features, such as new Core classes, widgets, WindowRenderers, etc. ...
- Modification of any existing features for specific purposes
- Integration of CEGUI in new engines or frameworks and writing of new plugins (Renderer, Parser, ...) or modules

Moderators: CEGUI MVP, CEGUI Team

User avatar
POLSKASH
Not too shy to talk
Not too shy to talk
Posts: 44
Joined: Mon Jun 20, 2005 14:45

LOL How to do this?

Postby POLSKASH » Mon Jul 11, 2005 19:23

I searched that damn Reference for the CEGUI::EditBox class, I can't find a function to clear what's currently in the edit box LOL. I tried ReleaseInput() and clearProperties() to no avail. I see initialise() but it's virtual. Should I be using that? Where would I provide my own implementation if so?

I'm pretty much in the clear now, just getting CEGUI to do the small things I need it to do for me, and I'm done with it! I just went ahead and used Windows messages for the input like you suggested Eddie.

User avatar
lindquist
CEGUI Team (Retired)
Posts: 770
Joined: Mon Jan 24, 2005 21:20
Location: Copenhagen, Denmark

Re: LOL How to do this?

Postby lindquist » Tue Jul 12, 2005 01:02

Code: Select all

Editbox* eb = ...
eb->setText("");


I think that should do it for you...


Return to “Modifications / Integrations / Customisations”

Who is online

Users browsing this forum: No registered users and 16 guests