mming@jsoftware.com
Subject: Re: [Jprogramming] Viewmat
you may add it into your viewmat.ijs if you wish. Things will be fixed up upon
the next base library update released.
Чтв, 05 Июл 2012, Linda Alvord писал(а):
> I tried this and it worked. Is it necessary every time you use viewmat?
> That
included in viewmat?
>
> Linda
>
> -Original Message-
> From: programming-boun...@jsoftware.com
> [mailto:programming-boun...@jsoftware.com] On Behalf Of bill lam
> Sent: Thursday, July 05, 2012 8:06 PM
> To: programming@jsoftware.com
> Subject: Re: [Jprogram
rsday, July 05, 2012 8:06 PM
To: programming@jsoftware.com
Subject: Re: [Jprogramming] Viewmat
Did you try setting IFARM_z_=:0 before loading viewmat as suggested?
Чтв, 05 Июл 2012, Linda Alvord писал(а):
> This script worked just before the new JAL upgrade was made. It
> worked (different
> j701gtk.
>
> Linda
>
> -Original Message-
> From: programming-boun...@jsoftware.com
> [mailto:programming-boun...@jsoftware.com] On Behalf Of bill lam
> Sent: Wednesday, July 04, 2012 10:44 AM
> To: programming@jsoftware.com
> Subject: Re: [Jprogramming] Vi
] On Behalf Of bill lam
Sent: Wednesday, July 04, 2012 10:44 AM
To: programming@jsoftware.com
Subject: Re: [Jprogramming] Viewmat
When did this work last time?
Срд, 04 Июл 2012, R.E. Boss писал(а):
> In J6.02
>
>viewmat {"2 m b 3
> |domain error: wd
> | wd'pc
When did this work last time?
Срд, 04 Июл 2012, R.E. Boss писал(а):
> In J6.02
>
>viewmat {"2 m b 3
> |domain error: wd
> | wd'pc jvm;pn *',TITLE
>
> but
>
> viewmat "2 m b 3
>
> works
>
>
> R.E. Boss
>
>
> > -Oorspronkelijk bericht-
> > Van: programming-boun...@js
In J6.02
viewmat {"2 m b 3
|domain error: wd
| wd'pc jvm;pn *',TITLE
but
viewmat "2 m b 3
works
R.E. Boss
> -Oorspronkelijk bericht-
> Van: programming-boun...@jsoftware.com
> [mailto:programming-boun...@jsoftware.com] Namens Linda Alvord
> Verzonden: woensdag 4 jul
Oh sorry, it shouldn't be released bcause the required base library has not yet
been released. In the mean time, define
IFARM_z_=: 0
unless you are working on android where it needs to define
IFARM_z_=: 1
jhs and iPhone/iPad shouldn't be affected because they should use their
own internal vers
2007/2/26, Oleg Kobchenko <[EMAIL PROTECTED]>:
--- vincent 1000 <[EMAIL PROTECTED]> wrote:
> 2007/2/26, Oleg Kobchenko <[EMAIL PROTECTED]>:
> >
> > --- vincent 1000 <[EMAIL PROTECTED]> wrote:
> >
> > > I like especially the way J represents complex vectorfields. Do you
know
> > of
> > > other
--- vincent 1000 <[EMAIL PROTECTED]> wrote:
> 2007/2/26, Oleg Kobchenko <[EMAIL PROTECTED]>:
> >
> > --- vincent 1000 <[EMAIL PROTECTED]> wrote:
> >
> > > I like especially the way J represents complex vectorfields. Do you know
> > of
> > > other software which has similar features?
> >
> > This
Raul Miller wrote:
> On 2/26/07, Devon McCormick <[EMAIL PROTECTED]> wrote:
>> Where is this "mathematical standard-notation" defined?
>
> I like the example mentioned in the Gerald Sussman presentation
> June Kim recently referenced.
> http://www.jsoftware.com/pipermail/general/2007-February/02905
Devon McCormick wrote:
> Of course, you may have a different "standard" name for, say, the
> arctangent function. Common ones in use are "atan", "tan-1", and
> "arctan".
>
> On 2/26/07, vincent 1000 <[EMAIL PROTECTED]> wrote:
> ...
>>The ideal would be a J which uses mathematical standard-notati
On 2/26/07, Devon McCormick <[EMAIL PROTECTED]> wrote:
Where is this "mathematical standard-notation" defined?
I like the example mentioned in the Gerald Sussman presentation
June Kim recently referenced.
http://www.jsoftware.com/pipermail/general/2007-February/029052.html
Here's an attempt at
Where is this "mathematical standard-notation" defined?
Of course this is a facetious question - it isn't defined anywhere:
there is no such thing.
J attempts to make mathematical notation consistent (and linear).
As Albert Einstein is reputed to have said: Common sense is the collection
of
pre
You may want to download platimg and there you have example
C:\j601\addons\media\platimg\test.ijs
There you can see how to display many images on the same form
require '~addons/media/platimg/platimg.ijs gl2'
coinsert 'jgl2'
F=: 0 : 0
pc f;pn "Image Formats";
xywh 20 22 8 8;cc g1 isigraph;
xywh
And by the way these examples you can open in the form editor if you copy
the lines from the mail into a .ijs file/window
Then you can change the attributes and add more things to the form
2007/2/26, Björn Helgason <[EMAIL PROTECTED]>:
You may want to download platimg and there you have example
2007/2/26, Björn Helgason <[EMAIL PROTECTED]>:
require'viewmat'
HH=: 0 : 0
pc hh;
menupop "File";
menu new "&New" "" "" "";
menu open "&Open" "" "" "";
menusep;
menu exit "&Exit" "" "" "";
menupopz;
xywh 136 8 44 12;cc ok button;cn "OK";
xywh 136 23 44 12;cc cancel button;cn "Cancel";
xywh 0 0
require'viewmat'
HH=: 0 : 0
pc hh;
menupop "File";
menu new "&New" "" "" "";
menu open "&Open" "" "" "";
menusep;
menu exit "&Exit" "" "" "";
menupopz;
xywh 136 8 44 12;cc ok button;cn "OK";
xywh 136 23 44 12;cc cancel button;cn "Cancel";
xywh 0 0 50 50;cc gg isigraph;
pas 6 6;pcenter;
rem form
2007/2/26, vincent 1000 <[EMAIL PROTECTED]>:
2007/2/26, Oleg Kobchenko <[EMAIL PROTECTED]>:
>
> --- vincent 1000 <[EMAIL PROTECTED]> wrote:
>
> > I like especially the way J represents complex vectorfields. Do you
> know of
> > other software which has similar features?
>
> This is not taken a
2007/2/26, Oleg Kobchenko <[EMAIL PROTECTED]>:
--- vincent 1000 <[EMAIL PROTECTED]> wrote:
> I like especially the way J represents complex vectorfields. Do you know
of
> other software which has similar features?
This is not taken after a particular software, or there isn't
any software that
--- vincent 1000 <[EMAIL PROTECTED]> wrote:
> I like especially the way J represents complex vectorfields. Do you know of
> other software which has similar features?
This is not taken after a particular software, or there isn't
any software that I know of that does that, but it's not impossible
2007/2/23, Björn Helgason <[EMAIL PROTECTED]>:
viewmatcc is probably what you are asking for
NB.*viewmatcc v view matrix in given child control
NB.
NB. [hue] viewmatcc mat;cc
NB.
NB. hue and mat are as for viewmat
NB.
NB. cc is the id of the isigraph control.
2007/2/23, vincent 1000 <[EMAIL
viewmatcc is probably what you are asking for
NB.*viewmatcc v view matrix in given child control
NB.
NB. [hue] viewmatcc mat;cc
NB.
NB. hue and mat are as for viewmat
NB.
NB. cc is the id of the isigraph control.
2007/2/23, vincent 1000 <[EMAIL PROTECTED]>:
How can I stop viewmat from openin
ck 2
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Björn Helgason
Sent: Thursday, October 05, 2006 04:14
To: Programming forum
Subject: Re: [Jprogramming] viewmat crashes J
This happens for me both at the computer at home and at the office
- W
I get the crash.
My os: Windows XP Media Center addition Version 2002 Service Pack 2
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Björn Helgason
Sent: Thursday, October 05, 2006 04:14
To: Programming forum
Subject: Re: [Jprogramming] viewmat crashes
Windows XP Professional x64 Edition
both J32 en J64 (601) don't cause J to break.
R.E. Boss
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Björn Helgason
Verzonden: donderdag 5 oktober 2006 11:14
Aan: Programming forum
Onderwerp: Re: [Jprogra
Doesn't work for me either. (Windows XP, j601a)
On 10/5/06, Björn Helgason <[EMAIL PROTECTED]> wrote:
This happens for me both at the computer at home and at the office
- Windows XP both cases
Exception Information
Code: 0xc005 Flags: ox00
Record: ox0 Address: ox00
This happens for me both at the computer at home and at the office
- Windows XP both cases
Exception Information
Code: 0xc005 Flags: ox00
Record: ox0 Address: ox00010055ad4
System Information
Windows NT 5.1 Build 2600
CPU Vendor Code: 756K6547 - 49656E69 - 6C657
No problem with same configuration:
require'viewmat'
viewmat 2 144 33$ 23 4 5 65 67
9!:14''
j601/2006-09-04/09:20
9!:12''
6
R.E. Boss
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Björn Helgason
Verzonden: woensdag 4 oktober 2006 19:01
Aan:
29 matches
Mail list logo