Is the TreeControl widget incompatible with the css branch? #364
Unanswered
jeffwright13
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Sorry Jeff. We’re super actively working on this. Can’t guarantee things will work in the short term. Code is in the oven, but it’s not quite fully baked. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to re-use some code I had written for the main branch, which uses TreeControl widgets. Whenever I try to 'instantiate' a TreeControl object, I get a traceback that says:
I did a bit of digging in the code, and it looks like the underlying Widget class has been changed. It no longer inherits from
MessagePump
; instead, it now inherits from a new object calledDOM
, which apparently has a_id
attribute instead ofid
. The_tree_control.py
file remains the same, though, so its API is incompatible.I know the code is still in "alpha" but I sure would like to use some of the new widgets available in the css branch (esp. the Tabs widget). Is there any way to hack this up without too much trouble?
Beta Was this translation helpful? Give feedback.
All reactions