LUI icon indicating copy to clipboard operation
LUI copied to clipboard

LUITabbedFrame does not work

Open bkeys opened this issue 8 years ago • 3 comments
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

bkeys avatar Apr 22 '17 04:04 bkeys

I will have a look, although I can not promise when this will happen since I'm quite busy right now

tobspr avatar Apr 22 '17 17:04 tobspr

Can you try going to Builtin/LUITabbedFrame.py and comment line 23?

tobspr avatar May 08 '17 08:05 tobspr

For the last two warnings, try commenting line 34 and 35

tobspr avatar May 08 '17 08:05 tobspr