Tobias
Tobias
First of all, thanks for your effort! Do you see any error messages on the console? Make sure you also comment the usage of self._sprite in the member methods (on_mousedown,...
The offset to the right is because the label has some margin. If you remove the `margin=(0, 0, 0, 23)` on the label, it will stick to the left. If...
You will have to set the width of both the LUIListboxOption and the LUILabel to 100%. Does it work then?
Hm, I will have a look then. Could you tell me what `region.root.ls()` prints? (Region is your LUIRegion) Also try calling it after a second or so, after at least...
This seems somewhat incomplete, can you try calling it after a second or so, e.g. using taskMgr.doMethodLater ?
Can't see anything obvious, I will take a look when I find some time .. For the meantime you could try setting a hardcoded width, e.g. 200 or so
Sorry for the late reply. To make the listbox adjust to the theme color, you should probably make a sprite which is the background of your list items (Right now...
I will have a look, although I can not promise when this will happen since I'm quite busy right now
Can you try going to Builtin/LUITabbedFrame.py and comment line 23?
For the last two warnings, try commenting line 34 and 35