August 2015
Intermediate to advanced
246 pages
4h 21m
English
A one-time event is one of those clock-related events where you perform an event just once after some time has passed.
In this recipe, it is assumed that the reader is acquainted with the Kv language and widgets, especially with labels. Also, we will implement the concept of using a mouse to perform the actions that we learned in Chapter 2, Input, Motion, and Touch, particularly for this recipe, using the mouse to perform the actions.
To complete this recipe, follow these steps:
<MyW>:
Label:
id: label1
pos: 200,200
text: ''Clock object instance.Read now
Unlock full access