[Jgeneral] github-based addons

2018-04-11 Thread chris burke
(This is cross posted to general and programming - please send any comments to general.) We plan to move the addons source from SVN to github, and at the same time support installs from personal github repos outside the main addons source. See code.jsoftware.com/wiki/Addons/GitHub . We have this

Re: [Jgeneral] VS Code support for J

2018-03-02 Thread chris burke
mail.com> wrote: > > > Hi all, > > I've just released an updated version of the J extension for VS Code > > <https://marketplace.visualstudio.com/items?itemName=tikkanz.language-j# > > overview> > > that now supports an integrated J console/terminal (Big than

Re: [Jgeneral] Setting Qt tabStopWidth

2018-02-07 Thread chris burke
Sorry, we don't have that right now, but I will add it to the next beta (807). On Wed, Feb 7, 2018 at 10:56 AM, Yuvaraj Athur Raghuvir < yuvaraj@gmail.com> wrote: > Hello, > > I am looking to change default tab setting of 9 spaces to 2 spaces. Is > there anyway I can set it using JQt

Re: [Jgeneral] Editing J files in the cloud

2018-02-01 Thread chris burke
the JQt editor > has no problems with loading this file. > > So there is something different about the cloud drive that prevents the > file from loading in JQt. > How can I test to see ​if a drive is "case-sensitive"? > > Skip > > > On Thu, Feb 1, 2018 at 5:

Re: [Jgeneral] Editing J files in the cloud

2018-02-01 Thread chris burke
> ... but my original issue didn't have anything to do with the case of file names It surely did. In all Windows systems up to now, the capitalization of filenames was irrelevant. Two filenames that differ only in capitalization represent the same file. Jqt ensures that they are treated equally

Re: [Jgeneral] Editing J files in the cloud

2018-02-01 Thread chris burke
> In jqt and the j dir verb the files all showed up as lower case. Right, since dir was written (20 years ago) it has always shown Windows files in lower case and this is fine while Windows was case-insensitive so "test.ijs" really is the same as "Test.ijs". Also, we encouraged the use of lower

Re: [Jgeneral] Editing J files in the cloud

2018-02-01 Thread chris burke
> But is file name case folding the only thing that's different here? Good point, there may be other differences in behavior. Thinking about how to fix this - up to now, whether file or folder names are case-sensitive was entirely dependent on the OS, and for Jqt, just a minor difference in

Re: [Jgeneral] Editing J files in the cloud

2018-01-31 Thread chris burke
> I have several projects I am working on, and I frequently use different machines to work on the same project. Though this is not the problem reported, it is perhaps worth noting that there are other ways to handle this. I myself work on several machines and synchronize between them using a

Re: [Jgeneral] Editing J files in the cloud

2018-01-31 Thread chris burke
It seems the problem is that Google Drive Stream is case-sensitive. Hard to believe and troublesome to support, since we would have to treat those directories differently from the rest of the system. -- For information about J

Re: [Jgeneral] Editing J files in the cloud

2018-01-31 Thread chris burke
es, > eventually one would encounter an end of file). > > I don't have a google drive setup active right now, to verify this. > But a quick web search shows people using roundabout mechanisms to > determine the size of files in google drive, so this seems a likely > issue. > > -- > Raul

Re: [Jgeneral] Editing J files in the cloud

2018-01-31 Thread chris burke
Thanks, I can duplicate this and will take a look. I can see files in g: using dir in J, but cannot open them. I have never used Google Drive Stream before so would appreciate any suggestions as to what might be going wrong. On Wed, Jan 31, 2018 at 1:12 PM, Skip Cave

Re: [Jgeneral] Getting started with J806

2018-01-07 Thread chris burke
Thanks, we'll fix the broken lab. The old J6 form editor is no longer supported and not required for Jqt, which uses Qt layouts. The lab "Building Applications" is also out of date and no longer available. To learn Jqt forms, see the wiki page code.jsoftware.com/wiki/Guides/Window_Driver and the

Re: [Jgeneral] Installation problems

2018-01-02 Thread chris burke
Thanks for the additional info. I installed ubuntu 16.04 and sure enough got the segfault on exiting jqt. I then copied over my own build of jqt (using Qt 5.5 instead of 5.3 as distributed) and no longer got the segfaults. Nor have I seen them yet on my Linux Mint 18 cinnamon, even with the

Re: [Jgeneral] Installation problems

2018-01-02 Thread chris burke
It looks like your jqt is usable now, thanks for the detailed reporting. We need to fix the docs and the seg fault on exit. As regards the latter, do you always get a seg fault? If not, is there anything that will reliably trigger it for you? As regards jconsole.sh not running from your file

Re: [Jgeneral] Installation problems

2018-01-01 Thread chris burke
This looks like a change we made that was not documented properly. Please run ijconsole as before and this time run: install 'qtide' This should install the qtide binaries. You may need to do this as sudo. Now try jqt again (enter "jqt" in the console). See also the notes at

Re: [Jgeneral] How can one create a new account to be able to edit the wiki?

2017-10-23 Thread chris burke
Pepe Try to login with your user name "Pepe Quintana". If you don't remember the password, use the button to send the password to you. If you get no response, let me know and I will reset your password. Chris On Mon, Oct 23, 2017 at 5:36 AM, Ian Clark wrote: > @Pepe >

Re: [Jgeneral] Standard library doc

2017-07-26 Thread chris burke
Thanks, will do this in the next release. On Wed, Jul 26, 2017 at 1:09 PM, Gilles Kirouac wrote: > About a more friendly UI > > I can never recall how to use the date verbs and many others. In the UI > menu, is there a link to the std lib doc? I don't see it. > > So could I

Re: [Jgeneral] debug/dissect package installation problem

2017-07-02 Thread chris burke
If you have one file under addons owned by root, then perhaps others are, and in particular the files under ~addons/config which should be updated when you use pacman. I suggest that you either run pacman in sudo, or give yourself write access to ~addons and its contents. You can install addons

Re: [Jgeneral] debug/dissect package installation problem

2017-07-02 Thread chris burke
I am not sure how this happened, but the 804 directory points to debug/dissect 4.6.19, and that file is present in the 804 addons directory. Somehow your ~addons/config/addons.txt file is out of date. Could you try again, and check whether the package manager is updating that file? Also, do you

Re: [Jgeneral] Jupyter J806 package?

2017-06-05 Thread chris burke
ample, even if I run the commands directly in the standard j64-806’s > jqt window, I get errors such as: > >load 'graphics/bmp viewmat’ >i1 =: readbmp jpath '~user/jupyter_examples/assembly1.bmp’ >viewrgb i1 > |domain error: finite > | mat=. finite MAT > > &g

Re: [Jgeneral] Jupyter J806 package?

2017-06-03 Thread chris burke
Install j806 anywhere on your system and then copy over the j806 binaries to the Jupyter J805/bin directory. There is no need to rename the Jupyter J805 folder. If you want to do that, you need to search and replace the name in the rest of the Jupyter files. On Sat, Jun 3, 2017 at 12:33 PM,

Re: [Jgeneral] jkernel: cannot start kernel from jupyter notebook

2017-05-08 Thread chris burke
Murray Sorry about the problems, but instead of trying to fix them, would you mind trying the new packaged jupyter system? In theory, that should work out of the box without having to be concerned with the python version. See code.jsoftware.com/wiki/Guides/Jupyter for details. Thanks. Chris On

Re: [Jgeneral] Standalone Jupyter Notebook / J - Environments available for download

2017-05-08 Thread chris burke
OK, you say every notebook is working now, so what did you do immediately prior to getting the dead kernel? Is this reproducible? On Mon, May 8, 2017 at 6:47 AM, R.E. Boss wrote: > Well every notebook is working now, after applying the zip file trick, but > after a few

Re: [Jgeneral] Standalone Jupyter Notebook / J - Environments available for download

2017-05-07 Thread chris burke
s) can be downloaded > > from https://github.com/jsoftware/jupyter > > <https://github.com/jsoftware/jupyter>. > > Furthermore, these environments are fully functional (not just another > > demo), and contain everything you need to create and run your own J

Re: [Jgeneral] Compiling JPEG DLL

2017-04-14 Thread chris burke
The distributed launchpad has only Life and Minesweeper demos. You must have added other demos, but not copied over your config to a new installation. On Thu, Apr 13, 2017 at 8:05 PM, Devon McCormick wrote: > I don't see the GL demos that have been there forever on the

Re: [Jgeneral] An unanswered question on Stack Overflow regarding installation of jqt for j805 on ubuntu

2017-01-02 Thread chris burke
Thanks, Bob. I responded on SO. I had not seen the error message before, and it seems that he was trying to install j803. On Mon, Jan 2, 2017 at 2:37 PM, robert therriault wrote: > There is currently a question on Stack Overflow [1] regarding the > installation of jqt

Re: [Jgeneral] Loaded J graphics modules throwing errors

2016-10-31 Thread chris burke
Hi Rob That example was written using an earlier version of J and needs to be updated for J8. The problem is that painting commands were being given to an isigraph control before it was painted, whereas in J8, painting commands must be given in a paint event. For current gl2 examples, try

Re: [Jgeneral] Forum email

2016-08-01 Thread chris burke
page. Maybe that can be made more prominent? > > > On 08/01/2016 10:04 AM, chris burke wrote: > >> See code.jsoftware.com/wiki/System/Forums#Mail_Routing >> >> The "@forums..." address in the mailman page is generated by mailman, and >> I >>

Re: [Jgeneral] Forum email

2016-08-01 Thread chris burke
See code.jsoftware.com/wiki/System/Forums#Mail_Routing The "@forums..." address in the mailman page is generated by mailman, and I don't know of any fix. On 1 August 2016 at 07:00, Thomas Costigliola wrote: > What is the correct forum mailing address, should it be > >

Re: [Jgeneral] FW: J website

2016-07-24 Thread chris burke
Thanks for pointing it out, I will fix. On 24 July 2016 at 07:27, Tom Arneson wrote: > > > > > *From:* Tom Arneson [mailto:t...@tomarneson.com] > *Sent:* Friday, July 1, 2016 07:42 > *To:* 'general@forums.jsoftware.com' > *Subject:* J website

Re: [Jgeneral] x. y. documentation

2016-02-03 Thread chris burke
phrases was never considered part of the formal documentation and is out of date in a few respects. It would be a worthwhile exercise to get this updated. Most other uses of x. and y. should be fixed, though I just see one more in the user docs. On 3 February 2016 at 13:02, Raul Miller

Re: [Jgeneral] x. y. documentation

2016-02-03 Thread chris burke
> to > > > bind =: 2 : 'u@(v"_)' > > > > - Original Message - > From: chris burke <cbu...@jsoftware.com> > To: General forum <gene...@jsoftware.com> > Sent: Wednesday, February 3, 2016 5:02 PM > Subject: Re: [Jgeneral] x. y. documentation >

Re: [Jgeneral] [Jprogramming] server upgrade

2016-01-27 Thread chris burke
m and that brought their absence into my view. > > Is the old wiki still around in some way so that I can recover them? > > Thanks, > > -- > Raul > > > > > On Sat, Jan 9, 2016 at 10:40 AM, chris burke <cbu...@jsoftware.com> wrote: > > (This is cross posted to gen

Re: [Jgeneral] server upgrade

2016-01-10 Thread chris burke
We will try to move the server now. The repositories and forum mail will not be available until the new server is up and running, and the DNS updated. If all goes well, this will take an hour or so. I will post to programming when it is working. On 9 January 2016 at 07:40, chris burke <

[Jgeneral] server upgrade

2016-01-09 Thread chris burke
(This is cross posted to general and programming - please send any comments to general.) We plan to upgrade the main server tomorrow, around midnight UTC on the evening of Jan 10/11. We will confirm before going ahead. This server runs the website, download pages, repos and forums, but not the

Re: [Jgeneral] jsoftware 404 links

2016-01-08 Thread chris burke
That is an old directory. Where did you find the url? The current primer is under help, at www.jsoftware.com/help/primer/contents.htm On 8 January 2016 at 16:02, Raul Miller wrote: > I noticed today that the top nav links from >

Re: [Jgeneral] New wiki not handling mathematical equations

2015-11-02 Thread chris burke
The text below from the source conversion page www.jsoftware.com/jwiki/MediaWiki/SourceConversion is relevant. Most LaTeX did convert properly, but those that did not need to be fixed manually. I suggest just trying ordinary LaTeX, see code.jsoftware.com/wiki/Help/LaTeX. -- The LaTeX support

Re: [Jgeneral] New wiki

2015-09-21 Thread chris burke
cannot use it to log in. > > If I am supposed to log in with temporary password, I forgot it. > > > > > > > > > > > > > > - Original Message - > > From: chris burke <cbu...@jsoftware.com> > > To: Programming forum <programm...@jsoftware.com> > >

Re: [Jgeneral] New wiki failed imports

2015-09-21 Thread chris burke
> - All the automatically-imported tables I’ve encountered have been spuriously indented one level. For some reason the import tool added a colon-prefix to all tables. Can you give an example of this? For example, the page code.jsoftware.com/wiki/Plot/Options has a couple of tables that imported

Re: [Jgeneral] New wiki failed imports

2015-09-21 Thread chris burke
ried the first two. > > On a less important, but related note, the original filename was not > capitalized. > > http://code.jsoftware.com/wiki/File:Tgsjhszip.png > > > On Mon, Sep 21, 2015 at 9:35 AM, chris burke <cbu...@jsoftware.com> wrote: > > > I notice that ther

Re: [Jgeneral] New wiki failed imports

2015-09-21 Thread chris burke
> ...Have gone missing. Those pages were intentionally omitted because they are mostly out of date, see www.jsoftware.com/jwiki/MediaWiki/Ignored . By all means create new pages that are up to date and relevant. Thanks. BTW, the pages at www.jsoftware.com/jwiki/MediaWiki do contain a lot of

Re: [Jgeneral] New wiki failed imports

2015-09-21 Thread chris burke
Active bug tracking and feature requests are good ideas but they never worked effectively on the old wiki. Some of those pages are obviously abandoned, e.g. the last update to System/Library/Bugs was 4 years ago, and in case the library is now very different from 4 years ago. I think a fresh

Re: [Jgeneral] New wiki

2015-09-20 Thread chris burke
s working as I cannot use it to log in. > If I am supposed to log in with temporary password, I forgot it. > > > > > > > - Original Message - > From: chris burke <cbu...@jsoftware.com> > To: Programming forum <programm...@jsoftware.com> > Cc:

Re: [Jgeneral] [Jprogramming] MediaWiki

2015-09-16 Thread chris burke
te/replace obsolete jpegs? Will png for images > be supported as well? > > On Sun, Sep 13, 2015 at 6:04 PM, chris burke <cbu...@jsoftware.com> wrote: > > (This is cross posted to general and programming - please send any > comments > > to general.) > > >

Re: [Jgeneral] MediaWiki

2015-09-13 Thread chris burke
, and will be available for a few months after the migration. Wiki authors might want to do a final check on their pages in the new wiki. On 9 August 2015 at 09:30, chris burke <cbu...@jsoftware.com> wrote: > (This is cross posted to general and programming - please send any > comments to general.)

Re: [Jgeneral] [Jprogramming] MediaWiki

2015-09-13 Thread chris burke
ll png for images > be supported as well? > > On Sun, Sep 13, 2015 at 6:04 PM, chris burke <cbu...@jsoftware.com> wrote: > > (This is cross posted to general and programming - please send any > comments > > to general.) > > > > The wiki migration seems to w

Re: [Jgeneral] on Mac, sysmodifiers does not respond to Option key

2015-09-11 Thread chris burke
> I'm still running Snow Leopard. Maybe the problem has been fixed in Yosemite? Very likely, as I also find no problems in Yosemite. After J reappears, everything seems to work normally. On 11 September 2015 at 13:39, Ian Clark wrote: > > (I'm unable to reproduce under

Re: [Jgeneral] require not recognising prior usage

2015-08-10 Thread chris burke
Thanks. I will rearrange jcwdpath so that jpathsep is called at the end, i.e. jcwdpath_j_=: jpathsep@(1!:43@(0$),])@((*@# # '/'_),]) Let me know if this still doesn't work. On 9 August 2015 at 18:38, Ian Shannon ian.shan...@environment.nsw.gov.au wrote: Hi there, I tried posting this a

Re: [Jgeneral] MediaWiki

2015-08-10 Thread chris burke
/User:Brian_Schott/code/carMirror On Sun, Aug 9, 2015 at 10:41 PM, chris burke cbu...@jsoftware.com wrote: I've fixed two problems related to wiki user names. One was that user names with blanks (e.g. Raul Miller) were not converted correctly. The other was that a camelcase user name by itself

[Jgeneral] MediaWiki

2015-08-09 Thread chris burke
(This is cross posted to general and programming - please send any comments to general.) We plan to migrate the wiki from MoinMoin to MediaWiki (the wiki engine used by Wikipedia), and clean up the pages at the same time. We also want to better organize the wiki for typical uses, e.g.

Re: [Jgeneral] MediaWiki

2015-08-09 Thread chris burke
as pages with broken file links. I think the problem is a missing JohnBaker page. The new wiki is faster from where I am sitting. I also like the spare and undecorated style. On Sun, Aug 9, 2015 at 2:04 PM, chris burke cbu...@jsoftware.com wrote: This looks like something to check back

Re: [Jgeneral] MediaWiki

2015-08-09 Thread chris burke
than that. Thanks, -- Raul On Sun, Aug 9, 2015 at 3:04 PM, chris burke cbu...@jsoftware.com wrote: This looks like something to check back on in a little while. We need explicit comments on page problems in order to move forward. Check back in a little while doesn't work for me

Re: [Jgeneral] MediaWiki

2015-08-09 Thread chris burke
in. I didn't look any farther than that. Thanks, -- Raul On Sun, Aug 9, 2015 at 3:04 PM, chris burke cbu...@jsoftware.com wrote: This looks like something to check back on in a little while. We need explicit comments on page problems in order to move forward. Check back in a little

Re: [Jgeneral] MediaWiki

2015-08-09 Thread chris burke
a personal category, I can hold the personal opinion that its useful to others, with less imposition on a topic. - Original Message - From: chris burke cbu...@jsoftware.com To: General forum gene...@jsoftware.com; Programming forum programm...@jsoftware.com Cc: Sent: Sunday, August 9

Re: [Jgeneral] MediaWiki

2015-08-09 Thread chris burke
) Perhaps an autolink to that search query could be put on all user pages? (was going to attempt a manual such edit when I could log on) - Original Message - From: chris burke cbu...@jsoftware.com To: General forum gene...@jsoftware.com Cc: Sent: Sunday, August 9, 2015 3:22 PM

Re: [Jgeneral] MediaWiki

2015-08-09 Thread chris burke
case for any user name by itself. On 9 August 2015 at 12:37, chris burke cbu...@jsoftware.com wrote: Thanks. Pages named like JohnBaker/xxx will appear as User:John Baker/xxx, but the migration program needs to be fixed to update corresponding page references. I'll do this now. On 9 August 2015

Re: [Jgeneral] MediaWiki

2015-08-09 Thread chris burke
and foot of page code.jsoftware.com/wiki/Essays/Under. On 9 August 2015 at 15:49, chris burke cbu...@jsoftware.com wrote: Ok, most of the links from http://code.jsoftware.com/wiki/User:Raul_Miller do not work, though Thanks, will fix. On 9 August 2015 at 15:41, Raul Miller rauldmil...@gmail.com

Re: [Jgeneral] inconsistent package conventions

2015-07-06 Thread chris burke
Now... there are of course arguments against automatically installing software. What if J isn't internet connected? Each package manifest should include its dependencies in the DEPENDS noun, and these will be installed if necessary when the package is installed. It would be better that these

Re: [Jgeneral] inconsistent package conventions

2015-07-06 Thread chris burke
Labs also have dependencies that are checked when loaded, see http://www.jsoftware.com/jwiki/Labs/File%20Layout#Dependencies On 6 July 2015 at 09:14, Raul Miller rauldmil...@gmail.com wrote: What about labs? Thanks, -- Raul On Mon, Jul 6, 2015 at 7:42 AM, chris burke cbu

Re: [Jgeneral] Instructions for installing J

2015-06-28 Thread chris burke
To start over I went to the following link, as a suggested starting point. http://www.jsoftware.com/start.htm Thanks, that page was written some time ago, and needs updating. The download page points to the up to date instructions, i.e. http://www.jsoftware.com/jwiki/System/Installation/J804

Re: [Jgeneral] wd button default

2015-05-29 Thread chris burke
captured (though backspace does). Strangely, pressing the enter key repeats the last key that was in sysdata. Is there a recommended way to tell if the enter key has been pressed? - Original Message - From: chris burke cbu...@jsoftware.com To: General forum gene

Re: [Jgeneral] wd button default

2015-05-28 Thread chris burke
Usually you want to handle wd events. Use showevents_jqtide_ to display the events in the session. If displaying wdq, note that the first 3 rows show the event handlers. These are searched in order and the first one found will be executed. Escclose simply means that pressing Esc will signal a

Re: [Jgeneral] About plot 3D

2015-05-26 Thread chris burke
Sorry, zcaption was never implemented, or documented as such. On 25 May 2015 at 15:26, Lippu Esa esa.li...@varma.fi wrote: Hello, I can't get xcaption and ycaption working in a 3D plot. zcaption gives an error: require 'plot' NB. 2D ok plot i. 4 4 pd 'xcaption

Re: [Jgeneral] Plot infinite popup + some other bugs

2015-05-26 Thread chris burke
redefining already existing stuff. But probably I'm missing useful behavior which would break this way. Just my 2 cents. Jan-Pieter 2015-05-26 20:03 GMT+02:00 chris burke cbu...@jsoftware.com: Running through the labs in order they show up gave me some problems: 0) Book of numbers: (4) 12

Re: [Jgeneral] Plot infinite popup + some other bugs

2015-05-26 Thread chris burke
Another thing I discovered when toying around was that syntax highlighting is slightly broken for comments in these cases: * a comment contains 0 : 0 : the entire comment (and following code till the next lone opening parenthesis) is regarded as a long string literal, and marked up as such. * if

[Jgeneral] jqt find dialog

2015-05-08 Thread chris burke
I could not duplicate this. Could you let me have an example of exactly what you did? Also, which platform and version of J? Thanks. -- Forwarded message -- From: Raul Miller rauldmil...@gmail.com Date: 8 May 2015 at 00:36 Subject: [Jprogramming] jqt find dialog To: Programming

Re: [Jgeneral] isigrid2 demo bug

2015-04-26 Thread chris burke
Thanks, I can reproduce this. On 26 April 2015 at 19:41, Kenneth Lettow klet...@thomasnet.com wrote: All addons loaded and updated. Studio-QT Demos-isigrid2 Drag and drop the Year or State button to the right of the Model dropdown at the top of the dialog. Drag the remaining button

Re: [Jgeneral] J804

2015-04-11 Thread chris burke
It has not been announced yet. On 11 April 2015 at 07:11, R.E. Boss r.e.b...@outlook.com wrote: Did I miss the announcement of J804? http://www.jsoftware.com/download/j804/install/ R.E. Boss -- For information about J

Re: [Jgeneral] JQt Term byte output crash

2015-03-31 Thread chris burke
I also cannot reproduce this. Does it happen in a fresh session? Perhaps something happened earlier that made JQt unstable. On 31 March 2015 at 05:41, Ian Clark earthspo...@gmail.com wrote: In JQt, entering: 127 { a. or any expression outputting it to the session, such as a.

Re: [Jgeneral] JQt Term byte output crash

2015-03-31 Thread chris burke
reasons I don't choose to do just yet.) On Tue, Mar 31, 2015 at 2:50 PM, chris burke cbu...@jsoftware.com wrote: I also cannot reproduce this. Does it happen in a fresh session? Perhaps something happened earlier that made JQt unstable. On 31 March 2015 at 05:41, Ian Clark earthspo

Re: [Jgeneral] Fwd: [Jprogramming] small bug in package manager and demos

2015-03-21 Thread chris burke
is error in: qtdemo_listbox_button / verbose: command not found/ wd (LF,~wd::(''_)'qer') (13!:8)3 On Sun, Mar 15, 2015 at 4:37 PM, chris burke cbu...@jsoftware.com wrote: I cannot duplicate either of these. What version of J are you running? From: Kenneth Lettow klet...@thomasnet.com Date

Re: [Jgeneral] Farewell version of Learning J

2015-01-23 Thread chris burke
Or any of the wiki Essays and Puzzles, http://www.jsoftware.com/jwiki/Essays and http://www.jsoftware.com/jwiki/Puzzles. On 23 January 2015 at 13:56, R.E. Boss r.e.b...@outlook.com wrote: One could consider https://projecteuler.net/problems R.E. Boss -Original Message- From:

Re: [Jgeneral] moo (prompt)

2014-12-10 Thread chris burke
to see the prompt displayed. I'm not sure if this needs to be changed or made conditional on something. On Tue, Dec 9, 2014 at 4:03 PM, chris burke cbu...@jsoftware.com wrote: The old prompt function from the j602 misc script is now available in the J803 general/misc addons, i.e. try

Re: [Jgeneral] moo (prompt)

2014-12-09 Thread chris burke
The old prompt function from the j602 misc script is now available in the J803 general/misc addons, i.e. try load 'general/misc/prompt' prompt 'Enter name: ' On Sun, Nov 23, 2014 at 10:19 AM, Don Guinn dongu...@gmail.com wrote: Way back when, sometime ago, smprompt waited for the

Re: [Jgeneral] jqt webd3 demo

2014-12-06 Thread chris burke
What platform please? It works fine for me on Linux. On Sat, Dec 6, 2014 at 10:29 AM, Brian Schott schott.br...@gmail.com wrote: The demo is meant to produce 3 examples named S0 S1 and S2. When I execute the demo in j803 3 graphics windows appear but the top (first) window is blank. If I

Re: [Jgeneral] Plot errorbar colors bug

2014-09-15 Thread chris burke
Thanks, this should be fixed in J803. On Thu, Sep 4, 2014 at 11:38 AM, Jan-Pieter Jacobs janpieter.jac...@gmail.com wrote: I just noticed a slight bug in the colors assigned to different items in errorbar and hilo plots: d =: 0 10 20 30 +0 2 ] 1 2 3 +0 1 i. 10 'errorbar;key 0 1 2 3 4 5 6 7

Re: [Jgeneral] Lost find window

2014-09-14 Thread chris burke
Thanks for pointing it out, we'll fix this. On Sun, Sep 14, 2014 at 2:41 PM, Mike Day mike_liz@tiscali.co.uk wrote: Find Lost and Found! Thanks Greg - I tried but it didn't seem to be working. I looked in regedit but found nothing relevant there. Then I had a brainwave, looked in

Re: [Jgeneral] jqt session log

2014-08-28 Thread chris burke
Not right now, though we could easily add it. Part of the problem of logging all output is that it would include all the junk from mistakes made. What I use instead are the source scripts, that can be rerun on demand. To make a copy of the output, use Ctrl+Shift+F10 to clear the terminal and run

Re: [Jgeneral] jqt session log

2014-08-28 Thread chris burke
. - Original Message - From: chris burke cbu...@jsoftware.com To: General forum gene...@jsoftware.com Cc: Sent: Thursday, August 28, 2014 11:22:55 AM Subject: Re: [Jgeneral] jqt session log Not right now, though we could easily add it. Part of the problem of logging all output

Re: [Jgeneral] Qt table control bug

2014-08-28 Thread chris burke
:05 PM, chris burke cbu...@jsoftware.com wrote: This was done originally because there is no obvious state that a table has when a non-table event occurs, unlike say a checkbox which is either on or off. What information there is can be captured when a table event occurs

Re: [Jgeneral] Fwd: [Jprogramming] qt hangs

2014-07-17 Thread chris burke
just open from open command or file. Looking for that noun with find in files discovered it present in snap. I am using j802 in w8 64 bit. On 16 Jul 2014 13:32, chris burke cbu...@jsoftware.com wrote: You can turn off snapshots with Snapshots=0 in the qtide config. However, I'd like

Re: [Jgeneral] Why two sets of Demos?

2014-07-17 Thread chris burke
Agreed, though I think it still makes sense to have two separate demos. Perhaps the wd menu should be renamed, e.g. Qt - examples of Qt controls, useful for the developer Showcase - examples of using J Some of the wd demos that are specifically related to controls or events should be removed or

Re: [Jgeneral] Memory Limit Error

2014-07-10 Thread chris burke
Agreed, I will make the change. The definition has been that way (power-of-2) for years, but it is easy to support both. A number 100 is a power, and otherwise it is the memory in bytes. On Thu, Jul 10, 2014 at 3:09 PM, Don Guinn dongu...@gmail.com wrote: Now that J8.02 is officially

Re: [Jgeneral] plot infinite errors

2014-06-17 Thread chris burke
Jan-Pieter Thanks. This should be fixed now, please try the latest plot. Chris On Mon, Jun 16, 2014 at 3:41 PM, Jan-Pieter Jacobs janpieter.jac...@gmail.com wrote: Hi Ric, Thanks for the suggestions! I'm also using a completely up to date J802. Trying it on my work PC works for

Re: [Jgeneral] plot infinite errors

2014-06-17 Thread chris burke
Ah, sorry - it still needs work... On Tue, Jun 17, 2014 at 4:17 PM, chris burke cbu...@jsoftware.com wrote: Jan-Pieter Thanks. This should be fixed now, please try the latest plot. Chris On Mon, Jun 16, 2014 at 3:41 PM, Jan-Pieter Jacobs janpieter.jac...@gmail.com wrote: Hi Ric

Re: [Jgeneral] plot infinite errors

2014-06-17 Thread chris burke
Plot should be working again now. On Tue, Jun 17, 2014 at 4:22 PM, chris burke cbu...@jsoftware.com wrote: Ah, sorry - it still needs work... On Tue, Jun 17, 2014 at 4:17 PM, chris burke cbu...@jsoftware.com wrote: Jan-Pieter Thanks. This should be fixed now, please try the latest plot

Re: [Jgeneral] j802 labs

2014-06-11 Thread chris burke
Bjorn Thanks for the labs feedback. I tried the below on both Linux64 and Win64 and it worked fine. Could you try again, and if there is still a problem, please examine the error line and try to determine what causes the domain error. Thanks. Chris ── ((4) 11 of 23) Bernoulli numbers

Re: [Jgeneral] j802 labs

2014-06-11 Thread chris burke
. On Thu, Jun 12, 2014 at 11:03 AM, chris burke cbu...@jsoftware.com wrote: Bjorn Thanks for the labs feedback. I tried the below on both Linux64 and Win64 and it worked fine. Could you try again, and if there is still a problem, please examine the error line and try to determine what causes

Re: [Jgeneral] j802 labs

2014-06-11 Thread chris burke
The error below occurs at the point where you are connecting to a server. Did you start the server first, as per lab instructions? --- Lab: Client/Server (Simple Socket) Author: Eric Iverson To advance the lab, select menu Studio|Advance or the corresponding shortcut. ── (13

[Jgeneral] Fwd: [Jprogramming] JHS version .204

2014-06-02 Thread chris burke
JHS works for me with the latest 802 and addons. What version are you running? -- Forwarded message -- From: John Baker bakerj...@gmail.com Date: Tue, Jun 3, 2014 at 12:59 AM Subject: [Jprogramming] JHS version .204 To: Eric Iverson eric.b.iver...@gmail.com, Programming forum

Re: [Jgeneral] rxmerge

2014-05-05 Thread chris burke
Thanks. That example is mixed up, and should be: pat=. '([[:alpha:]][[:alnum:]_]*) *=[.;]' NB. subexp is name in assign ]phandle=. rxcomp pat NB. compile 1 str=. '3,foo3=.23,j42=.123,123' NB. a sample string phandle rxmatches str NB. all matches 2 6 2 4

Re: [Jgeneral] Where has stuff gone?

2014-04-11 Thread chris burke
Fixed, thanks. On Fri, Apr 11, 2014 at 2:26 PM, Raul Miller rauldmil...@gmail.com wrote: http://jsoftware.com/help/user/previous601.htm says: wd wait command is now supported in both Jwdw and Jwdp. It is used to create modal dialog boxes similar to the mb... family of commands. See wd

Re: [Jgeneral] issue with wddemo

2014-03-18 Thread chris burke
I see this and will fix, thanks. On Wed, Mar 19, 2014 at 11:29 AM, bill lam bbill@gmail.com wrote: getscripts was changed in base library 8.1.25, if wddemo worked properly previously, can you trace where the problem is? eg (jpath '~addons/demos/wd/coins.ijs') getscripts_j_ (jpath

Re: [Jgeneral] j801 quirks

2014-03-09 Thread chris burke
On Mon, Feb 17, 2014 at 3:31 AM, Raul Miller rauldmil...@gmail.com wrote: I've run into a few small issues with j801 that I do not like. ... Two: turning on and off line numbers in an editing window affects all windows. This means that if I turn on line numbers in an editing window (so I

Re: [Jgeneral] j801/qt: respect KeepInputLog setting

2014-03-08 Thread chris burke
Got it, thanks. On Sat, Mar 8, 2014 at 7:04 PM, Marc Simpson m...@0branch.com wrote: Simple patch: https://github.com/0branch/jqtide/commit/6aac826c67578fb54685899c0efc0b038d4d0b7e . (The config check could be applied elsewhere.)

Re: [Jgeneral] Misc. j801 issues

2014-03-08 Thread chris burke
On Sun, Mar 9, 2014 at 6:15 AM, Jan-Pieter Jacobs janpieter.jac...@gmail.com wrote: ... Indeed it does when the line was an input line before. If it was an output line before, it would be nice to have the indentation added when copying it down to the last rule. Now, you either have to add

Re: [Jgeneral] bug report - j8 stable

2014-03-07 Thread chris burke
Not sure why this should fail. As you can see, load calls getscripts_j_, e.g. getscripts_j_ 'pacman' +--+ |/home/chris/j602/system/extras/util/pacman.ijs| +--+ Is this script not present on your system?

Re: [Jgeneral] bug report - j8 stable

2014-03-07 Thread chris burke
the initial startup to lead to this state? I had a variety of problems getting J602 working. Thanks, -- Raul On Sat, Mar 8, 2014 at 1:00 AM, chris burke cbu...@jsoftware.com wrote: Not sure why this should fail. As you can see, load calls getscripts_j_, e.g

Re: [Jgeneral] [Jprogramming] user in JQT Editor

2014-02-20 Thread chris burke
The Home icon is hardwired to ~home. What is that on your machine? For me: jpath '~home' /home/chris -- Forwarded message -- From: greg heil ghei...@gmail.com Date: Fri, Feb 21, 2014 at 9:41 AM Subject: Re: [Jprogramming] user in JQT Editor To: Programming forum

Re: [Jgeneral] [Jprogramming] user in JQT Editor

2014-02-20 Thread chris burke
(and a homing) for user would be far more useful. greg ~krsnadas.org -- from: chris burke cbu...@jsoftware.com to: General forum gene...@jsoftware.com date: 20 February 2014 19:21 subject: Re: [Jgeneral] [Jprogramming] user in JQT Editor The Home icon is hardwired to ~home. What is that on your

<    1   2   3   >