How many ItemEntry can be contained in ItemListbox with no error ?
I tried to set 300 ItemEntry(s) ,but It's disappeared from Listbox.
How to fix or expand limit of item ?
300 items : items disappear !!
100 items : work fine
Thanks in advanced
ItemEntry Limit
Moderators: CEGUI MVP, CEGUI Team
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
There is currently a limit to the total number of windows that can be present on any given viewport (which generally means the system as a whole, unless you are messing with multiple GUI roots, etc).
Currently the limit is 1000 windows. To increase this you will need to edit the file src/CEGUIRenderer.cpp and change the 'guiZElementStep' value to something smaller and rebuild the lib.
There is no good reason for this limit and it should be removed in the future.
CE
Currently the limit is 1000 windows. To increase this you will need to edit the file src/CEGUIRenderer.cpp and change the 'guiZElementStep' value to something smaller and rebuild the lib.
There is no good reason for this limit and it should be removed in the future.
CE
-
- Just popping in
- Posts: 6
- Joined: Sat May 10, 2008 18:00
Return to “Modifications / Integrations / Customisations”
Who is online
Users browsing this forum: No registered users and 4 guests