proneon267

Results 110 comments of proneon267

I haven't gone through the whole review but regarding `test_transitions`, I had added a test in `testbed/test_window.py`: https://github.com/beeware/toga/blob/d0dcb359d4e134f6c8412384ee0101c44535221a/testbed/tests/window/test_window.py#L854-L886 Does it miss some test case?

I have gone through some part of the review, and have replied to them, while others are pending. But, I think a major concern you have raised is the implementation...

Maybe I am creating more confusion by the diagram. But, the reason for why I had to implement the way it is currently, is because of 3 factors: * The...

FWIW, this can be currently done with: https://github.com/python-eel/Eel. It can be combined with toga's webview for calling python from js.

Yes, someone can just use it in toga as is. I had tested the (toga+python-eel combo) and it had worked properly on desktop and mobile platform like Android.

Sure. I'll find the old project I was working on and get back to you.

@freakboy3742 I have gutted out the complex logic in my old project and replaced it with a simpler logic. Here is the example briefcase project: https://github.com/proneon267/toga-python-eel. Particularly, take a look...

Oh - in that case, it will need to be implemented in toga 😅

Thanks for helping! Closing this issue as solved.

I agree that it should be a documentation fix. But, can you take a look at the `on_resize` PR's test: https://github.com/beeware/toga/actions/runs/7696871621/job/20972747241?pr=2364 ``` =================================== FAILURES =================================== ________________________________ test_on_resize ________________________________ Traceback (most...