Re: Wow: take a look at leoflexx.py

2018-11-10 Thread Edward K. Ream
On Sat, Nov 10, 2018 at 4:29 PM lewis wrote: > Rev 1cf84adca only changed leoflexx.py > I was referring to leoflexx_js.py which needs the change at line 173. > Fixed at 12c95c4a3 in skeleton. *Important*: somehow most of the gnx's in leoflexx.py and leoflexx_js.py were the same. I had

Re: Wow: take a look at leoflexx.py

2018-11-10 Thread lewis
Rev 1cf84adca only changed leoflexx.py I was referring to leoflexx_js.py which needs the change at line 173. Regards Lewis -- 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

Re: Wow: take a look at leoflexx.py

2018-11-10 Thread Edward K. Ream
On Fri, Nov 9, 2018 at 8:37 PM lewis wrote: > Leoflexx_js.py also needs updating. Suggest changing line 173: > from > flx.launch(LeoMainWindow, runtime='firefox-browser') > to > flx.launch(LeoMainWindow) > Rev 1cf84adca did that early yesterday. Edward -- You received this message

Breakthrough re flexx messages

2018-11-10 Thread Edward K. Ream
It is *shockingly* easy to communicate between the Python and JS sides of a flexx app. Amazingly, flexx classes can make *direct* calls to actions (defined by the @flx.action decorator) in *other* classes!! leoflexx.leo contains the code. In "chronological" order the code is: # In