Malcolm Smith
Malcolm Smith
There should still be a test verifying that a clean import of `toga` *doesn't* import all the widgets. Otherwise, if that somehow started happening again in the future, we might...
> True - although there's also the implementation cache of `globals()` that needs to be cleared. Every module object has its own `globals`, so a freshly-imported `toga` module will have...
According to [this page](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.form.activate), Form.Activate doesn't actually activate a background app, but only flashes the taskbar button. So this is apparently a feature which can only be implemented on one...
I used to have similar problems in the Chaquopy CI, and I found some discussion which led me to [this action](https://github.com/smorimoto/tune-github-hosted-runner-network) which I now run at the [start of every...
Still happening, unfortunately: * June: https://github.com/beeware/toga/actions/runs/9589159070/job/26442549519 * July: https://github.com/beeware/toga/actions/runs/10101520050/job/27935595852
I'm not sure if you're aware of how to run the testbed on your own machine, but there are instructions [here](https://toga.readthedocs.io/en/stable/how-to/contribute/code.html#running-the-testbed).
> if the lazy import is done right, it won't _need_ any additional tests - because the existing codebase is testing every valid import. All this change would do is...
I've seen this problem on my Pixel 7 – the image is always oriented as if it was taken in landscape with the "portrait-bottom" of the phone on the right....
Confirmed: I see the same behavior on the Toga main branch. The `on_select` handler is probably being called too early.
_Originally posted by @freakboy3742 in https://github.com/beeware/toga/issues/2155#issuecomment-2467406280_ ----- The "invisible window border" issue you mentioned [is] definitely an oddity, but if the Windows native API considers "window position 0,0" to include...