UNSOLVED AccordionView .get() collapsed ?
-
I'm playing around with AccordionView and thought it would be useful to save the 'collapsed' values as a preference. I can't for the life of me figure out how to get those values once they change. Is there an AccordionView callback or method I can use?
-
similar as to vanilla SplitViews an AccordionView will get:
anAccordionView.isPaneVisible(label) anAccordionView.showPane(label, animate=True) anAccordionView.togglePane(label, animate=True)
-
hello @okaytype,
just a quick message to let you know that this issue is being looked at :)
the
AccordionView
is a custom UI element provided by RoboFont, it needs a bit of rewriting in order to make an update callback available.