Page 1 of 1

Having Major Problems

Posted: Sun Apr 03, 2005 00:27
by Legolas1681
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.

Re: Having Major Problems

Posted: Sun Apr 03, 2005 08:45
by Guest
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

Re: Having Major Problems

Posted: Sun Apr 03, 2005 11:22
by Legolas1681
I have tried recompiling everything there is to compile, and I use VC++ 7.0.