Thanks CrazyEddie
I think about it and rebuild program structure from long-list itemlist into page-seperated itemlist.
Search found 6 matches
- Wed Sep 03, 2008 10:59
- Forum: Modifications / Integrations / Customisations
- Topic: ItemEntry Limit
- Replies: 2
- Views: 2667
- Thu Aug 28, 2008 22:07
- Forum: Modifications / Integrations / Customisations
- Topic: ItemEntry Limit
- Replies: 2
- Views: 2667
ItemEntry Limit
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 ? http://i289.photobucket.com/albums/ll235/Celest_3rd/problem.jpg 300 items : items disappear !! http://i289.photobucket.com/album...
- Thu Aug 21, 2008 12:35
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI::String problem
- Replies: 2
- Views: 2786
- Thu Aug 21, 2008 07:00
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI::String problem
- Replies: 2
- Views: 2786
CEGUI::String problem
I have another problem :oops: :oops: class testitem : public CEGUI::Window { public: int i_no; CEGUI::String i_ID; CEGUI::String i_name; int i_quantity; }; void create(int pNo,CEGUI::String pID,CEGUI::String pName,CEGUI::String pDesc) { CEGUI::WindowManager &wm = CEGUI::Wi...
- Wed Aug 20, 2008 15:02
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI with associative array
- Replies: 0
- Views: 3894
CEGUI with associative array
bool EquipHead(const CEGUI::EventArgs& e) { const CEGUI::DragDropEventArgs& arg = static_cast<const CEGUI::DragDropEventArgs&>(e); CEGUI::String it = arg.dragDropItem->getName(); CEGUI::String in = it.substr(it.find_first_of(":")+1)...
- Sat May 10, 2008 18:09
- Forum: Help
- Topic: How to setting font size to target style.
- Replies: 1
- Views: 1774
How to setting font size to target style.
How can I setting xml attributes or other way to display "target" font style.
Can CEGUI set font height by pixel scale ? or point scale only ?
Thanks for advanced.