Code: Select all
Combobox* cb = <static_cast>(Combobox*) wmgr.create("WindowsLook/Combobox", "mycb");
cb->addItem(new mylistItem("Combobox Item1"));
cb->addItem(new mylistItem("Combobox Item2"));
then it turns out that i can't see the items clear in the list, but i can still select them, check it out please.