-
Button has a background_color property, for example. But Label does not. This can be a surprise for a new developer, who might expect a common set of such properties. We can explore which widget class…
-
I know this is going to be controversial, but I think most people always end up hacking around it by either passing app instances to all the widgets, or wrapping kivy.app.App.get_current_app() so its …
-
Running the videoplayer.py example provided with kivy,
I get the following output on console,
http://pastebin.com/MmRs98re
and a black window Which I have to kill to get ridd of.
Here is the outpu…
-
The following LINQ statement:
```
foreach (var dbleg in DataManager.Get()
.GroupJoin(DataManager.Get (),
x => new { x.InsNum, x.ParamSeqNum, LegId = x.ProfileSeqNum},…
-
When I start a kivy application, I only get a black blank window with nothing inside.
I use Ubuntu 10.04 64bit, onboard Radeon HD 4200 with fglrx (proprietrary) driver (OpenGL version ).
PyMT is wor…
-
Hi, I have a problem with kivy and movid.
When I launch movid and pymt with ip = 127.0.0.1 and port = 3333, all is ok.
But when I launch it again with kivy, nothing happens.
Thanks,
Minou
minou updated
13 years ago
-
It would be great to be able to add a delay to the start of an animation object. It might look something like this:
Animation( x=50, size=(80, 80), t='in_quad', delay=2.0)
or
animation = Animatio…
-
Es soll versucht werden Midi zu spielen und gleichzeitig die GUI darzustellen.