Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUITabbedFrame does not work #25

Open
bkeys opened this issue Apr 22, 2017 · 3 comments
Open

LUITabbedFrame does not work #25

bkeys opened this issue Apr 22, 2017 · 3 comments

Comments

@bkeys
Copy link

bkeys commented Apr 22, 2017

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

@tobspr
Copy link
Owner

tobspr commented Apr 22, 2017

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

@tobspr
Copy link
Owner

tobspr commented May 8, 2017

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

@tobspr
Copy link
Owner

tobspr commented May 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants