@ Razetime
> I'll need to a) find a way to hide Qt's debug output and b) get J's
output on the terminal in place of that.
I picked addon 'math/tabula' for you because it solves those very problems.
To cut a long story short, use Do (".) to send sentences to JE (the J
engine) and to get its repl
I can't remember, that was many years ago.
If you just want viewmat and plot, they can be run directly from jconsole
without Qt.
OTOH if want more than that, you should run with the proper Qt environment.
On Tue, May 10, 2022 at 9:32 AM Razetime wrote:
> Thank you all for your helpful comments.
Thank you all for your helpful comments.
This link is for conversion from j602 to J8 standalone from 2015, but it
> may have some useful information.
> https://code.jsoftware.com/wiki/Guides/J8_Standalone
robert therriault: Thanks. I will check this out and see if I can get a
standalone executabl
Bob wrote
> I don't know if there is a way to run jQt in a headless format that will
allow you to display windows.
The magic word is: wd'ide hide'
Example: to convert your JQt installation into a dedicated app running the
addon: 'math/tabula' (say)
create (or replace) the script: jpath'~config/s
Will do, thanks Bill
Cheers, bob
> On May 9, 2022, at 09:46, bill lam wrote:
>
> The multimedia widget of Qt 6.3 got some major change and not fully
> backward compatible.
>
> Please provide a simple script to demonstrate the issue.
>
> On Tue, 10 May 2022 at 12:34 AM 'robert therriault' via
The multimedia widget of Qt 6.3 got some major change and not fully
backward compatible.
Please provide a simple script to demonstrate the issue.
On Tue, 10 May 2022 at 12:34 AM 'robert therriault' via Programming <
programm...@jsoftware.com> wrote:
> I have not dug in to deep to find out the ca
I have not dug in to deep to find out the cause, but at the moment the new
version of jQt with 904 blocks playback of video content on the video labs.
They play fine on JHS under 904 so I suspect it has something to do with the
new version of Qt or perhaps there is a setting that needs to be cha
Agreed. Browser is a good platform. The j playground wasm port is
interesting.
Qt itself also has a browser target, the Qt for WebAssembly, theoretically
it can run Qt applications on browsers with minimum changes.
On Tue, 10 May 2022 at 12:06 AM 'robert therriault' via Programming <
programm...@
You can still view images and even video from jconsole by launching a browser
with calculated content.
Not the same I know, but possible.
Cheers, bob
> On May 9, 2022, at 08:47, bill lam wrote:
>
> It was increasingly difficult to maintain Qt jconsole interaction.
> Resources are better spent
It was increasingly difficult to maintain Qt jconsole interaction.
Resources are better spent on more popular targets.
On Mon, 9 May 2022 at 10:28 PM Raul Miller wrote:
> On Sun, May 8, 2022 at 1:43 PM bill lam wrote:
> > Sorry. Typo. I meant decommitted.
>
> That's disappointing.
>
> (And, sa
On Sun, May 8, 2022 at 1:43 PM bill lam wrote:
> Sorry. Typo. I meant decommitted.
That's disappointing.
(And, sadly, representative of a trend which I have seen in many
places and contexts, where useful functionality is collapsing or being
made to collapse.)
--
Raul
--
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
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
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
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
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
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/
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
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
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
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:
21 matches
Mail list logo