LUI
LUI copied to clipboard
LUITabbedFrame does not work
trafficstars
If you try to use it as such
tabs = LUITabbedFrame(parent=vlayout.cell(), height=100, width=200)
Then you will get the following warning
:lui:luiBaseLayout(error): Cannot call add() with an object which already has a parent! Tried to add LUIHorizontalLayout to LUIVerticalLayout, current parent is LUILayoutCell
:lui(warning): Overriding event handler for 'expose', target = LUITabbedFrame
:lui(warning): Overriding event handler for 'unexpose', target = LUITabbedFrame
And the event handling for the tabbed frame no longer works. I cannot switch tabs
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