Page 1 of 1

ItemEntry Limit

Posted: Thu Aug 28, 2008 22:07
by celest_3rd
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 ?

Image
300 items : items disappear !!

Image
100 items : work fine

Thanks in advanced :wink:

Posted: Mon Sep 01, 2008 08:38
by CrazyEddie
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

Posted: Wed Sep 03, 2008 10:59
by celest_3rd
Thanks CrazyEddie :wink: :wink:

I think about it and rebuild program structure from long-list itemlist into page-seperated itemlist.