[Jprogramming] JHS webgl

2014-02-10 Thread Eric Iverson
I have followed with interest the JHS webgl discussions. I stole a bit of time this weekend and have cobbled together an initial demo. Webgl is opengl functionality embedded in the browser javascript. It works well in the latest versions of Firefox and Chrome. Not sure about Safari. Prgramming

[Jprogramming] J801 released!

2014-02-10 Thread Eric Iverson
J801 has been released, and can be downloaded from http://www.jsoftware.com/download/j801. (browser page refresh may be required to see new page rather than old page from the cache) The main change is in the desktop IDE. This has been rewritten in Qt instead of GTK, and includes a replacement for

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Pascal Jasmin
works with j8's jhs from update all and chrome on windows8. A quick in jhs though is that, in jijx, ctrl-shift up and down to scroll command history causes some weird flashing highlighting that I don't remember occurring before. - Original Message - From: Eric Iverson To: Programming

[Jprogramming] ideal time for a donation

2014-02-10 Thread Eric Iverson
J801 is a big step forward. We took a leap of faith with J701. And frankly we were left hanging with GTK woes. But the base decision was was correct and now that we've moved to Qt the future is bright and clear. If you are coming to the J conference in July, that is a solid contribution, (especia

Re: [Jprogramming] J801 released!

2014-02-10 Thread Pascal Jasmin
great news.  Thank you all that worked on release. An issue is that avast thinks that j801_win64.exe is infected with  win32:malware-gen . - Original Message - From: Eric Iverson To: Programming forum Cc: Sent: Monday, February 10, 2014 7:39:13 PM Subject: [Jprogramming] J801 released

Re: [Jprogramming] J801 released!

2014-02-10 Thread Eric Iverson
The people who did the packaging may get back to you with a more correct answer and there are some coments at the jsoftware site. But it is almost impossible to keep up with the various anti-virus programs and their drive to continual updates and their lust to tell you that they have saved your bac

Re: [Jprogramming] J801 released!

2014-02-10 Thread bill lam
This had been reported during beta cycle, please report to Avast about this false positive alarm as what was being noted in the header of the download page. That exe was built within linux so it is very unlikely to be infected. 11.02.2014, в 8:52, Pascal Jasmin написал(а): > great news. Thank

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Eric Iverson
I see the flash in chrome (highlighting some random text at the end). I doubt there is anything we can do about this and bet it will be gone in some future release. And back again in some future future release. I don't see the flash in the latest firefox. I liked chrome for years, but am in the pr

[Jprogramming] Jsoftware consulting

2014-02-10 Thread Eric Iverson
Years ago Jsoftware did lots of J consulting. Then it fell out of fashion. We are getting serious about it again. Send your queries to i...@jsoftware.com. -- For information about J forums see http://www.jsoftware.com/forums.htm

[Jprogramming] JHS webgl

2014-02-10 Thread Murray Eisenberg
jdemogl 1 works fine in current Safari (7.0.1) under OS X 10.9.1. I exercised all the controls there. Thanks! On Monday, February 10, 2014 5:50:56 PM, Eric Iverson wrote: > ...I stole a bit of time this weekend and have cobbled together an initial > demo. > > Webgl is opengl functionality e

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Eric Iverson
Thanks for the feedback on Safari. I expected it to work, but wasn't able to test today. On Mon, Feb 10, 2014 at 8:18 PM, Murray Eisenberg wrote: > jdemogl 1 works fine in current Safari (7.0.1) under OS X 10.9.1. I exercised > all the controls there. > > Thanks! > > On Monday, February 10, 2014

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Brian Schott
Eric, In all cases I install J in the default folder /Users/brian/ . On my intel 64 Mac the install of j801 is not working: only jconsole will open, not jhs and not gtk. When I launch either jhs801 or gtk801, I get no terminal window to even open. As a matter of fact, now that I have reinstalled

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Eric Iverson
Not sure what is going on, but your reference to gtk is sign that something is wrong. The j801 release has nothing to do with gtk and is all about Qt, jconsole, JHS. My guess is that you've got the wrong download. Go back to the web site and proceed slowly (refresh every step of the way to avoid c

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Brian Schott
You are right, I meant jqt, not gtk. On Mon, Feb 10, 2014 at 8:27 PM, Eric Iverson wrote: > Not sure what is going on, but your reference to gtk is sign that > something is wrong. The j801 release has nothing to do with gtk and is > all about Qt, jconsole, JHS. > > My guess is that you've got th

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Eric Iverson
I suggest you shut down your machine (to make sure nothing is running) and try again. The JHS failure is almost certainly because anoher JHS task was already using the port. This can be invisible, but shutting down should fix it. Not sure about the j801 instlal on Mac, but the installer probably

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Brian Schott
Shutting down seems to have helped a little. Before I had just restarted. Some success. jhs701 works again and now jqt801 works. But jhs801 is still not visibly working; rather, jhs801 is sort of processing in the background. It shows up in the Activity Monitor as running, but no terminal window

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Eric Iverson
Sounds llike something is wrong with your installatoin. Or perhaps there is something wrong with the Mac JHS launcher. Try the following to isolate the problem. 1. be sure JHS is not running - shutting down system and restarting might be the easiest way to do 2. start jconsole load'~addons/ide

[Jprogramming] QT websockets

2014-02-10 Thread Pascal Jasmin
demos work fine. (and avast makes no complaints about the zip version of J8) I notice that sdgetpeername and sdgetsockname do not work on websockets (understandable if they are not sockets) and there is no QT equivalent for the functions. Is that something not implemented by QT, or not implemen

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Brian Schott
Bingo. jhs801 is running in Safari. I have not yet been able to run the demo. I get value error jdemogl . But I'll keep working on that. That's enough for now. Thanks a million. On Mon, Feb 10, 2014 at 10:10 PM, Eric Iverson wrote: > Sounds llike something is wrong with your installatoin. Or pe

Re: [Jprogramming] JHS webgl

2014-02-10 Thread Eric Iverson
You need to do a jal update of jhs. On Monday, February 10, 2014, Brian Schott wrote: > Bingo. jhs801 is running in Safari. > > I have not yet been able to run the demo. I get value error jdemogl . But > I'll keep working on that. That's enough for now. Thanks a million. > > > On Mon, Feb 10, 20