Search found 4 matches
- Thu Nov 01, 2012 22:54
- Forum: Help
- Topic: CEGUI crashes in FalagardButton::render()
- Replies: 1
- Views: 1908
CEGUI crashes in FalagardButton::render()
Hello, I'm frustrated about this weird error. Sometimes, when I'm quickly closing Lobby window in my game (it causes destroywindow) and then quickly logging in again, when I press connect button (it causes load another window from XML), CEGUI Crashes in FalagardButton::render(), at else if (w->isPus...
- Sat Oct 20, 2012 15:50
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [BUG] Access violation exception
- Replies: 0
- Views: 3710
[BUG] Access violation exception
Hello, I have a problem, it appears sometimes, when I'm logging to my game. It's my debug log: [8204] [DEBUG] [GameLoginWindow::~GameLoginWindow] destructor [8204] [DEBUG] [LobbyWindow::LobbyWindow] constructor [8204] [DEBUG] [ServerListWindow::~ServerListWindow] destructor [8204] [ERROR] [ExcHandle...
- Sat Sep 29, 2012 12:26
- Forum: Modifications / Integrations / Customisations
- Topic: How to make a border / set image for CEGUI::ListboxItem
- Replies: 1
- Views: 10616
How to make a border / set image for CEGUI::ListboxItem
Hello everyone, Normally, when using MultiColumnList, we have: http://desmond.imageshack.us/Himg521/scaled.php?server=521&filename=mlist1.jpg&res=landing I want to make a border for all list items in my roomlist to make it looks like: http://desmond.imageshack.us/Himg18/scaled.php?server=18&...
- Sat Sep 01, 2012 18:18
- Forum: Help
- Topic: [SOLVED] How to disable small rectangle between scrollbars ?
- Replies: 1
- Views: 1826
[SOLVED] How to disable small rectangle between scrollbars ?
Hello, I have a small problem, because I want to disable a rectangle in Listbox. I don't know how to remove space between scrollbars. What I want to get rid of: http://iv.pl/images/43423588096384086983.png I want VSrollbar to be 100% of height. Thanks for help, Chris EDIT: @CrazyEddie: thank you ver...