Search found 6 matches

by celest_3rd
Wed Sep 03, 2008 10:59
Forum: Modifications / Integrations / Customisations
Topic: ItemEntry Limit
Replies: 2
Views: 2667

Thanks CrazyEddie :wink: :wink:

I think about it and rebuild program structure from long-list itemlist into page-seperated itemlist.
by celest_3rd
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...
by celest_3rd
Thu Aug 21, 2008 12:35
Forum: Modifications / Integrations / Customisations
Topic: CEGUI::String problem
Replies: 2
Views: 2786

Thanks scriptkid for acknowledges :) I can't resolve problem about Item recognize when user drags Icon into slot ( #3506 ) I think 2 ways now! 1. use associative array - user drags icon into slot (in example: result is "Item/Drag:Item0001" (DragContainer) at "EquipContain/Head") ...
by celest_3rd
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...
by celest_3rd
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)...
by celest_3rd
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.

Image

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.

Go to advanced search