1. [window] tag can't work ,here's my key codes:
Code: Select all
Listbox* Lbox = static_cast<Listbox*>(winMgr.getWindow("ChatItem/FrameWindow1/Listbox1"));
CEGUI::String tx2("[window='Animation/StaticImage1']");
ListboxTextItem *Lptr3 = new ListboxTextItem(tx2);
Lbox->addItem(static_cast<ListboxItem*>(Lptr3));
it seems that:Although there were some spaces for this window, it wasn't rendered
2."[colour='FFEE00D0']abcdefg[image='set:Button image:1']". With this code,this image also affected by the colour(obviously not my wanted). How can i avoid this situation?
By the way, I hope someone here can give me some tips for hyperlink implementation(am i too greedy
![ROFL :rofl:](./images/smilies/ROFL.gif)