Having Major Problems

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
Legolas1681
Not too shy to talk
Not too shy to talk
Posts: 24
Joined: Fri Jan 28, 2005 00:32

Having Major Problems

Postby Legolas1681 » Sun Apr 03, 2005 00:27

Okay, in reguards to this thread, http://www.cegui.org.uk/modules/newbb/v ... umpost3501, I still can't get the 'MultiColumnList' to display any scrollbars, even with 'setShowHorzScrollbar ( true )' and 'setShowVertScrollbar ( true )'.

Also, when my program first starts, CEGUI acts as though a shift and control key are being held down ( alternates between 'LCTRL + LSHIFT' and 'RCTRL + RSHIFT' ) and I have to press and release those keys before it will act normally ( I have already tried injecting the keyup/keydown for all those keys, but that didn't work ).

Any help here would be greatly appreciated.

EDIT: Okay, I finally figured out the scrollbar problem... apparently I had, in the release before updating, changed a method of 'MultiColumnList' to virtual. Since I forgot to do so in the update, it was using the wrong method. Anyways, still haven't figured out the shift/control problem yet.

Guest

Re: Having Major Problems

Postby Guest » Sun Apr 03, 2005 08:45

Key input are created by your input event handler (Ogre itself, Direct input, ...) so this is normally not a CEGUI problem. To confirm that, you could try to log a message each time System::injectKeyDown is called. If it doesn't show anything, it could mean that you're accessing the wrong entry point in an old dll.
Try to recompile the whole system and make sure you recompile your app using the new dll.

If it still doesn't work, it may be an init problem in CEGUI. I'll try to have a look. Which compiler do you use?

--
Chris

User avatar
Legolas1681
Not too shy to talk
Not too shy to talk
Posts: 24
Joined: Fri Jan 28, 2005 00:32

Re: Having Major Problems

Postby Legolas1681 » Sun Apr 03, 2005 11:22

I have tried recompiling everything there is to compile, and I use VC++ 7.0.


Return to “Modifications / Integrations / Customisations”

Who is online

Users browsing this forum: No registered users and 4 guests