Posted to tcl by chw at Mon Jun 24 17:39:39 GMT 2019view raw

  1. ... or Tcl can do something, too (WIP)
  2.  
  3. The current vanillawish on www.androwish.org has an experimental
  4. webview included for the 3 major platforms (Windows, MacOS, Linux
  5. (but gnome 3 required, e.g. Debian 9, CentOS 7, or Fedora 30)).
  6.  
  7. This component allows for interesting stuff, the main demo is
  8.  
  9. vanillawish builtin:TSB
  10.  
  11. Enter into the input field one of these lines
  12.  
  13. tsb::load [info nameofexecutable]/tsb/examples/cheatsheet.tsb
  14. tsb::load [info nameofexecutable]/tsb/examples/plotchart.tsb
  15. tsb::load [info nameofexecutable]/tsb/examples/geneva.tsb
  16. tsb::load [info nameofexecutable]/tsb/examples/northwind.tsb
  17.  
  18. to get an idea. On Windows and MacOS use .../tsb0/... in the
  19. path name instead.
  20.  

Comments

Posted by chw at Mon Jun 24 19:15:27 GMT 2019 [text] [code]

Forgot to mention, that the input has to be terminated with <Shift-Return> as in Jupyter Notebooks.

Posted by chw at Mon Jun 24 21:21:02 GMT 2019 [text] [code]

Posted by chw at Mon Jun 24 21:21:46 GMT 2019 [text] [code]

Forgot to mention, that this is self contained, serverless.

Posted by chw at Wed Jun 26 15:17:51 GMT 2019 [text] [code]

Meanwhile I've repackaged it into a smaller zipkit and tried it with APN's Windows Installer of Tcl/Tk 8.6.9. Theoretically the zipkit should support all three major deskpot platfroms. You can fetch it from: http://www.ch-werner.de/AndroWish/TSB.kit