Re: [Jprogramming] Difference between jqt and JHS

2017-04-16 Thread Björn Helgason
Could be interesting to run a verbin qt and get the jhs results in a browser. Especially table. On 16 Apr 2017 01:05, "Linda A Alvord" wrote: > I took an example from one of Cliff's lab. It works in jqt, but wd is not > available in JHS so it will not work there. > > > > load '~addons/graphics

Re: [Jprogramming] Difference between jqt and JHS

2017-04-16 Thread David Mitchell
...@forums.jsoftware.com] On Behalf Of bill lam Sent: Saturday, April 15, 2017 9:17 PM To: Programming forum Subject: Re: [Jprogramming] Difference between jqt and JHS jhs should run none of wd related stuff. Hypothetically, a wd emulator for jhs could be written, but it doesn't fit into jhs design. If

Re: [Jprogramming] Difference between jqt and JHS

2017-04-15 Thread Louis de Forcrand
-Original Message- > From: Programming [mailto:programming-boun...@forums.jsoftware.com] On Behalf > Of bill lam > Sent: Saturday, April 15, 2017 9:17 PM > To: Programming forum > Subject: Re: [Jprogramming] Difference between jqt and JHS > > jhs should run none of wd r

Re: [Jprogramming] Difference between jqt and JHS

2017-04-15 Thread bill lam
ht have done to > prevent them being returned to Outlook? > > Linda > > -Original Message- > From: Programming [mailto:programming-boun...@forums.jsoftware.com] On Behalf > Of bill lam > Sent: Saturday, April 15, 2017 9:17 PM > To: Programming forum > Subj

Re: [Jprogramming] Difference between jqt and JHS

2017-04-15 Thread Linda A Alvord
...@forums.jsoftware.com] On Behalf Of bill lam Sent: Saturday, April 15, 2017 9:17 PM To: Programming forum Subject: Re: [Jprogramming] Difference between jqt and JHS jhs should run none of wd related stuff. Hypothetically, a wd emulator for jhs could be written, but it doesn't fit int

Re: [Jprogramming] Difference between jqt and JHS

2017-04-15 Thread bill lam
jhs should run none of wd related stuff. Hypothetically, a wd emulator for jhs could be written, but it doesn't fit into jhs design. If wd is wanted, one should run jqt instead. On 16 Apr, 2017 9:05 am, "Linda A Alvord" wrote: > I took an example from one of Cliff's lab. It works in jqt, but w

[Jprogramming] Difference between jqt and JHS

2017-04-15 Thread Linda A Alvord
I took an example from one of Cliff's lab. It works in jqt, but wd is not available in JHS so it will not work there. load '~addons/graphics/fvj4/dwin.ijs' _1 _1 1 1 dwin 'Object window' 0 0 100 100 dwin '200 random quadralaterals' (?200 3$256) dpoly ?200 4 2$100 Linda ---