Elliot Garbus
Elliot Garbus
I'd agree the behavior is not obvious - but as you use the framework you learn how the hints work. The behavior of pos_hints is perhaps even more non-obvious. It...
@Julian-O Adding some documentation is a good idea. I'll give it some thought on the best way to represent this across the layouts. @HeaTTheatR Here is a way to think...
TLDR: The element that is missing in the docs is not what hints are ignored in a given layout, but how to use multiple layouts together to create a desired...
_"Why"_ How much complexity to you want to add, how many new corner cases do you want to create? What is the problem you are trying to solve? I have...
I think the preferred behavior is to throw and log an exception and have the app programmer decide on the action. This could be considered a breaking change. The offending...
@givver Perhaps I misunderstand your request. When the program is at a breakpoint, the code is stopped, the UI will not respond. This is not specific to a button press...
I have never experienced this issue on Window's on Mac. It must be something specific to your configuration. That is really strange.
my suggestion for a work around would be to use the on_release event for a button press rather than on_press.
@InfinityCliff This is still an open issue. I cannot reproduce this issue on Windows or Mac, What windowing backend is being used. Please share your kivy log? This might not...
Running an edited version of example from the docs, see code below, the code does not crash and operates as expected. Python 3.11.4 Kivy 2.2.1 Windows 11 There are a...