Skip to content
Advertisement

Tag: bind

unbind method from instance and bind to other instance

I have read this. is it possible to change: a1.show to a2.show, I mean, change the orientation of the method to point to different instance. I want to see 2 in console. I mean, for a normal method in class, change its instance, from a1 to a2? You may wonder why I do this, I have got a decorator to

Kivy: How to bind dropdown opening properly?

I am struggling with making DropDown opening bind properly to the releasing of the selection button. I tried using this: selection_button.bind(on_release=drpdn.open) The binding seems to work rather randomly when I create more than one DropDown (some DropDowns open others do not and I cannot see any logic in it). However it shown exactly like this in the example in Kivy

Advertisement