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.
Having Major Problems
Moderators: CEGUI MVP, CEGUI Team
Re: Having Major Problems
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
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
- Legolas1681
- Not too shy to talk
- Posts: 24
- Joined: Fri Jan 28, 2005 00:32
Re: Having Major Problems
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 7 guests