Maic Siemering

Results 136 comments of Maic Siemering

I guess it is still a good idea to fix this, instead of relying on the deprecated json_available.

Windows support would be really nice!

> Requests from the platform to the service broker MUST contain a header that declares the version number of the Service Broker API that the marketplace will use... I think...

Will have a look on it

Hi, I checked out your PR and after some feedback session with @pushfoo, I would be happy to merge it. We talked through a few changes, would you like to...

The issue is caused by the underlying pyglet lib: https://github.com/pyglet/pyglet/issues/529 Please try this workaround: ``` entry_area = arcade.gui.UIInputText(text=" ") entry_area.text = "" ``` This should do the trick. PS. I...

Progress Info: - [x] New simplified UIStyle for UIFlatButton - [x] use Property in UIInteractive - [x] use Property in UIFlatButton.text - [x] Fix size of OKMessageBox - [x] test...

With 2.7 Widgets can be visible=False, so they will not be shown and also interactions are not processed. Beside that, I am up for discussions, what makes sense for most...

Removed the auto_enable from constructor (2.7)

Something like this would be enough I guess, kind of easy to use, without any UI usage: > Compatible with the ui_development branch. https://pastebin.com/SnhrYbw2 ```python from arcade import SpriteList, Texture,...