Re: [Jgeneral] Class Browser display

2022-06-29 Thread Gilles Kirouac

   JVERSION
Engine: j903/j64/windows
Release-b: commercial/2022-01-28T04:17:43
Library: 9.03.08
Qt IDE: 1.9.5/5.15.2(5.15.2)
Platform: Win 64
Installer: J903 install
InstallPath: c:/users/mouton/j903
Contact: www.jsoftware.com

   JVERSION
Engine: j904/j64avx/windows
Beta-d: commercial/2022-05-19T20:42:41
Library: 9.04.01
Qt IDE: 2.0.3s/6.2.4(6.2.4)
Platform: Win 64
Installer: J904 install
InstallPath: c:/users/mouton/j904
Contact: www.jsoftware.com

Sorry for not including that info. (I had it, then rephrased and forgot)

I am nevertheless astonished if you don't see the same! The only clue 
that comes to mind is that I am using a French-Can desktop, but that 
should not be related. Well ... 樂 a mystery for now.



~ Gilles

Le 2022-06-29 à 18:18, Raul Miller a écrit :

I cannot reproduce this problem. In both J903 and J904 I am seeing:

assert_z_
0 0 $ 13!:8^:((0 e. ])`(12"_))

What's your JVERSION?

Thanks,


--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jgeneral] jqt showcase

2022-06-29 Thread bill lam
The requirement to hit enter key might be a bug.


On Wed, 29 Jun 2022 at 9:40 PM Raul Miller  wrote:

> Ah, I see...
>
> actually,, it's not an argument, it's pulling the value from the
> current selection.
>
> And, the trick is, you have to hit the Enter key to bring it up.
>
> That's... well, it's useful, but hitting Enter here wasn't something
> that had occurred to me.
>
> --
> Raul
>
> On Wed, Jun 29, 2022 at 9:37 AM Raul Miller  wrote:
> >
> > On Wed, Jun 29, 2022 at 8:50 AM chris burke 
> wrote:
> > > The reason for the difference is that the Showcase demos are more
> > > complicated than the Qt demos, and not just a few lines of J.
> > >
> > > Perhaps instead of showing the script, you could browse to the source
> > > in the repo, e.g. for the webview to
> > > https://github.com/jsoftware/demos_wd/tree/master/source/webview .
> >
> > Sure... ~addons/demos/wd/demos.ijs defines a 'demos_listbox_button'
> > that looks like it would do the right thing, given an argument like
> > 'isigrid' or 'webview'.
> >
> > But I don't see anything that calls it.
> >
> > --
> > Raul
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jgeneral] Class Browser display

2022-06-29 Thread Raul Miller
I cannot reproduce this problem. In both J903 and J904 I am seeing:

   assert_z_
0 0 $ 13!:8^:((0 e. ])`(12"_))

What's your JVERSION?

Thanks,

-- 
Raul

On Wed, Jun 29, 2022 at 3:44 PM Gilles Kirouac  wrote:
>
> When a double-quote character (". ": "1 "_) is present in a verb, the
> display by the Class Browser shows an extra " character.
>
> v.g. assert_z_ , clear_z_ , center_z_, list_z_
>
> assert_z_
>
> 0 0 $ 13!:8^:((0 e. ])`(12""_))
>
>
> ~ Gilles
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
--
For information about J forums see http://www.jsoftware.com/forums.htm


[Jgeneral] Class Browser display

2022-06-29 Thread Gilles Kirouac
When a double-quote character (". ": "1 "_) is present in a verb, the 
display by the Class Browser shows an extra " character.


v.g. assert_z_ , clear_z_ , center_z_, list_z_

assert_z_

0 0 $ 13!:8^:((0 e. ])`(12""_))


~ Gilles
--
For information about J forums see http://www.jsoftware.com/forums.htm


[Jgeneral] isigrid updates

2022-06-29 Thread Raul Miller
Currently, when I update the contents of an isigrid in an isidraw, the
updates after the first are not reflected to the screen unless I
resize the window.

This also does not result in any updates:
   glpaint_jgl2_'' [ require'ide/qt/gl2'

How can I get the thing to update?

(Do I need to post a demo of this issue?)

Thanks,

-- 
Raul
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jgeneral] crash in j904 beta d

2022-06-29 Thread Paul Jackson
The first line immediately crashes my Android running 9.03. Since I've been
doing a lot of testing on J-Playground I tried it there. I was curious what
the white space characters were, so I used i. to look inside. Each of these
lines was entered from the edit screen. Eventually I hit the no more output
bug I've seen in other context.

  ]a=.(;:inv@}.;{.) cut'this is'
+--++
|is||
+--++
   (a
+---+-+
|105 115|40 60 97 46 41 105 46 38 46 62 97|
+---+-+
   ]a=.(;:inv@}.;{.) cut'this is'
+--++
|is||
+--++
   (a
+---+---+
|105 115|256 256|
+---+---+
   ]a=.(;:inv@}.;{.) cut'this is'
+--++
|is||
+--++
   (a
+


   ]a=.(;:inv@}.;{.) cut'this is'
+--++
|is||
+--++
   (a
+---+---+
|105 115|256 256|
+---+---+
   ]a=.(;:inv@}.;{.) cut'this is'
(a
   i.8


On Wed, Jun 29, 2022, 7:19 AM Devon McCormick  wrote:

> This also crashes my J9.04 on Windows.  The first phrase also seems to
> crash 9.03.
>
> On Wed, Jun 29, 2022 at 6:56 AM Raul Miller  wrote:
>
> > This sequence of sentences will crash J904 beta d for me.
> >
> >(;:inv@}.;{.) cut'this is'
> >require'pacman'
> >
> > Note also that the result I get for the first sentence is ;:'is is'
> > when I was expecting ;:'is this'
> >
> > FYI,
> >
> > --
> > Raul
> > --
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
>
>
> --
>
> Devon McCormick, CFA
>
> Quantitative Consultant
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
>
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jgeneral] crash in j904 beta d

2022-06-29 Thread Raul Miller
   (;:inv@}.;{.) cut'this is'
may crash J904 beta d, but it seems to return a result if it's the
first sentence executed in the session.

I should have mentioned that...


--
Raul

On Wed, Jun 29, 2022 at 10:19 AM Devon McCormick  wrote:
>
> This also crashes my J9.04 on Windows.  The first phrase also seems to
> crash 9.03.
>
> On Wed, Jun 29, 2022 at 6:56 AM Raul Miller  wrote:
>
> > This sequence of sentences will crash J904 beta d for me.
> >
> >(;:inv@}.;{.) cut'this is'
> >require'pacman'
> >
> > Note also that the result I get for the first sentence is ;:'is is'
> > when I was expecting ;:'is this'
> >
> > FYI,
> >
> > --
> > Raul
> > --
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
>
>
> --
>
> Devon McCormick, CFA
>
> Quantitative Consultant
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jgeneral] crash in j904 beta d

2022-06-29 Thread Devon McCormick
This also crashes my J9.04 on Windows.  The first phrase also seems to
crash 9.03.

On Wed, Jun 29, 2022 at 6:56 AM Raul Miller  wrote:

> This sequence of sentences will crash J904 beta d for me.
>
>(;:inv@}.;{.) cut'this is'
>require'pacman'
>
> Note also that the result I get for the first sentence is ;:'is is'
> when I was expecting ;:'is this'
>
> FYI,
>
> --
> Raul
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
>


-- 

Devon McCormick, CFA

Quantitative Consultant
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jgeneral] jqt showcase

2022-06-29 Thread Raul Miller
Ah, I see...

actually,, it's not an argument, it's pulling the value from the
current selection.

And, the trick is, you have to hit the Enter key to bring it up.

That's... well, it's useful, but hitting Enter here wasn't something
that had occurred to me.

-- 
Raul

On Wed, Jun 29, 2022 at 9:37 AM Raul Miller  wrote:
>
> On Wed, Jun 29, 2022 at 8:50 AM chris burke  wrote:
> > The reason for the difference is that the Showcase demos are more
> > complicated than the Qt demos, and not just a few lines of J.
> >
> > Perhaps instead of showing the script, you could browse to the source
> > in the repo, e.g. for the webview to
> > https://github.com/jsoftware/demos_wd/tree/master/source/webview .
>
> Sure... ~addons/demos/wd/demos.ijs defines a 'demos_listbox_button'
> that looks like it would do the right thing, given an argument like
> 'isigrid' or 'webview'.
>
> But I don't see anything that calls it.
>
> --
> Raul
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jgeneral] jqt showcase

2022-06-29 Thread Raul Miller
On Wed, Jun 29, 2022 at 8:50 AM chris burke  wrote:
> The reason for the difference is that the Showcase demos are more
> complicated than the Qt demos, and not just a few lines of J.
>
> Perhaps instead of showing the script, you could browse to the source
> in the repo, e.g. for the webview to
> https://github.com/jsoftware/demos_wd/tree/master/source/webview .

Sure... ~addons/demos/wd/demos.ijs defines a 'demos_listbox_button'
that looks like it would do the right thing, given an argument like
'isigrid' or 'webview'.

But I don't see anything that calls it.

-- 
Raul
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jgeneral] jqt showcase

2022-06-29 Thread chris burke
The reason for the difference is that the Showcase demos are more
complicated than the Qt demos, and not just a few lines of J.

Perhaps instead of showing the script, you could browse to the source
in the repo, e.g. for the webview to
https://github.com/jsoftware/demos_wd/tree/master/source/webview .

On Wed, Jun 29, 2022 at 1:34 AM Raul Miller  wrote:
>
> Today, I was looking at the wd isigrid and table child classes, and I
> noticed that the implementation in ~addons/demos/wd/demos.ijs includes
> support for browsing the source code of the showcased demos, and
> viewing the implementations on github, but the jqt showcase popup does
> not expose these features.
>
> I think that it should. (This is probably a simple change, and I might
> tackle it at some point. But it might be faster if someone else more
> familiar with that part of the code went in and made the change.)
>
> Thanks,
>
> --
> Raul
> --
> For information about J forums see http://www.jsoftware.com/forums.htm
--
For information about J forums see http://www.jsoftware.com/forums.htm


[Jgeneral] crash in j904 beta d

2022-06-29 Thread Raul Miller
This sequence of sentences will crash J904 beta d for me.

   (;:inv@}.;{.) cut'this is'
   require'pacman'

Note also that the result I get for the first sentence is ;:'is is'
when I was expecting ;:'is this'

FYI,

-- 
Raul
--
For information about J forums see http://www.jsoftware.com/forums.htm


[Jgeneral] jqt showcase

2022-06-29 Thread Raul Miller
Today, I was looking at the wd isigrid and table child classes, and I
noticed that the implementation in ~addons/demos/wd/demos.ijs includes
support for browsing the source code of the showcased demos, and
viewing the implementations on github, but the jqt showcase popup does
not expose these features.

I think that it should. (This is probably a simple change, and I might
tackle it at some point. But it might be faster if someone else more
familiar with that part of the code went in and made the change.)

Thanks,

-- 
Raul
--
For information about J forums see http://www.jsoftware.com/forums.htm