Re: [Jprogramming] Standalone Window Driver Script

2022-05-08 Thread bill lam
Yes, the "recommitted" was the auto-correction of "decommitted". I was careless enough to assume the auto-correction is always right. There was at one time, jconsole could run qt wd to display images and plots. I will update wiki. On Mon, May 9, 2022 at 1:42 PM 'robert therriault' via Programming

Re: [Jprogramming] Standalone Window Driver Script

2022-05-08 Thread 'robert therriault' via Programming
I think Bill's 'recommitted' was meant to be 'decommitted' and so I don't think that you can run wd commands from the Jconsole anymore. JQt will allow you to display webview windows and graphics windows. I don't know if there is a way to run jQt in a headless format that will allow you to displ

Re: [Jprogramming] Standalone Window Driver Script

2022-05-08 Thread Razetime
I tried setting IFQT, and it comes up with the same error: IFQT =: 1 IFQT 1 require '~addons/ide/qt/qt.ijs' wd |value error: wd IFQT_z_=:1 require '~addons/ide/qt/qt.ijs' wd |value error: wd Is there a different thing I need to set? On Sun, May 8, 2022 at 11:13 PM bill lam wr

Re: [Jprogramming] J on IOS

2022-05-08 Thread Ian Clark
Could you explain what you mean by "silent mode" in the context of iOS/iPadOS? I stare in vain at "Sounds" in the Settings app for anything resembling such a thing. I see a statement: "The volume of the ringer and alerts will not be affected by the volume buttons." The Apple maggots seem to believe

Re: [Jprogramming] Standalone Window Driver Script

2022-05-08 Thread bill lam
Sorry. Typo. I meant decommitted. On Mon, 9 May 2022 at 1:17 AM Raul Miller wrote: > I do not understand what "recommitted" means here. > > I did take a quick look at qt.ijs -- it requires IFQT to be defined as > 1, and stdlib.ijs defines IFQT to be 0. > > It looks like the jqt shared library se

Re: [Jprogramming] J on IOS

2022-05-08 Thread Jan-Pieter Jacobs
Talking about IOS bugs (great app, by the way), I noticed that some sounds don't obey the silent mode (or whatever IOS calls that mode). I also couldn't find a setting to turn off the sounds in the app itself. I think ignoring silent mode could count as a bug, and an in-app toggle as a feature-requ

Re: [Jprogramming] Standalone Window Driver Script

2022-05-08 Thread 'robert therriault' via Programming
I believe that IFQT is set on startup, so it may be necessary either to restart the J console session or maybe first just set IFQT=: 1 and see if that works. Cheers, bob > On May 8, 2022, at 10:16, Raul Miller wrote: > > I do not understand what "recommitted" means here. > > I did take a quic

Re: [Jprogramming] Standalone Window Driver Script

2022-05-08 Thread Raul Miller
I do not understand what "recommitted" means here. I did take a quick look at qt.ijs -- it requires IFQT to be defined as 1, and stdlib.ijs defines IFQT to be 0. It looks like the jqt shared library sets IFQT to be 1 during initialization. https://github.com/jsoftware/qtide/blob/master/lib/base/

Re: [Jprogramming] Standalone Window Driver Script

2022-05-08 Thread bill lam
Running jqt under jconsole had been recommitted for several years already. On Mon, 9 May 2022 at 12:40 AM Razetime wrote: > Thanks. I just tried the instructions over at > https://code.jsoftware.com/wiki/Guides/Qt_IDE/Qt_Jconsole, but i still get > a value error for wd: > $ ijconsole >requir

Re: [Jprogramming] Standalone Window Driver Script

2022-05-08 Thread Razetime
Thanks. I just tried the instructions over at https://code.jsoftware.com/wiki/Guides/Qt_IDE/Qt_Jconsole, but i still get a value error for wd: $ ijconsole require '~addons/ide/qt/qt.ijs' wd |value error: wd How do I prevent the value error? Doing jqt script.ijs does work, but echo only outpu

Re: [Jprogramming] Standalone Window Driver Script

2022-05-08 Thread Gilles Kirouac
The Window Driver wd is normally not available in jconsole, which you are using. wd rests on the QT environment and is available with the J QT ide. wd itself is defined in addons/ide/qt/qt.ijs. To use wd in jconsole, you need to have the QT environment available. To learn more, start here

[Jprogramming] Standalone Window Driver Script

2022-05-08 Thread Razetime
So far I've been able to run the script at this link: https://github.com/loovjo/esoteric-editor/blob/main/components/GUIC/gui.ijs using wd on the jqt IDE. I need to run it as a standalone script to include it with the rest of my project. However, I get this error: $ ijconsole gui.ijs |value error:

Re: [Jprogramming] J on IOS

2022-05-08 Thread Ian Clark
Thanks Robert. I can reproduce the bug. There's no workaround I can find. The app needs to be terminated and restarted. E.g by double-clicking the (hardware) Home button, which shows thumbnails of open apps, and swiping upwards on the j901 app icon to make it disappear. I'll put it on the bug lis