I would like to see the help offline.
When I have time to use J I do not have internet access and can not get at
help online.
On Aug 8, 2014 3:32 AM, "chris burke" wrote:
> If you have " characters in the data, you should delimit with DEL, see the
> beginning of
> http://www.jsoftware.com/jwiki/
Hi Henry,
You have done great work with dissect. Now you are in beta world and this is
where you can really shine. With regard to colour; I think that it is really
good to use colour as a secondary characteristic for those that can discern
colours, but I have found that using shade or gradation
Ok... colors...
I tend to favor deeper, richer colors (though of course contrast is also
important).
Colors alone are inadequate though - I think additional information should
be made available on hover (mouse over an element after a short delay) -
perhaps as a tooltip or in some reserved area of
Pascal wrote:
"
The reason I am nearly sure is that in u@:v any adverbs applied to v also
apply to u in such a way that it would seem compliacated to undo/avoid. It
can still be applied to all with ([: u v)a . But the option of ([: u v a)
remains.
"
This is an interesting argument in favor of [
On 8/8/2014 1:08 PM, Raul Miller wrote:
I have it installed, and I tried it on this sentence:
(+/%#)&.:*: i.3 3 3
Here are some observations:
That sentence results in a tall narrow graph (on a short, wide laptop
display). It would be nice to have some kind of ability to scroll or
rearran
Hi Thomas,
Your engine version looks weird to me:
Here it is on my machine, dissect works fine.
JVERSION
Engine: j701/2011-01-10/11:25
Library: 8.02.12
Qt IDE: 1.1.5/5.3.1
Platform: Win 64
Installer: J802 install
InstallPath: c:/users/lettoke/j64-802
On Fri, Aug 8, 2014 at 10:29 AM
That sentence works for me on J32. Can you try that?
Henry Rich
On 8/8/2014 10:29 AM, Thomas Costigliola wrote:
I am having a problem using this...
JVERSION
Engine: j701/2012-12-06/12:20/x
Library: 8.02.11
Qt IDE: 1.1.5/5.3.1
Platform: Win 64
Installer: J802 install
InstallPath: c:/prog
Here's my code that flips out four bitmaps (which I hope to simplify.
However on a laptop it will produce 4 viewmats like pancakes on top of one
another. You can move them around ond the screen. Also they can be
stretched in each direction to change their shapes and the look of the
plaid.
So th
I have it installed, and I tried it on this sentence:
(+/%#)&.:*: i.3 3 3
Here are some observations:
That sentence results in a tall narrow graph (on a short, wide laptop
display). It would be nice to have some kind of ability to scroll or
rearrange display components.
selection did not wor
wdooo doesn't have clr, you have to write it by yourself.
Пт, 08 авг 2014, Joe Bogner написал(а):
> tables/wdooo it available on my j64-802
>
> By the way, both pcall and my sample dll calls .NET through a COM
> interface. pcall calls the same method the C DLL
> calls, ExecuteInDefaultAppDomain.
I cleaned off a layer of crud in a windows machine and upgraded its j
packages (my j session then crashed and I had to getqtbin'' in a jconsole)
and I've tables/wdooo working fine there.
It doesn't work on my primary J instance though, perhaps because that
machine has been running a J verb for thr
tables/wdooo it available on my j64-802
By the way, both pcall and my sample dll calls .NET through a COM
interface. pcall calls the same method the C DLL
calls, ExecuteInDefaultAppDomain.
The .NET dll does not need to be registered with COM
So, if pcall was available on j64-802 then I don't thi
s/I should/It should/
Сб, 09 авг 2014, bill lam написал(а):
> I should be available for window, but I don't get a window pc to
> check right now.
>
> Пт, 08 авг 2014, Raul Miller написал(а):
> > And it looks like table/wdooo is also not available in j64-802?
> >
> > Thanks,
> >
> > --
> > Raul
I should be available for window, but I don't get a window pc to
check right now.
Пт, 08 авг 2014, Raul Miller написал(а):
> And it looks like table/wdooo is also not available in j64-802?
>
> Thanks,
>
> --
> Raul
>
>
> On Fri, Aug 8, 2014 at 10:16 AM, bill lam wrote:
>
> > It calls OLE/CO
And it looks like table/wdooo is also not available in j64-802?
Thanks,
--
Raul
On Fri, Aug 8, 2014 at 10:16 AM, bill lam wrote:
> It calls OLE/COM interface but not .Net.
>
> The same functionality is also available in addon table/wdooo.
>
> Пт, 08 авг 2014, Joe Bogner написал(а):
> > I for
I am having a problem using this...
JVERSION
Engine: j701/2012-12-06/12:20/x
Library: 8.02.11
Qt IDE: 1.1.5/5.3.1
Platform: Win 64
Installer: J802 install
InstallPath: c:/program files/j64-802
load'debug/dissect'
dissect '1+1'
|domain error: calcallestheights__resultroot
| nloc ([:v(
It calls OLE/COM interface but not .Net.
The same functionality is also available in addon table/wdooo.
Пт, 08 авг 2014, Joe Bogner написал(а):
> I forgot that I had found this awhile back too:
> http://www.jsoftware.com/wsvn/addons/trunk/general/pcall/clr.ijs
>
> This looks like a nice approac
Henry
>Great to see this come out! i hope when it is further integrated in the IDE a
>JHS version will be available.
greg
~krsnadas.org
--
from: Henry Rich
to: programm...@jsoftware.com
date: 7 August 2014 12:26
subject: Re: [Jprogramming] Announcement: Graphical sentence debugger for J
>dis
I forgot that I had found this awhile back too:
http://www.jsoftware.com/wsvn/addons/trunk/general/pcall/clr.ijs
This looks like a nice approach that doesn't require the C dll shim that I
wrote up
I just tested on j64-602 and it works. It's not available in PAL for j802
and I didn't try running i
Thank you, that looks promising.
I think we should be able to build something using System.Reflection.Emit,
to build new .Net calls dynamically.
First draft should probably limit itself to string data types.
As an aside, my interest was sparked by the mscorlib implementation of md5,
and frustrat
I updated the page with a link that explains how a string return value can
be accessed. The method invoked by ExecuteInDefaultAppDomain must return an
int, however that int can point to a buffer.
Some interesting ideas can be pursued:
1. Fetch data from external databases without using ODBC
2. Hav
Yes, I compiled it on Visual Studio Express 2013 for desktop
On Fri, Aug 8, 2014 at 7:22 AM, bill lam wrote:
> Can this kind of wrapper be compiled with vs express now? It needed a paid
> version of vs some years ago, IIRC.
> On Aug 8, 2014 7:08 PM, "Joe Bogner" wrote:
>
> > Hi Raul, I wrote
Can this kind of wrapper be compiled with vs express now? It needed a paid
version of vs some years ago, IIRC.
On Aug 8, 2014 7:08 PM, "Joe Bogner" wrote:
> Hi Raul, I wrote up a basic wiki article that explains how to do it:
> http://www.jsoftware.com/jwiki/JoeBogner/CallingNET
>
>
>
>
> On Fri
Hi Raul, I wrote up a basic wiki article that explains how to do it:
http://www.jsoftware.com/jwiki/JoeBogner/CallingNET
On Fri, Aug 8, 2014 at 1:06 AM, Raul Miller wrote:
> Does anyone know how to call .Net methods from a windows implementation of
> J, using the 15!: interface?
>
> Thanks,
>
24 matches
Mail list logo