Skip to main content

All Questions

0 votes
1 answer
60 views

Python/Tkinker Combobox event not launching [duplicate]

I'm pulling my hair out and sure I'll be embarrassed by how simple my mistake is. I have created a Combobox which is supposed to launch a function each time is it selected. However nothing happens ...
Tom's user avatar
  • 1,043
1 vote
2 answers
3k views

Bind callback to the object instance

I'd like to bind a class method to the object instance so that when the method is invoke as callback it can still access the object instance. I am using an event emitter to generate and fire events. ...
Giuseppe Pes's user avatar
  • 7,862
3 votes
2 answers
568 views

Python 3 bound methods subscription

On the beginning, I know the bound methods attributes does not exist in Python 3 (according to this topic: Why does setattr fail on a bound method) I'm trying to write a pseudo 'reactive' Python ...
Wojciech Danilo's user avatar