Re: [Jprogramming] graphviz: missing graphview_darwin.ijs ? do I need separate graphviz executable?

2019-02-11 Thread David Mitchell
Murray, There should be an official addon to download soon, possibly later today. I have had a report that it should work on the mac. For the version that you have, you might try renaming ~/addons/graphics/graphviz/graphview_linux to ~/addons/graphics/graphviz/graphview_darwin. All the bes

[Jprogramming] graphviz: missing graphview_darwin.ijs ? do I need separate graphviz executable?

2019-02-11 Thread Murray Eisenberg
I’m running j64-807 under macOS. (1) I manually installed the graphviz addon, into ~addons/graphics/graphviz. In j64-807, following the docs I executed: load '~addons/graphics/graphviz/graphview.ijs' This causes error… not found: /applications/j64-807/addons/graphics/graphvi

Re: [Jprogramming] Graphviz

2019-02-09 Thread David Mitchell
Hi Bill, I did not see anything on the wiki about an addon policy for managing binary downloads.  I see there are other .exe, .dll, .jpg, .png, .doc, .pdf (etc) files in addons.  So I assume your concern is with the number of binaries, not the inclusion of binaries in addons in general. I se

Re: [Jprogramming] Graphviz

2019-02-09 Thread David Mitchell
An updated version with many fixes and Linux support is here: http://honeoyeincolor.biz/graphviz.zip It is designed to be installed in ~addons/graphics/graphviz. David Mitchell On 2/3/2019 18:08, David Mitchell wrote: Here is a screen shot: http://honeoyeincolor.biz/graphviz.png On 2/3/2019

Re: [Jprogramming] Graphviz

2019-02-06 Thread bill lam
There many binaries in this addon, will it be better to put them in other places and download them when needed? On Wed, Feb 6, 2019, 2:55 AM David Mitchell Hi Chris, > > A testable version is here: > > http://honeoyeincolor.biz/graphviz.zip > > It is designed to be loaded to ~addons/graphics/grap

Re: [Jprogramming] Graphviz

2019-02-05 Thread David Mitchell
Hi Chris, A testable version is here: http://honeoyeincolor.biz/graphviz.zip It is designed to be loaded to ~addons/graphics/graphviz The look and feel are very similar to the look and feel of the 6.02 version. I updated the binaries to the latest version from here: https://graphviz.gitlab

Re: [Jprogramming] Graphviz

2019-02-03 Thread John Baker
I am glad somebody is taking this on. This one is one of my favorites and I was close to updating it myself. I don't mind helping people test it out. Good luck On Sun, Feb 3, 2019 at 4:08 PM David Mitchell wrote: > Here is a screen shot: > > http://honeoyeincolor.biz/graphviz.png > > On 2/3/2

Re: [Jprogramming] Graphviz

2019-02-03 Thread David Mitchell
Here is a screen shot: http://honeoyeincolor.biz/graphviz.png On 2/3/2019 17:57, David Mitchell wrote: Chris, I am updating graphiz for JQT.  I downloaded the current support programs, which work fine, and updating the 602 code to 807 should not take much time. I am about 1/2 done. David M

Re: [Jprogramming] Graphviz

2019-02-03 Thread David Mitchell
Chris, I am updating graphiz for JQT. I downloaded the current support programs, which work fine, and updating the 602 code to 807 should not take much time. I am about 1/2 done. David Mitchell On 2/3/2019 17:15, chris burke wrote: Could you get the 602 addon and just make whatever changes

Re: [Jprogramming] Graphviz

2019-02-03 Thread chris burke
Could you get the 602 addon and just make whatever changes are needed for the code to run in 807? You should use a recent version of graphviz. Once you have that, I can update the addon. On Mon, Feb 4, 2019 at 12:45 AM R.E. Boss wrote: > An addon which I used with much fun during J602 was graph

[Jprogramming] Graphviz

2019-02-03 Thread R.E. Boss
An addon which I used with much fun during J602 was graphviz (https://code.jsoftware.com/wiki/Addons/graphics/graphviz), from Oleg Kobchenko (which I also miss dearly). Since I don't know anything how to construct, maintain or transfer an addon, my question is: is there someone who has the time