Having Major Problems
Posted: 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.
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.