Re: [Jprogramming] JHS update plot stuff

2011-12-04 Thread Eric Iverson
Google opengl html canvas and you'll see that perhaps opengl already supports canvas output. If that is the case it might be fairly easy to link the J6 opengl support to J7 with canvas output. On Sat, Dec 3, 2011 at 11:36 PM, Brian Schott wrote: > Joey, > > I am getting excited about using JHS on

Re: [Jprogramming] JHS update plot stuff

2011-12-03 Thread Brian Schott
Joey, I am getting excited about using JHS on the ipad, too, and the html5 canvas may be a big boon for JHS. I am hoping to get back to my turtle graphics system which never would quite work for me in opengl in J, but maybe the canvas will be just the ticket because I have not been using JGTK, whi

Re: [Jprogramming] JHS update plot stuff

2011-12-03 Thread bill lam
I guess javascript always run on the local processor. The reason why the plot.html being so big is that it is a standalone file containing javascript primitives. Gnuplot takes another approach, its html files were rendered with some higher level js functions, the library of those functions is nee

Re: [Jprogramming] JHS update plot stuff

2011-12-03 Thread Joey K Tuttle
Brian, Yes, updating JHS from pacman. The installation I was whining about (an earlier message confessed my blindness) is on a nice Linux/Ubuntu server -- 8 Gbytes with i7 quadcore processor - that is actually available on the net (but I'm not advertising that ) I wouldn't mind other peopl

Re: [Jprogramming] JHS update plot stuff

2011-12-03 Thread Joey K Tuttle
Ahh, I think you've shown me the light. I shouldn't be messing with "jhs_default.ijs" but rather make a file "jhs.ijs" with my settings. Makes sense, I've seen this convention in other places, but somehow I blocked it out of my consciousness Thanks for your patience (and all the good work!)

Re: [Jprogramming] JHS update plot stuff

2011-12-03 Thread Brian Schott
Joey, Are you updating JHS from withing JHS or are you updating by downloading a new .dmg? I think the latter may overwrite config's, but not the former. On another note, in a later message in this thread you seem to be talking about iPads, but you mention iMac. Was that intentional? On Sat, Dec

Re: [Jprogramming] JHS update plot stuff

2011-12-03 Thread Joey K Tuttle
About the iPad -- Great! To be more positive about the updates, I like the way things currently work on my iMac (with jhs running on a Linux server) - at least in Firefox. But in Safari I finally realized that I needed to allow pop ups, and in Chrome (my default browser of late) I had to go RTF

Re: [Jprogramming] JHS update plot stuff

2011-12-03 Thread Eric Iverson
My guess as to why config/jhs.ijs went missing was incorrect. In my simple tests it is preserved over an update. But I know sometimes it gets lost. Let me know what you observe. On Sat, Dec 3, 2011 at 4:29 PM, Eric Iverson wrote: > I just realized this was happening because of a problem with anot

Re: [Jprogramming] JHS update plot stuff

2011-12-03 Thread Eric Iverson
I just realized this was happening because of a problem with another users a few days ago. I will fix it fairly soon. I now understand why jhsshow doesn't work on jijxipad and will fix this in the course of the coming week. On Sat, Dec 3, 2011 at 4:21 PM, Joey K Tuttle wrote: > It is a quibble,

Re: [Jprogramming] JHS update plot stuff

2011-12-03 Thread Joey K Tuttle
It is a quibble, but each time I update JHS, I have to replace ~/addons/ide/jhs/config/jhs_default.ijs with one that sets things up to allow access on my server. Any chance of a little cleanup in this area? - joey On 2011/12/03 12:26 , Eric Iverson wrote: > Some of the rough edges of using vario