August 2015
Intermediate to advanced
246 pages
4h 21m
English
Another possibility with events is that we can create and customize our own events. There are many situations where we could need a custom event; for example, when we create our own widget. This recipe will create a new event that will fire an action when the label of the button is changed.
Now we need a more complex recipe, and it is useful for the reader to review the recipes first before getting into the content of custom events in Kivy. We will also use the Kv language to design the widgets, so we assume that the reader is familiar with the Kv language or has gone through the first chapter.
Use the following steps to achieve the end goal:
Read now
Unlock full access