Re: [Jprogramming] pd 'pdf h:/myplot.pdf' fails on J8.05 / Win10

2017-03-13 Thread Lippu Esa
Thanks, Bill. I just restarted J and the problem went away. And guess what? The earlier pdf:s were generated in spite of the error message. Sorry to bother you. Esa -Original Message- From: Programming [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of bill lam Sent: Tuesda

Re: [Jprogramming] pd 'pdf h:/myplot.pdf' fails on J8.05 / Win10

2017-03-13 Thread bill lam
I cannot reproduce your problem on window 10. nox should always be 0 on windows. And actually PDFReader can be empty because windows has explorer shell integration. can you check whether config/base.cfg had been loaded? Вт, 14 мар 2017, Lippu Esa написал(а): > Hello, > > I tried to write my plot

[Jprogramming] pd 'pdf h:/myplot.pdf' fails on J8.05 / Win10

2017-03-13 Thread Lippu Esa
Hello, I tried to write my plot to a pdf file with the pd verb but it fails now. pd 'pdf h:/myplot.pdf' |stack error: PDFReader | PDFReader=.nox{::PDFReader_j_;PDFReader_nox_j_ I don't know when it has stopped working. The config/base.cfg file says: PDFReader=: 'C:/Program Files (x86

Re: [Jprogramming] sqlite addon

2017-03-13 Thread Eric Iverson
If the following is a report of the result of jpath'~temp' then it there is something wrong with the install. 64 bit machine:c:/users/user/j64-805/temp The temp folder should be at: j64-805-user/temp (note the -user). You might want to consider deleting your j64-805 folder and doing a brand n

Re: [Jprogramming] sqlite addon

2017-03-13 Thread Linda A Alvord
32 bit machine:c:/users/user/j805-user/temp 64 bit machine:c:/users/user/j64-805/temp The problem is getting jhs to access the j64 files in chrome. Linda -Original Message- From: Programming [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Raul Miller Sent: Monday

[Jprogramming] forum threads

2017-03-13 Thread chris burke
Hi All There have been several messages recently that hijacked another thread. Please check the message subject before posting, thanks. If necessary, create a new thread. Chris -- For information about J forums see http://www.js

Re: [Jprogramming] sqlite addon

2017-03-13 Thread Linda A Alvord
J805 is on a 32 bit machine. J64-806 on my 64 bit machine. Linda -Original Message- From: Programming [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Raul Miller Sent: Monday, March 13, 2017 12:40 PM To: Programming forum Subject: Re: [Jprogramming] sqlite addon Which t

Re: [Jprogramming] JHS update

2017-03-13 Thread Linda A Alvord
That worked for the explorer browser which I am getting even though I set Chrome as default browser! If the default browser was selected first and then your idea included, it might just work. Thanks, It looks hopeful. Linda -Original Message- From: Programming [mailto:programming

Re: [Jprogramming] sqlite addon

2017-03-13 Thread Raul Miller
Which temp folder, specifically? Also, which version of J are you running? Thanks, -- Raul On Mon, Mar 13, 2017 at 11:50 AM, Linda A Alvord wrote: > I have been doing that. I can't access all the 94 files that are in the temp > folder which in past years I have been able to access in jhs.

[Jprogramming] Penstyle not reflected in key

2017-03-13 Thread Devon McCormick
Hi - When I plot several lines using "penstyle 1 2 3", I get a solid, dashed, and broken line for each of my three data series but the key shows only the colors (blue, red, green), not the corresponding styles. Is there a way to get the lines in the key to reflect the penstyles so I don't have to

Re: [Jprogramming] sqlite addon

2017-03-13 Thread bill lam
Not sure what's going on. My experience is to blame anti-virus software. Пн, 13 мар 2017, Linda A Alvord написал(а): > I have been doing that. I can't access all the 94 files that are in the temp > folder which in past years I have been able to access in jhs. > > Linda > > -Original Messa

Re: [Jprogramming] sqlite addon

2017-03-13 Thread Linda A Alvord
I have been doing that. I can't access all the 94 files that are in the temp folder which in past years I have been able to access in jhs. Linda -Original Message- From: Programming [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Eric Iverson Sent: Monday, March 13, 201

Re: [Jprogramming] JHS update

2017-03-13 Thread Björn Helgason
in jqt you can start jhs. load 'jhs' init_jhs_'' then start the browser for jhs. then you are sure to have the same versions for jqt and jhs.. You can switch between jqt and jhs. Share files and data between the two. Only one active at a time. On 13 Mar 2017 14:45, "Linda A Alvord" wrote: >

Re: [Jprogramming] JHS update

2017-03-13 Thread Linda A Alvord
I entered this and it caused no errors. I'm not sure what you are expecting your command todo. Linda -Original Message- From: Programming [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Cliff Reiter Sent: Monday, March 13, 2017 9:30 AM To: programm...@jsoftware.com Subje

Re: [Jprogramming] sqlite addon

2017-03-13 Thread Eric Iverson
When JHS automatically brings up Internet Explorer, just close it, and then use your Chrome browser and use it. You can stop the auto start of IE by editing the file: c:/users/user/j805/addons/ide/jhs/config/jhs.cfg and adding the following line (after the PORT=: 65001 line): AUTO=: 0 This wil

Re: [Jprogramming] sqlite addon

2017-03-13 Thread Linda A Alvord
Bill, I have an old 32 bit machine: jpath'~user' c:/users/user/j805-user jpath'~temp' c:/users/user/j805-user/temp This older machine only j805. It currently goes to explorer instead of my default chrome browser. Jqt can access temp However two days ago, explorer could access jhs and g

Re: [Jprogramming] JHS update

2017-03-13 Thread Cliff Reiter
j64-8.05 If you have downloaded all the addons, try: load '~addons/debug/dissect/dissect.ijs' On 3/12/2017 1:27 PM, Linda A Alvord wrote: Bill, I have avoided trying the beta until I know what I can and cannot do in 805 and j64-805 Load 'dissect' is still not ok in 805 Linda

Re: [Jprogramming] sqlite addon

2017-03-13 Thread bill lam
Sqlite addon and its binary is updated and available on all platforms including androids. However 32-bit linux and MacOSX are exceptions. In addition, ddsqlite will also use its binary if available. Чт, 09 мар 2017, Tom Arneson написал(а): > Will the sqlite binary for android be released in the

Re: [Jprogramming] first 806 beta vailable

2017-03-13 Thread David Mitchell
First cut: Processor Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz 2.60 GHz ┌───┐ │┌──┬──┬──┬──┬──┬──┐│ ││intsr │intbr │char │float │float0│test ││ │├──┼──┼──┼──┼──┼──┤│ ││ 1.42│