Re: [Jprogramming] Better documentation for wd?

2017-05-24 Thread Devon McCormick
Thanks for the tips. I should put a mention in the J wiki on this subject if there isn't already one. On Wed, May 24, 2017 at 6:54 PM, bill lam wrote: > example in qt demo, > > groupbox Display; > cc linear radiobutton; > cn "view linear"; > > cc boxed radiobutton group; > cn "view boxed"; > cc

Re: [Jprogramming] Better documentation for wd?

2017-05-24 Thread bill lam
example in qt demo, groupbox Display; cc linear radiobutton; cn "view linear"; cc boxed radiobutton group; cn "view boxed"; cc tree radiobutton group; cn "view tree"; groupboxend; the documentation seems incorrect, a radiobutton without the group style starts a new group. On 25 May, 2017 1:17

Re: [Jprogramming] Better documentation for wd?

2017-05-24 Thread Ric Sherlock
The simple examples that Bob mentioned are the best place to start. There are examples of more complex forms built using wd in a number of addons for example: load 'math/eigenpic' load 'math/deoptim/demo/eg_deoptim.ijs' On Thu, May 25, 2017 at 5:34 AM, robert therriault wrote: > Hi Devon, > >

Re: [Jprogramming] A couple of J805/806 issues

2017-05-24 Thread Jose Mario Quintana
The most recent commit seems to have solved the memory leak problem. Thanks a lot. On Fri, May 19, 2017 at 8:25 PM, Henry Rich wrote: > I have found the source of the memory leak & have to verify the fix. > > Henry Rich > > > On 5/19/2017 7:15 PM, Jose Mario Quintana wrote: > >> Further testin

Re: [Jprogramming] Jqtide on Ubuntu - keyboard shortcuts bug

2017-05-24 Thread J. Patrick Harrington
Thanks Bill -- I put that in my ~/.profile and now Ctrl-J advances the labs in a session started with the J icon. I've not tried other shortcuts. Patrick On Wed, 24 May 2017, bill lam wrote: Patrick, nice finding. You may also put this line ex

Re: [Jprogramming] Jqtide on Ubuntu - keyboard shortcuts bug

2017-05-24 Thread Ben Gorte - CITG
Correction: the space should be there!! From: Programming [programming-boun...@forums.jsoftware.com] on behalf of Ben Gorte - CITG [b.g.h.go...@tudelft.nl] Sent: Wednesday, May 24, 2017 19:46 To: programm...@jsoftware.com Subject: Re: [Jprogramming] Jqtide

Re: [Jprogramming] Jqtide on Ubuntu - keyboard shortcuts bug

2017-05-24 Thread Ben Gorte - CITG
Hi, I also second / I third this question. In fact, since j805 none of the ctrl-shortcuts work anymore, not just ctrl-J, but also ctrl-E, ctrl-O, ctrl-enter etc. It looks Ubuntu-related indeed, because with Suse linux everything is fine. Perhaps there's nothing J can do about it? Unfortunat

Re: [Jprogramming] Better documentation for wd?

2017-05-24 Thread robert therriault
Hi Devon, In the jqt menu try Help | Studio | QT Demos... and then select controls from the drop down list. Clicking "Okay" will run the form showing a number of different controls including radio buttons. To see behind the scenes there is also a "View Source" button at Help | Studio | QT De

[Jprogramming] Better documentation for wd?

2017-05-24 Thread Devon McCormick
Hi - is there any better or more extensive documentation for "wd" than what I see under "Guides/Window_Driver/ChildClasses" or "Guides/Window_Driver/JQtChildClasses" on the J wiki? Better yet, are there more examples of forms built with "wd"? I'm asking because even something as simple as setting

Re: [Jprogramming] Jqtide on Ubuntu - keyboard shortcuts bug

2017-05-24 Thread bill lam
Patrick, nice finding. You may also put this line export UBUNTU_MENUPROXY= QT_QPA_PLATFORMTHEME=appmenu-qt5 inside your ~/.profile it may need to log out and then log in again to take effect. Ср, 24 май 2017, J. Patrick Harrington написал(а): > Bill, I just put the new lines in jqt.sh with t

Re: [Jprogramming] Jqtide on Ubuntu - keyboard shortcuts bug

2017-05-24 Thread J. Patrick Harrington
Bill, I just put the new lines in jqt.sh with the following results: Starting jqt from the icon, it didn't work, but invoking jqt.sh from the terminal does fix the issue with Ctrl-J. I assume the icon launch doesn't work because it uses Exec="/home/tages/j64-806/bin/jqt" and does't

Re: [Jprogramming] Jqtide on Ubuntu - keyboard shortcuts bug

2017-05-24 Thread 'Jon Hough' via Programming
Unfortunately it doesn't fix the issue. I edited my jqt.sh file, and Ctrl+S , Ctrl+J still do not work. I wonder if it is possible to explicitly add a shortcut to the userkeys.cfg to save. On Wed, 5/24/17, bill lam wrote: Subject: Re: [Jprogramming]

Re: [Jprogramming] Jqtide on Ubuntu - keyboard shortcuts bug

2017-05-24 Thread bill lam
Does the section no keybroad shortcut in http://code.jsoftware.com/wiki/Guides/Qt_IDE/Install help to workaround it? It seems neither Qt nor ubuntu takes this bug seriously. Ср, 24 май 2017, J. Patrick Harrington написал(а): > I second this question. I run J on my laptop under Ubuntu 16.04. I h

Re: [Jprogramming] Jqtide on Ubuntu - keyboard shortcuts bug

2017-05-24 Thread J. Patrick Harrington
I second this question. I run J on my laptop under Ubuntu 16.04. I have never found a way to enter Ctrl+J to advance labs. I have to click on Help -> Studio -> Advance. Not at all easy to go through the labs. JVERSION Engine: j806/j64avx/linux Beta-1: commercial/2017-03-09T10:14:43 Library: 8.

[Jprogramming] Jqtide on Ubuntu - keyboard shortcuts bug

2017-05-24 Thread 'Jon Hough' via Programming
My JVERSION: JVERSION Engine: j805/j64/linux Release: commercial/2016-12-11T08:02:52 Library: 8.05.14 Qt IDE: 1.5.3/5.6.1 Platform: Linux 64 Installer: unknown InstallPath: /usr/share/j/8.05 Contact: www.jsoftware.com I recently installed J on a fresh Ubuntu 16.10 installation, following t

Re: [Jprogramming] APL font for emacs

2017-05-24 Thread Devon McCormick
I'm looking at the DLM code Ian mentioned because I'd put it into my J script where I re-wrote it in J. I'd hoped to show people here the great similarity between the APL and J versions. It might be easier to install an APL interpreter in order to display it properly. Emacs seems to handle Unico