[Jprogramming] android NaN

2012-07-11 Thread bill lam
This should be bugs with floating point emulator used in android. The expressions gave no NaN errors on my version built with hardware floating point support using vfpv3 (ipad seems also use this fpu). Срд, 11 Июл 2012, Paul Jackson писал(а): > The Android port gets the expression which preserves

Re: [Jprogramming] coloring widgets in jgtk (gtk3)

2012-07-10 Thread bill lam
tk and can say > that by now I have a much better understanding of how it works, and how to > add functions based on online reference - managed to implement some DnD > (thanks to Bill Lam for the guidance and tips). > However, right now I'm stuck on a seemingly simple task of col

Re: [Jprogramming] J iOS keyboards

2012-07-08 Thread bill lam
On android tablet, I use Hacker's Keyboard. It's layout is nearly that of a regular hardware keyboard and supports different languages. Вск, 08 Июл 2012, William Tanksley, Jr писал(а): > Don Guinn wrote: > > The Highjacker's keyboard has cursor movement keys. Really helpful in > > moving the ins

Re: [Jprogramming] Challenge 13 Plot Alot

2012-07-07 Thread bill lam
As far as I know, plot itself does not keep old copies. You have to save it by yourself. the noun canvasnum is a means of workaround browser cache. Without it you cannot see the new plots. Сбт, 07 Июл 2012, Linda Alvord писал(а): > After I ran the script below at the start of a session I just tri

Re: [Jprogramming] Viewmat

2012-07-05 Thread bill lam
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

Re: [Jprogramming] Viewmat

2012-07-05 Thread bill lam
> 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

Re: [Jprogramming] Viewmat

2012-07-04 Thread bill lam
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

Re: [Jprogramming] Viewmat

2012-07-04 Thread bill lam
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

Re: [Jprogramming] Addons/tables/excel and retreiving Excel tables into J

2012-06-28 Thread bill lam
I think using tara is simple enough, First install tara addon from JAL, then try the following, load'tables/tara' readexcel jpath '~addons/tables/tara/test/test.xls' ++--++ |1 |_2.2 |3.33| ++--++ |4.444 |5.|_6.6| ++--+-

Re: [Jprogramming] Importing JavaScript files with JHS

2012-06-25 Thread bill lam
Not sure if it can help, the plot package for canvas output using IE containings the verb (beware of line wrap) canvas_header=: 3 : 0 r=. ('80';(pfmt 0{Pxywh);'40';(pfmt 1{Pxywh)) stringreplace canvas_template r=. ('<1>';IFJHS{::'';'') stringreplace canvas_template ) Пнд, 25 Июн 2012, Justin Tirr

Re: [Jprogramming] residue of pure real complex number

2012-06-25 Thread bill lam
ing relevant? > >30 | _455 j. 0 > _5 >30 | _455j0 > 25 >9!:12'' > 5 >9!:14'' > j701/2011-01-10/11:25 build: Feb 6 2011 16:16:29 > > > > > On Mon, Jun 25, 2012 at 2:28 AM, bill lam wrote: > > The J validation s

[Jprogramming] residue of pure real complex number

2012-06-24 Thread bill lam
The J validation suite contains a test for complex residue 30 | _455 -> 25 30 | _455 j. 0 -> _5 (should be 25) so the assertation failed, Does it also fail for offical J602 and J701? -- regards, GPG key 1024D/4434BAB3 2008-08-24 g

Re: [Jprogramming] J602: libjnative.so fails

2012-06-24 Thread bill lam
I guess you can just make the change inside ./jwd to use java instead of java64 I'm not sure if alias still work inside a non-interactive dash shell. Вск, 24 Июн 2012, Bill Harris писал(а): > A moment ago, I asked a question about J7. Then I went to explore my > J602 problem. I have java in /us

Re: [Jprogramming] math/lapack on 64-bit platforms

2012-06-23 Thread bill lam
svn repos can be found here, http://www.jsoftware.com/jwiki/Subversion please checkout addons svn and run the test.ijs in lapack for 64-bit Mac to verify if it works after uncommenting the IF64 line. If you can compile th 64-bit dll for windows, please test it with this test suite. You can email

Re: [Jprogramming] excel create object error

2012-06-21 Thread bill lam
Have you run the bin/jreg.bat ? Птн, 22 Июн 2012, adam dunne писал(а): > In J602 and Excel 2007 I've been trying the User Manual J OLE Server for Excel > On running jopen in the immediate window in Excel I get the error > (from the line Set js=CreateObject("jexeserver") > runtime error '429' Acti

Re: [Jprogramming] Target line for shortcut j script

2012-06-15 Thread bill lam
The full path of your script look strange in that there is a space before j602-user, If that really the correct form, check inside your ijx session by fexist 'C:\Documents cfgui.ijs' Or try move your script to c:\cfgui.ijs Сбт, 16 Июн 2012, adam dunne писал(а): > No joy yet;sure nearly ther

Re: [Jprogramming] Target line for shortcut j script

2012-06-15 Thread bill lam
I guess jwplot, the plot class for implement the verb plot_z_, is designed to work with session manager (ijx window). For standalone scripts, create your own window and use the jzplot class instead. There should be some examples of using plot inside a window in jwiki if I remember correctly. Птн,

Re: [Jprogramming] Target line for shortcut J script

2012-06-15 Thread bill lam
It is nearly impossible to guess what had went wrong becuase not everyone knows what the cfgui is. Please include a sample script with your question. Птн, 15 Июн 2012, adam dunne писал(а): > Devon, I've tried your suggestion; get"error and no ide window for > debug" when click shortcut. > > cfgu

Re: [Jprogramming] convert/json: gethash_json problem

2012-06-05 Thread bill lam
Thanks Marc, that bug is now fixed by x=. ,&.> boxopen x Втр, 05 Июн 2012, Marc Simpson писал(а): > While tinkering with 'convert/json' this evening I encountered a problem in > retrieving single-character keys from a decoded JSON object. > > Here's a simple example: > >b1 =: dec_json'{ "

Re: [Jprogramming] boxed + indexing

2012-05-24 Thread bill lam
if ; were symmetric, then the result of 1;2;3;4;5 will be quite unexpected. try display 1;<2;<3;<4;<5 Птн, 25 Май 2012, Steven Taylor писал(а): > Strange. Even though I know the rule, I keep expecting ; to to be symetric > for nesting. One of those things I guess. > > thanks for the (,< sugg

Re: [Jprogramming] some question about jhs ,jum

2012-05-22 Thread bill lam
nal IP? > but,if there are two jhs server ran in the LAN. > how to separate them? > > > > > At 2012-05-23 10:45:33,"bill lam" wrote: > >I think another machine is not restricted to LAN. However to access > >it, one needs to know the external IP and if

Re: [Jprogramming] some question about jhs ,jum

2012-05-22 Thread bill lam
I think another machine is not restricted to LAN. However to access it, one needs to know the external IP and if the server is behind a router, then the router also needs to forward the 65001 port to that server. Втр, 22 Май 2012, Brian Schott писал(а): > I don't believe http://www.jsoftware.com:

Re: [Jprogramming] Tara: Writing and Reading Spreadsheets

2012-05-21 Thread bill lam
x27;t understand why jpath is needed.For example if I define > > > >xlwrite=:writexlsheets jpath > > > >The using xlwrite allows me to point to any folder/file for writing eg > > > > (i.2 2) xlwrite '~/Documents/junk3.xls' > > > >writes th

Re: [Jprogramming] Tara: Writing and Reading Spreadsheets

2012-05-20 Thread bill lam
=:writexlsheets jpath > > The using xlwrite allows me to point to any folder/file for writing eg > >(i.2 2) xlwrite '~/Documents/junk3.xls' > > writes the file "junk3.xls" to the Documments folder etc. > > But what is the point of "jpat

Re: [Jprogramming] Tara: Writing and Reading Spreadsheets

2012-05-19 Thread bill lam
I tested it ok on linux jconsole and gtkide but no Mac available for testing. Will it be related to file permission? Try if if will work for your home directly. (i.5 7) writexlsheets jpath '~/junk.xls' Вск, 20 Май 2012, Piet de Jong писал(а): > I run Jgtk701 on a mac. > > Tara works fine ex

Re: [Jprogramming] Alpha Transparency in Plot?

2012-05-12 Thread bill lam
typo. that should be rgba2cairo Вск, 13 Май 2012, bill lam писал(а): > As a very crude way to demostrate alpha channel in jgtk, open the > file ~addons/graphics/gl2/gl2.ijs , find the verb irgba2cairo > > irgba2cairo=: 3 : 0 > 'r g b a'=. 255%~ 4{.y,0 > a=. 1-a >

Re: [Jprogramming] Alpha Transparency in Plot?

2012-05-12 Thread bill lam
the noun GL2ExtGlcmd to 0. restart J and try some gkt plot. Вск, 13 Май 2012, bill lam писал(а): > plot depends gl2 and gl2 does not yet support alpha channel. The main > difficulty is to decide alpha to mean opacity or translucence. One > of them is incompatible with the old gl2 while the

Re: [Jprogramming] Alpha Transparency in Plot?

2012-05-12 Thread bill lam
plot depends gl2 and gl2 does not yet support alpha channel. The main difficulty is to decide alpha to mean opacity or translucence. One of them is incompatible with the old gl2 while the other is incompatible with cairo, iirc. Вск, 13 Май 2012, June Kim (김창준) писал(а): > Hello > > Is there any w

Re: [Jprogramming] GTK gui sample

2012-05-12 Thread bill lam
submenu with > minesweeper, isigraph demo, wd demos, open gl demos (nothing named gtk demos > there). What is this "demos/gtk" that you mention? Where I can find it? > > I also found several links to GTK omepage under Help, but they all have > nothing > to do wi

Re: [Jprogramming] GTK gui sample

2012-05-11 Thread bill lam
sorry typo. They should be demos/gtk , demos/plot and demos/opengl. Сбт, 12 Май 2012, bill lam писал(а): > It depends on what you meant by 'typical'. There are already some > gtk examples under addons/gtk , addons/plot and addons/opengl. > > Птн, 11 Май 2012,

Re: [Jprogramming] GTK gui sample

2012-05-11 Thread bill lam
It depends on what you meant by 'typical'. There are already some gtk examples under addons/gtk , addons/plot and addons/opengl. Птн, 11 Май 2012, Andrew Nikitin писал(а): > > Where I can find example of typical J GTK based gui application? > Like "cities" or "controls" from old wd demos? > >

Re: [Jprogramming] jdemo1.ijs

2012-05-10 Thread bill lam
does there any resource to learn jhs > or where to start ? > i have already read Primer and LearningJ,but there is no jhs. > > > > > At 2012-05-10 11:53:28,"bill lam" wrote: > >If I remember correctly, jdemo1 does not use javascript. You may > >check the s

Re: [Jprogramming] jdemo1.ijs

2012-05-09 Thread bill lam
If I remember correctly, jdemo1 does not use javascript. You may check the source of the webpage generated to confirm if that JS noun is redundant. Чтв, 10 Май 2012, jasanjun писал(а): > hello every one, > I am new to learn J, there is a problem in the jhs demo1 > I don't understand the

Re: [Jprogramming] using mapped files

2012-05-08 Thread bill lam
I guess you hit out of memory error becuase you did not raise sessin memory limit. Memory limit is read and set by 9!:20 and 9!:21 . it can also set in '~config/base.cfg' in j701 or config in j602 ide. whether using jmf or not will not make it run in less ram. Anyways it will start disk swapping a

Re: [Jprogramming] rounding complex numbers

2012-05-03 Thread bill lam
You may try setting the plot size, eg 'output cairo 2 2' plot j./"1 }."1 nn assuming our computer get enough ram and video ram. Чтв, 03 Май 2012, Devon McCormick писал(а): > Gosi - I'd be interested to see this plotted. When I attempt to do it > in J7, the plot is too small to see a

Re: [Jprogramming] encrypting a script

2012-05-02 Thread bill lam
please also take inot account that lock script does not hide global nouns. You may test with your class browser on lock scripts. Чтв, 03 Май 2012, Ian Clark писал(а): > Thanks, Don. I thought there was a facility like that somewhere. > > Not immediately clear how to use it, though. And not sure i

Re: [Jprogramming] jfilesrc.ijs

2012-04-30 Thread bill lam
ety in what jfilesrc > allows before putting effort into this area. A single user can provide > their own unique override mechanism. > > On Mon, Apr 30, 2012 at 7:16 PM, bill lam wrote: > > The private version will be overwritten in the next update. Another > > way is to define

Re: [Jprogramming] jfilesrc.ijs

2012-04-30 Thread bill lam
The private version will be overwritten in the next update. Another way is to define mimetypes_jfilesrc_ in private jhs config, and change logic of jfilesrc so that it will define mimetypes_jfilesrc_ only when that name has not yet been defined. Пнд, 30 Апр 2012, Eric Iverson писал(а): > I'm not s

Re: [Jprogramming] saving a plot

2012-04-27 Thread bill lam
*:i.2 3 4 > > pd 'save png' > > 691200 > > > > And that worked fine. > > Remarkable still, IMO. > > > > > > R.E. Boss > > > > > > > -Oorspronkelijk bericht- > > > Van: programming-boun...@jsoft

Re: [Jprogramming] jwd (602) pc tab closeok;

2012-04-27 Thread bill lam
on anything later than Win2000. I shall test on the Mac under > Snow Leopard, and sit back and leave it to others to report and fix > bugs under Windows, particularly 64-bit, which is one of my permanent > blind-spots. > > On Fri, Apr 27, 2012 at 4:52 AM, bill lam wrote: > >

Re: [Jprogramming] jwd (602) pc tab closeok;

2012-04-26 Thread bill lam
Hi Ian, the effect of closeok is what you has observed. It should be artefacts for workaround some bugs in gtkwd at that time. Please revert it. Other changes from me are list below, please review if they are also reduncdant. 4) require 'gtkwd' NB. for: J7 wd 5) require 'strings'

Re: [Jprogramming] GUIDs on Macs

2012-04-24 Thread bill lam
Both general/misc and general/jod use uuid, please grep uuid_generate. Did it break on mac? Втр, 24 Апр 2012, John Baker писал(а): > How are GUIDS generated on the Mac? The J library shows how to do this on > Windows and Linux but I haven't seen any Mac'y examples. > > -- > John D. Baker > bake

Re: [Jprogramming] running ijt files in labs

2012-04-20 Thread bill lam
J forum rejects non-text attachments. You must configure your email agent to assign ijs files as mime-type text/plain before sending them as attachments. However I know nothing about how to set it in windows, please google for solutions. for gtk, open a file called lablist.txt under ~addons/labs/l

Re: [Jprogramming] Colouring dots in plot

2012-04-20 Thread bill lam
Mia culpa! Please update plot package using pacman again. Птн, 20 Апр 2012, Linda Alvord писал(а): > > Earlier today many of the suggestions in this thread worked quite well. > However, now all of them now do not work and I get this message. What have > I changed that would cause that error? >

Re: [Jprogramming] Problems with TABULA

2012-04-20 Thread bill lam
ry should always be updated first, > as a separate step (viz: Package Manager: update Base Library; restart > J, Package Manager: update all other flagged addons)? > > On Fri, Apr 20, 2012 at 3:38 PM, bill lam wrote: > > I would suggest him to update base library first.  Jsoftwar

Re: [Jprogramming] Problems with TABULA

2012-04-20 Thread bill lam
I would suggest him to update base library first. Jsoftware is unique in that its download install packages are always out of date. Птн, 20 Апр 2012, Ian Clark писал(а): > One further thing, Francisco... > > I notice that you have reported this bug on: j-programm...@googlegroups.com > > That is

Re: [Jprogramming] How to double the height of a plot

2012-04-09 Thread bill lam
If you want to save image file, try using the cairo output, eg 'aspect 1;output cairo' plot i.10 the image file is at jpath '~temp/plot.png' to specify filename and image size, use this format 'output cairo /home/bill/myplot.png 600 600' plot i.10 please see http://www.jsoftware.com/jwiki/Pl

Re: [Jprogramming] How to double the height of a plot

2012-04-09 Thread bill lam
If you are using jhs, the default window size is 400 200. The default can be changed using the verb plotdef, please see jhelp for detail. Please tell us under what environment or plot output you are using when posting questions on plot. Пнд, 09 Апр 2012, Linda Alvord писал(а): > Also, the plot a

Re: [Jprogramming] How to double the height of a plot

2012-04-09 Thread bill lam
You may try follow the "Example: add plot to a form" to define the size of plot window. http://www.jsoftware.com/jwiki/Plot/Class -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -

Re: [Jprogramming] Problem with Append in an Adverb

2012-04-08 Thread bill lam
I guess adverbs have only the left argument, no right argument. Therefore, if there is u or m, then both x and y are legal and denote the argument of the resultant. otherwise (neither u and m present), then x become the left argument, but y cannot. in a clean session, it will raise the same error

Re: [Jprogramming] Can anyone point me to a demo of JHS using webGL?

2012-04-06 Thread bill lam
r 6, 2012 at 11:50 AM, bill lam wrote: > > I did try to view some WebGL in windows chrome, but it failed, its > > diagnostic link said the video cards from NVidia and ATI are _not_ > > supported. I think this is ridiculus. > > > > Птн, 06 Апр 2012, Brian Schott писал(а): &

Re: [Jprogramming] Can anyone point me to a demo of JHS using webGL?

2012-04-06 Thread bill lam
I did try to view some WebGL in windows chrome, but it failed, its diagnostic link said the video cards from NVidia and ATI are _not_ supported. I think this is ridiculus. Птн, 06 Апр 2012, Brian Schott писал(а): > Thanks to all for replying to my question about HTML5 canvas 3-D. > > Let me more

Re: [Jprogramming] last JAL update breaks JHS

2012-04-05 Thread bill lam
Please use jconsole to get the update. load'pacman' 'update'jpkg'' 'upgrade'jpkg'' the version 1.0.144 should fix it. Чтв, 05 Апр 2012, Linda Alvord писал(а): > This is my problem also! > > Linda > > -Original Message- > From: programming-boun...@jsoftware.com > [mailto:programming-bou

Re: [Jprogramming] last JAL update breaks JHS

2012-04-05 Thread bill lam
Sorry for that typo. Please update again. Usually I reformat scripts and this type of errors can be detected. Чтв, 05 Апр 2012, John Baker писал(а): > JHS crashes after the last JAL update. Looks like a typo: > > > C:\j701>"C:\j701\bin\jconsole" ~addons/ide/jhs/core.ijs -js " init_jhs_'' " > |o

Re: [Jprogramming] |value error: plotcanvas__ | plotcanvas__''

2012-04-04 Thread bill lam
Plot can work in many different frontend/output combinations, please provide an exact procedure to reproduct the error. Чтв, 05 Апр 2012, Linda Alvord писал(а): > This script was working. For some reason I had to reinstall and not this > script no longer works. > > > > load 'plot' > > d=: 13

Re: [Jprogramming] j-console for android 1.0.1

2012-03-25 Thread bill lam
Certainly almost all android phone/tabel contain enough internal ram making sdcard optional. I guess it is easy to access ~user folder under JHS. However I use jconsole not jhs, os I need to browse and open and edits files using terminal or file managers. If it can ship a profilex.ijs with r/w per

Re: [Jprogramming] j-console for android 1.0.1

2012-03-24 Thread bill lam
> Thank you very much for the feedback. You can all expect a slightly > tighter product in the near future. > > - michael > > On Sat, Mar 24, 2012 at 4:03 AM, bill lam wrote: > > I install the android port on android-x86, The jconsole work without > > problem. But I fo

Re: [Jprogramming] j-console for android 1.0.1

2012-03-24 Thread bill lam
I install the android port on android-x86, The jconsole work without problem. But I found the ~user is not directly under /data but several folders under app_jconsole. I think this is caused by 2!:5'HOME' being pointnig to app_jconsole. However echo '$HOME' in terminal gives /data as expected. W

Re: [Jprogramming] Challenge 8 A Shamrock for St. Patrick

2012-03-22 Thread bill lam
load 'plot' or 'jzplot' will not load gtkwd automatically, try require 'gtkwd jzplot' Чтв, 22 Мар 2012, Linda Alvord писал(а): > Also: I used load 'plot' and load 'jzplot' and got: > >myplot_run'' > |value error: wd > | wd MYPLOT > > Linda > > -Original Message- > From: pr

Re: [Jprogramming] Script / Launch JHS

2012-03-21 Thread bill lam
The default plot output for jconsole is cairo. You amy change the default to pdf using CONSOLEOUTPUT_jzplot_=: 'pdf' then the output will be written to jpath '~temp/plot.pdf' for plot under jhs, the output is controlled by the noun JHSOUTPUT_jzplot_ instead. Срд, 21 Мар 2012, Paul Jackson пис

Re: [Jprogramming] gtkwd bugs

2012-03-18 Thread bill lam
aller. Too small. As a result the box-draw > chars don't join up. > > But AFAIC these quibbles are just cosmetics. > > I need to fix some TABULA bugs in svn which this exercise has exposed. > Will not be for a few days yet. > > Ian > > > On Sun, Mar 18, 20

Re: [Jprogramming] gtkwd bugs

2012-03-18 Thread bill lam
rror the end-user can > see. Resizing does not cause any more to appear. Likewise anything > else I've tried with the TABULA form. If you don't recognise where > they're coming from, shall I probe deeper? > > Ian > > On Sun, Mar 18, 2012 at 5:11 AM, bill lam w

Re: [Jprogramming] gtkwd bugs

2012-03-17 Thread bill lam
uot;resize" be > mashed-up by calling pmovex repeatedly? Or we could go back to the old > 1980s draggable marquee effect? > > > On Sat, Mar 17, 2012 at 10:17 AM, bill lam wrote: > > Unfortunately, not much can be done for form resize. > > > > modifiers bug caused

Re: [Jprogramming] gtkwd bugs

2012-03-17 Thread bill lam
m is fast and reliable, and it > seems to recover a misaligned form. Could a roll-your-own "resize" be > mashed-up by calling pmovex repeatedly? Or we could go back to the old > 1980s draggable marquee effect? > > > On Sat, Mar 17, 2012 at 10:17 AM, bill lam wrote: >

Re: [Jprogramming] gtkwd bugs

2012-03-17 Thread bill lam
d? > > Yes, I can code around this. (if "fcopynews" has been discontinued in j7) > > > Just one TABULA bug remains, that I can see... > > shift_tab_ is broken (therefore holding shiftkey down does not alter > the toolbar icons' function) > I'd say sys

Re: [Jprogramming] j701 Viewmat bug

2012-03-16 Thread bill lam
There was a incompatible change inisde gl2, some packages missed to catch up. The bugfix is available now. Птн, 16 Мар 2012, Devon McCormick писал(а): > On the other hand: > >viewmat i.16 16 > |domain error: gloc > | gtk_container_add window,canvas__gloc > |vmwin[5] > > On Fri, Mar 16,

[Jprogramming] Debug for j7 gtkide available for test

2012-03-16 Thread bill lam
A clone of J602 Debug is available for J7 gtkide for testing. At the moment, it requires gtkwd to display stack. Since I have only minimal experience with J6 Debug, most of functions of this testing version are untested. Please test and report any bugs. To load Debug, use menu Run|Debug..., or

Re: [Jprogramming] (no subject)

2012-03-14 Thread bill lam
plot use browse_j_ to display png if I remember correctly. It works in linux with chrome. May be you can try choose another browser by editing the base.cfg file. Срд, 14 Мар 2012, Devon McCormick писал(а): > When using "plot" in J7 in console mode, I get the following error: > > browse error: fi

Re: [Jprogramming] grid available on j701

2012-03-14 Thread bill lam
t example ran ok > > I tried other examples and needed to make similar changes to those. > Before I did the changes and tried to run I got J to crash a few times. > > 2012/3/14 bill lam > > > there was a typo. the line should be > > > > wd^:(-.IFJ6) '

Re: [Jprogramming] grid available on j701

2012-03-13 Thread bill lam
3 : 0 >gridp_jzgrid_ y >: >(x;coname'') gridp_jzgrid_ y >) >load 'grid' >grid i.10 > > -Original Message- > From: programming-boun...@jsoftware.com > [mailto:programming-boun...@jsoftware.com] On Behalf Of bill lam >

Re: [Jprogramming] grid available on j701

2012-03-13 Thread bill lam
' > |assertion failure: cairo_glclipreset > | 0~:gtkcr,gtkpl > 4:TH > > create'' > |assertion failure: cairo_glclipreset > | 0~:gtkcr,gtkpl > 5:TH >CELLDATA=: 3 + ?3 5$17 >HDRROW=: HDRCOL=: 1 >create&

Re: [Jprogramming] gtkwd

2012-03-12 Thread bill lam
It can be installed from the package manger of gtkide. Пнд, 12 Мар 2012, Gian Medri писал(а): > Hi! > How can I download addons\gui\gtkwd? > > Best regards > Gian Medri > -- > For information about J forums see http://www.jsoftwa

[Jprogramming] grid available on j701

2012-03-10 Thread bill lam
grid now works under j701 with or without jtkwd without gtkwd: load 'grid' grid i. 10 10 an example of embedding grid into an existing form is provided at http://www.jsoftware.com/jwiki/Grid/Examples -- regards, GPG key 1024D/4434BAB3 2008-

Re: [Jprogramming] Control error when loading script into ijx window (J602)

2012-03-10 Thread bill lam
ars. Has anything changed that might have caused this or is it just my > memory? One image is painted, but the series of images are not. Any ideas? > > Linda > > -Original Message- > From: programming-boun...@jsoftware.com > [mailto:programming-boun...@jsoftware.c

Re: [Jprogramming] publish in J 701

2012-03-06 Thread bill lam
;publish jpath'~addons/format/publish/demo/master.txt' > |domain error: wd > | wd'winexec *',cmd > > > -Original Message- > From: programming-boun...@jsoftware.com > [mailto:programming-boun...@jsoftware.com] On Behalf Of bill lam > Sent: Tues

Re: [Jprogramming] gtkwd bugs

2012-03-06 Thread bill lam
ignorant about gtk. I certainly have > folders named: gtk-2.0. But there is no conventional Mac "About..." in > Term, and menu: Edit > Configure > GTK IDE gives no clue. > How can I be sure I'm actually running gtk2? > > On Tue, Mar 6, 2012 at 6:22 AM, bill

Re: [Jprogramming] gtkwd bugs

2012-03-05 Thread bill lam
elect now fixed ** fcopynews There is fcopynew in both j6 and j7, can you use it instead? I think you test it on mac, just want to confirm you are using gtk2. size and position of gtkwd under gtk3 are rather ugly. TODO. Пнд, 05 Мар 2012, Ian Clark писал(а): > Congratulation to Bill Lam for gui/gtkwd,

Re: [Jprogramming] scriptdoc and publish in J 701

2012-03-05 Thread bill lam
oun...@jsoftware.com > [mailto:programming-boun...@jsoftware.com] On Behalf Of bill lam > Sent: Monday, March 05, 2012 19:47 > To: programming@jsoftware.com > Subject: Re: [Jprogramming] scriptdoc and publish in J 701 > > There is a line inside publish.ijs > > 'load

Re: [Jprogramming] scriptdoc and publish in J 701

2012-03-05 Thread bill lam
There is a line inside publish.ijs 'load'~'format/publish' please delete it and test if there will be any other isssues for both j6 and j7. Пнд, 05 Мар 2012, Tom Arneson писал(а): > Today, I tried scriptdoc with success, and then publish with the result > below: > >load'format/publish' > |s

[Jprogramming] proposal to decommit find_dll in J7

2012-03-05 Thread bill lam
the find_dll in libpath.ijs does not work in linux64, because different distro uses different scheme to name the folder containing 64 and 32-bit shared library. If it works for 32-bit then it will fails for 64-bit or the other way round. In J701 only MacOSX can still use find_dll, while it has a

[Jprogramming] reading and writing image data in jgtk

2012-03-04 Thread bill lam
some verbs for image handling are now available in the jgtk locale. argb=. readimg filenem argb=. getimg data argb writeimg filename [ ; 'jpeg|png|ico|bmp' [ ; 'quality|compression' ; '[0,100]|[0,9]' ]] data=. argb putimg 'jpeg|png|ico|bmp' [ ; 'quality|compression' ; '[0,100]|[0,9]' ] argb=.

Re: [Jprogramming] pousse

2012-03-04 Thread bill lam
The problem was wd'setscroll' did not work. Please update to pull newer versions. Вск, 04 Мар 2012, Björn Helgason писал(а): > The Pousse demo in J7 GTK is excelent > > One problem though when playing and the inputs get beyond seven lines they > disappear > > -- > Björn Helgason, Verkfræðingur

Re: [Jprogramming] graphviz addon installation?

2012-03-04 Thread bill lam
Sorry I forget update the manifest to release a new version. Please change the spwan to spawn_jtask_ Вск, 04 Мар 2012, Alexander Mikhailov писал(а): > > > I'm trying to use graphviz addon by Oleg Kobchenko in J602. After Package > Manager successfully completed the installation, I run bin\insta

Re: [Jprogramming] Request for keystroke

2012-03-03 Thread bill lam
I had similar experience because I have RSI in my right hand. Most ctrl key combinations for the LHS of keyboard are already used, would ctrl-s be feasible? Alternatively Windows has a feature called sticky key which remember ctrl key pressed, but I found it very annoying. Сбт, 03 Мар 2012, Lin

Re: [Jprogramming] Socket problem in 6.02

2012-03-03 Thread bill lam
I reported the same problem a decade ago. The workarond was exactly what Eric suggested - to a run a timer event. Furthermore running timer event to check socket without async socket would be even better because that can be run in jwdp. Сбт, 03 Мар 2012, Henry Rich писал(а): > I have a file serv

[Jprogramming] glcmds so/dll updated

2012-03-03 Thread bill lam
glcmds so/dll have updated to include glpixels and glqextentw. The main bottleneck of grid should now be overcome. With GL2ExtGlcmds=: 1 , performance of grid and plot should be comparable to j602. Test ok for linux64, wine32 and wine64. J32 crash on linux64 but not tested on real linux32. -

Re: [Jprogramming] cobrowse.ijs broken in J6.02

2012-03-02 Thread bill lam
Please also update j602 base library and restart J. btw cobrowse now also works under j701 jgtk. O Птн, 02 Мар 2012, Gilles Kirouac писал(а): > > cobrowse.ijs of gui/util is broken in J6.02 after updating to 1.0.8. > > load 'addons/gui/util/cobrowse.ijs' > not found: /home/linuq/j602/gtkwd >

Re: [Jprogramming] plot error

2012-03-02 Thread bill lam
from here doesn't allow me to see what I'm loading and doesn't allow > > me to turn on debug. > > > > On Fri, Mar 2, 2012 at 1:35 PM, Björn Helgason wrote: > >> I installed a fresh J701 on a XP and same problem > >> > >> 2012/3/2 bill lam

Re: [Jprogramming] plot error

2012-03-02 Thread bill lam
have seen this message in that window earlier > It happens when I leave the Solitaire > Also other demos like plot, coins and more > It also happens when I choose Pousse as soon as I press to get a red piece > > 2012/3/2 bill lam > > > Sorry, I failed to realised that build.ijs

Re: [Jprogramming] plot error

2012-03-02 Thread bill lam
nux machine and same results. > Also removed the NB. before the glpaint there > > 2012/3/2 Björn Helgason > > > I changed and removed the NB. > > restarted gtk > > no change > > still just white blank screen > > > > > > 2012/3/2 bill l

Re: [Jprogramming] plot error

2012-03-02 Thread bill lam
> > Even tried in options draw lines instead of cards > On that screen choosing cards you can change cards and it gets displayed > but not in the main screen. > > Everything works it seems except not to play solitaire > > > 2012/3/2 bill lam > > > It works f

Re: [Jprogramming] plot error

2012-03-01 Thread bill lam
It works for me. Please give details. Птн, 02 Мар 2012, Björn Helgason писал(а): > plot works after the update now. > > I tried the demos and the solitaire only shows a blank screen. > > 2012/3/2 bill lam > > > Yes as there are so many different combinations of plat

Re: [Jprogramming] plot error

2012-03-01 Thread bill lam
Yes as there are so many different combinations of platform/output for plot, providing more details should be helpful. The gtk output was broken while other output are untested. Updated version has been commited to JAL. Also the 'isi' output will be decommited, if gtkwd can work well enough with

Re: [Jprogramming] plot error

2012-03-01 Thread bill lam
the gtk_paint shuold be moved down, and run glpaint unconditionally, gtk_paint'' glpaint'' if. (ifjwplot'') *. -.IFGTK do. gtk_main_jgtk_ '' end. There may be other issues, but solves the immediate problem. Чтв, 01 Мар 2012, Devon McCormick писал(а): > To fix this, comment out the "gtk_paint" li

[Jprogramming] gtkwd under jconsole available

2012-02-29 Thread bill lam
The latest gtkwd can now run under jconsole if gtk binary can run. Please refer to jwiki for detail. Also be informed that the gtkpixmap, gdiplus backends for gl2 have been decommited. -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyser

Re: [Jprogramming] Programming Digest, Vol 77, Issue 99

2012-02-26 Thread bill lam
Try 2!:0 'which wget' to see if is reachable or where wget is located. Вск, 26 Фев 2012, Murray Eisenberg писал(а): > With a working J 6.02 system under Mac OS X Lion, current J add-on > libraries installed, and pandoc installed, I began the steps listed in > part-1 to check prerequisites for t

Re: [Jprogramming] Bug in jmf.ijs for j602a

2012-02-25 Thread bill lam
Chris, cound you also update the j701 base library. Thanks. Вск, 26 Фев 2012, Chris Burke писал(а): > Done, thanks. > > On Sun, Feb 26, 2012 at 1:02 AM, bill lam wrote: > > > This bug had been reported and fixed but new base library not yet > > rebuilt or released.

Re: [Jprogramming] Bug in jmf.ijs for j602a

2012-02-25 Thread bill lam
This bug had been reported and fixed but new base library not yet rebuilt or released. Сбт, 25 Фев 2012, Norman Drinkwater писал(а): > There is an error in jmf.ijs for j602a. Line 36 should be > >lib=. lib,(>: ( > 'lib,' is missing from the current version. > > Norman Drinkwater > -

Re: [Jprogramming] Control error when loading script into ijx window (J602)

2012-02-21 Thread bill lam
Another updated version gl tot98.ijs attached. This seem work better. The boat is upside down because gl2 in J6/J7 only support raw mapping mode where the origin is at the top left corner and the y-axis points downwards. You may have to fix your drawing routines. Note also that tot98 will not run

Re: [Jprogramming] plot from example in J7 GTK

2012-02-21 Thread bill lam
The create could be amended as create=: 3 : 0 wd DEMO wd 'pshow;' NB. << grid=: ''conew'jzgrid' show__grid 'celldata hdrrow hdrcol' gplot=: conew 'jzplot' PForm__gplot=: 'demo' PFormhwnd__gplot=: 0". wd 'qhwndp' NB. << PId__gplot=: 'gplot' ) The plot

  1   2   3   4   5   6   7   8   9   10   >