Thanks, that was nice. But I don't think anyone actually believes J is _good_ language for creating GUIs; just a possible one.
Btw, I'm confused by the docs on the Windows Driver, which make it seem that it should only work on Windows machine. I run linux and it worked fine - so does it really provide an interface to Tk or something else? On 01/08/2018 05:18 PM, Raul Miller wrote: > Please try this under jqt: > > install 'all' > coclass 'qtdemo' > svgdemo_run=: 3 : 0 > wd 'pc svgdemo closeok escclose' > wd 'bin v' > wd 'cc s1 svgview zoom' NB. show zoom control > wd 'cc s2 svgview' > wd 'bin z' > wd 'set s1 image *',jpath '~addons/demos/qtdemo/image/default.svg' > wd 'set s2 xml *',fread '~addons/demos/qtdemo/image/bubbles.svg' > wd 'pmove 0 0 400 600' > wd 'pshow' > ) > svgdemo_run'' > > Thanks, > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
