Re: [Jgeneral] dissect inconsistency

2023-10-06 Thread Henry Rich
Dissect knows J8.1.  It doesn't include modifier trains. Henry Rich On 10/6/2023 9:08 AM, Raul Miller wrote: *(&.- +)%3 _2 dissect'*(&.- +)%3' Syntax error: invalid sequence Adverb Verb Error snippet: &. - + -- For

[Jgeneral] dissect inconsistency

2023-10-06 Thread Raul Miller
*(&.- +)%3 _2 dissect'*(&.- +)%3' Syntax error: invalid sequence Adverb Verb Error snippet: &. - + -- Raul -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jgeneral] Dissect needs a new owner WAS: "dissect" fails

2021-07-13 Thread bill lam
Raul, I think your fix is good. glrect is a gl2 direct call to external shared library with protocol that expected integer argument. IIRC all gl2 call expected integer or literal argument. In j602, gl2 coerce floating point to integer but not in j9. There are some artefacts like this in the

Re: [Jgeneral] Dissect needs a new owner WAS: "dissect" fails

2021-07-13 Thread Raul Miller
This one was pretty easy to isolate. Here's what I did: (0) I located the 'error in paint' message -- it was coming from dissect.ijs (1) I edited dissect.ijs with a quick hack to show the details of the cd error: catch. smoutput 'error in paint' smoutput > (errnum =. <:13!:11'') { 9!:8''

Re: [Jgeneral] "dissect" fails

2021-07-13 Thread Clifford Reiter
Just some data; no clue as to what is wrong: dissect 'i. 1.5e1' dissect 'i. 1.6e1' dissect 'i. 1.7e1' dissect 'i. 1.8e1' dissect 'i. 1.9e1' error in paint domain error |domain error: cd | glrect 0 0 1 1+"1^:(-.IFQT),"2|."1 y JVERSION Engine: j903/j64avx2/windows Beta-l:

[Jgeneral] Dissect needs a new owner WAS: "dissect" fails

2021-07-13 Thread Henry Rich
Dissect is my proudest achievement, but I don't have time to maintain it.  I am too busy making JE improvements, and if I thought I had to bring Dissect along at the same time I wouldn't be able to do anything. If anyone will take the torch, I will be grateful.  The code is very complex, but

Re: [Jgeneral] "dissect" fails

2021-07-13 Thread Raul Miller
I was able to reproduce your problem (or a similar problem) in j903. The sentence worked fine in j902. But then I upgraded my packages (including the base library) and I was able to reproduce your problem in j902. But exiting and restarting j902 resolved that issue. Exiting and restarting did

[Jgeneral] "dissect" fails

2021-07-13 Thread Devon McCormick
Hi, I was trying to use "dissect" to show the structure of Jan-Pieter Jacobs's solution to the problem Skip Cave proposed about ten days ago but encountered this (running in JQt under a recently updated 9.02): require 'debug/dissect' dissect '(10#. [:~.[:,/(1 1 1 3 |."0 1~ i. 4) #"1/ (4#10)#:

Re: [Jgeneral] dissect

2016-01-01 Thread Henry Rich
dissect uses gl2 graphics for creating the screen. It uses Qt for creating the form. If JHS has a graphics library comparable to jgl2, it should be possible to convert the graphics. All I use are fonts, characters, arcs, and rectangles. I don't know how you would create a separate dissect

Re: [Jgeneral] dissect

2016-01-01 Thread bill lam
It is quite easy to draw graphics on canvas html5, one of outputs in the plot addon uses this method. But I know very little of JHS and nothing about dissect so that I cannot create a list of requirements. On Jan 2, 2016 6:44 AM, "Henry Rich" wrote: > dissect uses gl2

Re: [Jgeneral] dissect

2016-01-01 Thread Björn Helgason
Maybe get dissect to run under jhs? I really like jhs and try to make it do what I want. I know it is possible to do so much more than I know and it is possibly easier than I think. On 22 Dec 2015 16:11, "Henry Rich" wrote: > Looks like it has trouble creating the main

Re: [Jgeneral] dissect

2015-12-24 Thread Brian Schott
Henry, I have done a very little developing for iOS and am NOT volunteering for developing any more for iOS nor for android. But I want to share another observation that probably applies to both platforms: there is no hover, is there? And doesn't that fact really make it difficult for a novice to

Re: [Jgeneral] dissect

2015-12-24 Thread bill lam
Android and ios do not have hover events, but they both have long tap and gesture. I think dissect can work on android but its UI needs complete overhaul. On Dec 24, 2015 8:20 PM, "Brian Schott" wrote: > Henry, > > I have done a very little developing for iOS and am NOT

Re: [Jgeneral] dissect

2015-12-23 Thread Henry Rich
till works on jandroid and switches among open forms? - Original Message - From: bill lam <bbill@gmail.com> To: gene...@jsoftware.com Sent: Wednesday, December 23, 2015 12:08 AM Subject: Re: [Jgeneral] dissect As stated in jwiki: wd'pc..' must be executed inside onStart and o

Re: [Jgeneral] dissect

2015-12-23 Thread 'Pascal Jasmin' via General
com> To: gene...@jsoftware.com Sent: Wednesday, December 23, 2015 12:08 AM Subject: Re: [Jgeneral] dissect As stated in jwiki: wd'pc..' must be executed inside onStart and onStart is called by an andorid activity which is created by the wd'activity..' cmd. Since dissect had never run

Re: [Jgeneral] dissect

2015-12-23 Thread bill lam
rms? > > > > - Original Message - > From: bill lam <bbill@gmail.com> > To: gene...@jsoftware.com > Sent: Wednesday, December 23, 2015 12:08 AM > Subject: Re: [Jgeneral] dissect > > As stated in jwiki: wd'pc..' must be executed inside onStart and >

Re: [Jgeneral] dissect

2015-12-23 Thread bill lam
To: gene...@jsoftware.com > Sent: Wednesday, December 23, 2015 12:08 AM > Subject: Re: [Jgeneral] dissect > > As stated in jwiki: wd'pc..' must be executed inside onStart and > onStart is called by an andorid activity which is created by the > wd'activity..' cmd. Since dis

Re: [Jgeneral] dissect

2015-12-22 Thread bill lam
I've never run dissect on jandroid so not sure exactly what happened, Nevertheless I suspect dissect cannot run because there is no mouse right click event in android devices and also android does not support overlapping window. On Dec 23, 2015 12:11 AM, "Henry Rich" wrote:

Re: [Jgeneral] dissect

2015-12-22 Thread 'Pascal Jasmin' via General
- From: bill lam <bbill@gmail.com> To: General forum <gene...@jsoftware.com> Sent: Tuesday, December 22, 2015 6:15 PM Subject: Re: [Jgeneral] dissect I've never run dissect on jandroid so not sure exactly what happened, Nevertheless I suspect dissect cannot run because there is no

Re: [Jgeneral] dissect

2015-12-22 Thread Henry Rich
a wiki entry, and a template for common jqt/jandroid code. - Original Message - From: bill lam <bbill@gmail.com> To: General forum <gene...@jsoftware.com> Sent: Tuesday, December 22, 2015 6:15 PM Subject: Re: [Jgeneral] dissect I've never run dissect on jandroid so not

Re: [Jgeneral] dissect

2015-12-22 Thread bill lam
l Message - > >>From: bill lam <bbill@gmail.com> > >>To: General forum <gene...@jsoftware.com> > >>Sent: Tuesday, December 22, 2015 6:15 PM > >>Subject: Re: [Jgeneral] dissect > >> > >>I've never run dissect on jandroid so not

Re: [Jgeneral] dissect

2015-12-22 Thread Henry Rich
bill lam <bbill@gmail.com> To: General forum <gene...@jsoftware.com> Sent: Tuesday, December 22, 2015 6:15 PM Subject: Re: [Jgeneral] dissect I've never run dissect on jandroid so not sure exactly what happened, Nevertheless I suspect dissect cannot run because there is no mouse right cli

Re: [Jgeneral] dissect

2015-12-22 Thread bill lam
n run with a few features missing. > >>>> > >>>>jandroid has an architecture change compared to jqt where it requires an > >>>>onStart event (search in forum archives for OnStart (sp) that should > >>>>ideally have a wiki entry, and a

[Jgeneral] dissect

2015-12-22 Thread Björn Helgason
I tried dissect in the new jandroid dissect '100 200 + i.2 3' domain error |pc : pc requires a new activity : wd | (LF,~wd ::(''"_)'qer')(13!:8)3 -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jgeneral] dissect

2015-12-22 Thread Henry Rich
Looks like it has trouble creating the main dissect display. I don't have any way to test this, and I don't know what an 'activity' is. Bill, can you help me with this? Henry Rich On 12/22/2015 10:57 AM, Björn Helgason wrote: I tried dissect in the new jandroid dissect '100 200 + i.2 3'