Re: [Jprogramming] J for android (Pixel 8) & other platforms

2023-12-09 Thread Thomas Arneson
Bill, I would like to see the J android user folder move as you suggested on 12/04/23. Thanks, Tom Arneson > On 12/04/2023 11:44 PM CST bill lam wrote: > > > Good observation. I am also thinking of moving the user folder to public > location such as download folder so that J scripts will be

Re: [Jprogramming] "Nonce error" on monadic "x:"?

2023-01-30 Thread Thomas Arneson
It works for me: JVERSION Engine: j904/j64avx/windows Beta-k: commercial/2023-01-24T04:51:42 Library: 9.04.11 Qt IDE: 2.0.3s/6.2.4(6.2.4) Platform: Win 64 Installer: J904 install InstallPath: c:/users/tom arneson/j904 Contact: www.jsoftware.com x:99 99 > On 01/30/2023 2:01 PM CST Devon McCo

Re: [Jprogramming] 904-beta-j

2023-01-22 Thread Thomas Arneson
Same for me. > On 01/22/2023 3:00 AM CST Jan-Pieter Jacobs > wrote: > > > I don't know if anyone else tried, but after installing the latest android > APK, supposedly beta-j, JVERSION still reports beta-i: > >JVERSION > Engine: j904/j64arm/android > Beta-i: commercial/2022-12-14T09:27:0

Re: [Jprogramming] missing Qt5Core.dll

2022-12-13 Thread Thomas Arneson
64 Installer: J904 install InstallPath: c:/users/tom arneson/j904 Contact: www.jsoftware.com 2x*2 |nonce error | 2x*2 | ^ > On 12/13/2022 9:40 PM CST bill lam wrote: > > > have you tried install'qtide' ? > > On Wed, Dec

[Jprogramming] missing Qt5Core.dll

2022-12-13 Thread Thomas Arneson
When I try to run J904 using Qt. I get a message saying "The code execution cannot proceed because Qt5Core.dll was not found" I was able to upgrade to Beta-i by running from console, but I want to use jqt. -- For information a

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread Thomas Arneson
It also worked for me, but the files, with no path specified, ended up in my '~home' folder. 2021-11-23 06:58 Machine: HPdesktop2012 Engine: j903/j64avx/windows Beta-v: commercial/2021-11-16T21:51:09 Library: 9.03.08 Qt IDE: 1.9.4/5.15.2(5.15.2) Platform: Win 64 Installer: J903 install InstallPat

[Jprogramming] J android problem

2021-11-04 Thread Thomas Arneson
I mistakenly changed the name of a file called from startup_android.ijs. Now j starts, but shuts down immediately. I've tried several file manager apps (google files, total commander, fx), but due to android's protection I can't get to the folder where the files reside. Does anyone know of a way

Re: [Jprogramming] ":123 = ":123

2021-10-16 Thread Thomas Arneson
(":123)=":123 1 1 1 Without the () it was comparing 123 to '123', and then applying Default Format to the result. > On 10/16/2021 3:04 PM P Padilcdx wrote: > > > Hopefully a quick newbie question. When I execute ":123 = “:123 I get 0 0 0. > Needless to say, I expected 1 1 1. Any clari