Re: LeoWapp plans

2018-11-03 Thread Matt Wilkie
> > Matt, I'm not sure how this will affect your distro work. I do know that > the following pulls in a lot of packages: conda install flexx -c > conda-forge > It looks pretty straightforward, but maybe I'll wait until we know if flexx is more than an experiment before adding it as a

Re: Might be interesting for Leo WebApp

2018-11-03 Thread Matt Wilkie
Enhancement request done! https://github.com/leo-editor/leo-editor/issues/1010 -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: LeoWapp progress report

2018-11-03 Thread Terry Brown
Flexx is very different from other frame works because you write everything in Python. You might try writing a web gui in Vue, React, or JQuery to get something more typical. Cheers - Terry On November 3, 2018 3:11:12 PM CDT, "Edward K. Ream" wrote: >On Saturday, November 3, 2018 at 6:57:36

Re: LeoWapp progress report

2018-11-03 Thread Edward K. Ream
On Saturday, November 3, 2018 at 6:57:36 AM UTC-5, Edward K. Ream wrote: The skeleton defines browser-based wrappers for Leo's gui classes. The > skeleton is intended to be a common front end for frameworks such as flexx. > This organization does not look likely to survive first contact with

LeoWapp progress report

2018-11-03 Thread Edward K. Ream
The skeleton code in leo/plugins/leowapp.py is complete for now. All unit tests pass with --gui=browser. The skeleton defines browser-based wrappers for Leo's gui classes. The skeleton is intended to be a common front end for frameworks such as flexx. The BrowserGui class has a message method