Replies: 3 comments
|
In all three cases, I'm not sure I have a good workaround - they're all new widgets. Frames have been discussed in the past. Combobox is mentioned on our roadmap. We already have menu handling, and it's not a wild stretch to see how context menus could fit into the existing structure - but there's obviously work that needs to be done. As for an ETA: Every quarter, we publish our roadmap of features that we're explicitly looking at - see this blog post for our most recent roadmap. Beyond that - this is an open source project. The ETA is "just after someone submits the pull request". If you have a feature that you want, the best way to make it happen is to implement it yourself (or pay someone else to develop it for you). If you want to take a swing at implementing these - Frame in particular should be relatively straightforward, as there's no "interactive" element that needs to be implemented - we're happy to help get you started as a contributor. |
|
Hi freakboy3742, Many thanks for your quick replies. I would be happy to consider implementing features at some point when I can free up sufficient time. For the near future my contribution would unfortunately be limited to testing Toga by attempting to build an actual application, identifying what I believe is missing from that point, and submitting bug reports along the way. I hope this will also help advance the Toga project. I have fallbacks for Toga (tkinter) and Briefcase (pyinstaller) but I actually like Beeware very much.
Thanks, |

Uh oh!
There was an error while loading. Please reload this page.
I am building a cross-platform desktop application with Toga. So far I really like it. I am planning to also use Briefcase later. If all of this work roughly as expected, these libraries have huge potential. Thank you and I hope you keep up the work.
I really miss comboboxes, context menus and frames however. I understand that Toga is still in development, and I assume these are planned, so I wonder: What are the best workarounds mean-while?
Any suggestions are definitely welcome. If anyone has info on an ETA for these widgets that would also be great.
Many thanks in advance,
All reactions