Re: [Jprogramming] jviewmat window reuse

2015-01-11 Thread Ben Gorte - CITG
orte - CITG написал(а): > > Thanks for the reply. It resizes all right, and it also gets to > viewmatcc when I try to viewmat a second time. > > > > From: programming-boun...@forums.jsoftware.com [ > programming-boun...@forums.jsoftware.com] on behalf of Andrew Ni

Re: [Jprogramming] jviewmat window reuse

2015-01-11 Thread bill lam
> From: programming-boun...@forums.jsoftware.com [ > programming-boun...@forums.jsoftware.com] on behalf of bill lam [ > bbill@gmail.com] > Sent: Sunday, January 11, 2015 07:43 > To: programm...@jsoftware.com > Subject: Re: [Jprogramming] jvie

Re: [Jprogramming] jviewmat window reuse

2015-01-11 Thread Ben Gorte - CITG
...@jsoftware.com Subject: Re: [Jprogramming] jviewmat window reuse I don't know if this can work, but you may try glpaintx instead of glpaint. Сб, 10 янв 2015, Ben Gorte - CITG написал(а): > Thanks for the reply. It resizes all right, and it also gets to viewmatcc > when I try to viewmat a

Re: [Jprogramming] jviewmat window reuse

2015-01-10 Thread bill lam
___ > From: programming-boun...@forums.jsoftware.com > [programming-boun...@forums.jsoftware.com] on behalf of Andrew Nikitin > [ns...@hotmail.com] > Sent: Saturday, January 10, 2015 18:20 > To: J programming > Subject: [Jprogramming] jviewmat window reuse > > > Ben Gorte -

Re: [Jprogramming] jviewmat window reuse

2015-01-10 Thread Ben Gorte - CITG
: Saturday, January 10, 2015 18:20 To: J programming Subject: [Jprogramming] jviewmat window reuse > Ben Gorte - CITG B.G.H.Gorte at tudelft.nl > Hi, should this also work in Linux/j64-803/qt? Probably not. I needed it for j602, which uses older wd gui and may not be compatible on the int

[Jprogramming] jviewmat window reuse

2015-01-10 Thread Andrew Nikitin
> Ben Gorte - CITG B.G.H.Gorte at tudelft.nl  > Hi, should this also work in Linux/j64-803/qt? Probably not. I needed it for j602, which uses older wd gui and may not be compatible on the interface level with qt. > The first viewmat responds like ever, but the second does not. The window > does

Re: [Jprogramming] jviewmat window reuse

2015-01-10 Thread Ben Gorte - CITG
: programming-boun...@forums.jsoftware.com [programming-boun...@forums.jsoftware.com] on behalf of Andrew Nikitin [ns...@hotmail.com] Sent: Friday, January 09, 2015 20:20 To: J programming Subject: [Jprogramming] jviewmat window reuse > From: bill lam > You may try create a form with a isigra

[Jprogramming] jviewmat window reuse

2015-01-09 Thread Andrew Nikitin
> From: bill lam > You may try create a form with a isigraph and then pass the isigraph to > viewmat. see the isigraph demo. Thanks, that helped. Here is what I ended up doing: NB. hack to "reuse" viewmat window NB. 2015-01-07 16:54:43 created by nsg viewmat_z_=:3 : 0 '' viewmat y :   for_l. c

Re: [Jprogramming] jviewmat window reuse

2015-01-09 Thread Andrew Nikitin
> From: bill lam > You may try create a form with a isigraph and then pass the isigraph to> viewmat. see the isigraph demo.Thanks, that helped. Here is what I ended up doing:NB. hack to "reuse" viewmat windowNB. 2015-01-07 16:54:43 created by nsgviewmat_z_=:3 : 0'' viewmat

Re: [Jprogramming] jviewmat window reuse

2015-01-07 Thread bill lam
You may try create a form with a isigraph and then pass the isigraph to viewmat. see the isigraph demo. On Jan 8, 2015 6:09 AM, "Andrew Nikitin" wrote: > Is there a way to make a jviewmat to reuse already open window, just like > plot does? > (this is j60* question, I am not sure if there is a vi

[Jprogramming] jviewmat window reuse

2015-01-07 Thread Andrew Nikitin
Is there a way to make a jviewmat to reuse already open window, just like plot does? (this is j60* question, I am not sure if there is a viewmat for for later versions and what it does) -- Fo