[Jbeta] J64-801 qt ide problems

2013-02-15 Thread Tom Arneson
A right click in Terminal closes J Using ctl-c and/or ctl-v closes J -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jbeta] [jbeta] J64-801 qt ide problems

2013-02-15 Thread Tom Arneson
I just now fired up J and typed: JVERSION The display is: Engine j171/2011-01-10/11:25 Library: 8.01.004 Platform: Win 64 Installer J801 beta installer InstallPath: c:/users/tom arneson/j801a_win64/j64-801 I had to type the above because all attempts to copy from Term causes Term to close

Re: [Jbeta] [jbeta] J64-801 qt ide problems

2013-02-16 Thread Tom Arneson
[Jbeta] [jbeta] J64-801 qt ide problems I do not get a real window to test. Could you confirm the clipboard can work by typing the following int Term? wdclipwrite 'abc' wdclipread '' Пт, 15 фев 2013, Tom Arneson писал(а): > I just now fired up J and typed: > JVERSION

Re: [Jbeta] J801: is help enabled yet?

2013-02-21 Thread Tom Arneson
In Window 7 & J801 the various help menu items either do nothing, or display a message box saying 'Not' The problem with a right click, or ctl-v, ctl-c in the ide closing J without any warning still presists. -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...

Re: [Jbeta] J801: is help enabled yet?

2013-02-21 Thread Tom Arneson
I just tried all these suggestions. Still no help! The bomb out with right-click, ctl-v, or ctl-c still exists. My os is Win 7. -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of chris burke Sent: Wednesday, February 20, 20

Re: [Jbeta] J801: is help enabled yet?

2013-02-21 Thread Tom Arneson
Yes, the path is: 'C:\Users\Tom Arneson\j801a_win64\j64-801\addons\docs\help' -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of chris burke Sent: Thursday, February 21, 2013 07:00 To: b...@jsoftware.com Subject:

[Jbeta] QT Editor

2013-03-02 Thread Tom Arneson
After several weeks of updating J801 every day, I still have problems with J801 qt. 0 The qt Term exits at any attempt to use clipboard copy, cut or paste, and also just on a right click in Term 1 When Term starts it shows: |version: command not found: wd

Re: [Jbeta] QT Editor

2013-03-02 Thread Tom Arneson
be run anytime. See http://www.jsoftware.com/jwiki/Guides/Qt%20IDE/Install Chris On Sun, Mar 3, 2013 at 1:22 AM, Tom Arneson wrote: > After several weeks of updating J801 every day, I still have problems > with > J801 qt. > > 0 The qt Term exits at any attempt to use clip

Re: [Jbeta] QT Editor

2013-03-02 Thread Tom Arneson
software.com Subject: Re: [Jbeta] QT Editor Please confirm the following will not crash but doing nothing in your Term. wdclipwrite'abc' wdclipread'' Сб, 02 мар 2013, Tom Arneson писал(а): > I ran install as suggested by Chris. That fixed Item 1. > > Item 0 persis

Re: [Jbeta] QT Editor

2013-03-03 Thread Tom Arneson
, Tom Arneson писал(а): > Bill, > > Term closes when I hit enter at the end of either: > > wdclipwrite'abc' > > or > > wdclipread'' > > -Original Message- > From: beta-boun...@forums.jsoftware.com > [mailto:beta-boun...@forums.jsof

Re: [Jbeta] QT Editor

2013-03-05 Thread Tom Arneson
My problem with Qt Term/Editor and Windows clipboard seems to have vanished. -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jbeta] QT Editor - Its back!

2013-03-05 Thread Tom Arneson
[mailto:beta-boun...@forums.jsoftware.com] On Behalf Of Tom Arneson Sent: Tuesday, March 05, 2013 04:09 To: b...@jsoftware.com Subject: Re: [Jbeta] QT Editor My problem with Qt Term/Editor and Windows clipboard seems to have vanished

Re: [Jbeta] wd interface for Qt

2013-03-15 Thread Tom Arneson
I tried your test function with the following result: coclass'example' EXAMPLE=: 0 : 0 rem form definition ) test=: 3 : 0 wd EXAMPLE wd'pshow' ) test_example_'' |pshow : no parent selected: wd | (wd ::(''"_)'qer')(13!:8)3 NB. = I tried inserting some

Re: [Jbeta] wd interface for Qt

2013-03-15 Thread Tom Arneson
5 мар 2013, Tom Arneson писал(а): > I tried your test function with the following result: > >coclass'example' > >EXAMPLE=: 0 : 0 > rem form definition > ) > >test=: 3 : 0 > wd EXAMPLE > wd'pshow' > ) >test_example_&#

Re: [Jbeta] wd interface for Qt

2013-03-15 Thread Tom Arneson
solved. Пт, 15 мар 2013, Tom Arneson писал(а): > Bill, > > Yes, or rather I left the ' rem form definition' line in as Norman Drinkwater > had in his message. > > It is now working for me > > I did solve my problem of gt exiting on a right click. I was anti-vi

Re: [Jbeta] wd interface for Qt

2013-03-16 Thread Tom Arneson
Bjorn, Bill Lam sent me this link: http://www.jsoftware.com/jwiki/Guides/Window%20Driver/Command%20Reference It helps some, but I still don't completely understand the bin parameters -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com

[Jbeta] wd interface for Qt - clearing an edit control

2013-03-17 Thread Tom Arneson
In J6 wd'set edit1' would clear the contents of edit1 I can't find a way to do this in J801 Qt wd 'set edit1 text abc' Puts abc into edit control edit1, but wd 'set edit1 text' has no apparent effect. -- For information abo

Re: [Jbeta] wd interface for Qt - clearing an edit control

2013-03-18 Thread Tom Arneson
nterface for Qt - clearing an edit control wd 'set edit1 text *' should work. However, I think wd 'set edit1 text' should also be supported. On Mon, Mar 18, 2013 at 8:52 AM, Tom Arneson wrote: > In J6 > > wd'set edit1' > > would

Re: [Jbeta] j801 & keyboard entry

2013-03-21 Thread Tom Arneson
It works for me in J801 enter=: [:".1!:1@<&1: enter 'test' 123456 123456 JVERSION Engine: j701/2011-01-10/11:25 Library: 8.01.008 Qt IDE: 1.0.3 Platform: Win 64 Installer: j801 beta install InstallPath: c:/users/tom arneson/j801a_win64/j64-801 -Orig

[Jbeta] Help in J801

2013-04-06 Thread Tom Arneson
A month or 2 ago there were a series of messages about the help facility in JQt. I still don't have help in: JVERSION Engine: j701/2011-01-10/11:25 Library: 8.01.008 Qt IDE: 1.0.3 Platform: Win 64 Installer: j801 beta install InstallPath: c:/users/tom arneson/j801a_win64/j64-801 Wit

Re: [Jbeta] Help in J801

2013-04-06 Thread Tom Arneson
lf Of bill lam Sent: Saturday, April 06, 2013 11:30 To: b...@jsoftware.com Subject: Re: [Jbeta] Help in J801 Will it be some anti-virus that preventing launching browser? Can you try on antoher computer? Сб, 06 апр 2013, Tom Arneson писал(а): > A month or 2 ago there were a series of messages a

Re: [Jbeta] Help in J801

2013-04-06 Thread Tom Arneson
: Saturday, April 06, 2013 20:03 To: b...@jsoftware.com Subject: Re: [Jbeta] Help in J801 It doesn't matter whether you had installed docs/help or not. Please try launch browser can work, browse_j_ 'http://www.jsoftware.com' htmlhelp_j_ 'index' at least you should get a 404 err

Re: [Jbeta] Help in J801

2013-04-06 Thread Tom Arneson
x27;, then press > ctrl+f1 > > if it shows nothing, then let > > browse_j_=: smputout > > and try again to see what will be printed. > > Сб, 06 апр 2013, Tom Arneson писал(а): > > Bill, > > > >browse_j_ 'http://www.jsoftware.com' > >

Re: [Jbeta] Help in J801

2013-04-07 Thread Tom Arneson
Bill, 'C:\Users\Tom Arneson\j801a_win64\j64-801\addons\docs\help' does exist. I renamed it to 'C:\Users\Tom Arneson\j801a_win64\j64-801\addons\docs\test-help' In Term: Menu->Help->Vocabulary now opens: http://www.jsoftware.com/help/dictionary/vocabul.htm (the web ve

[Jbeta] JQt & Lab Teachers Aid

2013-05-04 Thread Tom Arneson
-- ((2) 2 of 5) Bare and Bordered Tables (ctd) -- The arguments included in the addition table make it easy to interpret, but the bare table makes it easier to concentrate on the relations between the sums. We now show the use of color to emphasize these relations. Press the

[Jbeta] Setting control color in JQt ??

2013-05-04 Thread Tom Arneson
NB. I want to set the color of an edit control. wd 'set edit1 color 228 226 255' |set : set command not recognized: color: wd | (wd ::(''"_)'qer')(13!:8)3 -- For information about J forums see http://www.jsoftware.com/fo

Re: [Jbeta] Updated binaries to 1.0.8

2013-05-27 Thread Tom Arneson
ON Engine: j701/2011-01-10/11:25 Library: 8.01.011 Qt IDE: 1.0.9 Platform: Win 64 Installer: j801 beta install InstallPath: c:/users/tom arneson/j801a_win64/j64-801 -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] On Behalf

Re: [Jbeta] Size of Term Window in jqt

2013-05-28 Thread Tom Arneson
Linda, Edit the qtide.cfg file via: Edit→Configure→Qt Ide and edit the items in the [Position] part. The 4 digits are: x of upper left corner, y of same, width, height. Here are my settings: [Position] Edit=700 1 600 800 Term=1 1 600 800 Term at upper left corner of screen, 600 pixel

Re: [Jbeta] new binaries

2013-05-28 Thread Tom Arneson
When I updated after the announcement a few days ago, the Qt IDE reports as 1.0.9. JVERSION Engine: j701/2011-01-10/11:25 Library: 8.01.011 Qt IDE: 1.0.9 Platform: Win 64 Installer: j801 beta install InstallPath: c:/users/tom arneson/j801a_win64/j64-801 -Original Message- From

Re: [Jbeta] Help in J801

2013-06-08 Thread Tom Arneson
In order to access help from J801 Qt, I must rename the help folder to some name other than 'help' C:\Users\Tom Arneson\j801a_win64\j64-801\addons\docs\X-help then clicking on Help->Help in Qt Term on gives me help from http://www.jsoftware.com/help/index.htm JVE

Re: [Jbeta] Help in J801

2013-06-09 Thread Tom Arneson
R.E. Boss > -Oorspronkelijk bericht- > Van: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] Namens Tom Arneson > Verzonden: zaterdag 8 juni 2013 22:18 > Aan: b...@jsoftware.com > Onderwerp: Re: [Jbeta] Help in J801 > > In order to access help from

Re: [Jbeta] Plot caption overlays scale values

2013-06-19 Thread Tom Arneson
Yes, y caption overlaps scale values for me. Engine: j701/2011-01-10/11:25 Library: 8.01.012 Qt IDE: 1.0.11 Platform: Win 64 Installer: j801 beta install InstallPath: c:/users/tom arneson/j801a_win64/j64-801 -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun

[Jbeta] Qt wd button

2013-08-01 Thread Tom Arneson
I want a button, which has focus, to run its code when the Enter key is pressed. I thought this worked under J6xx wd. Is focuspolicy something that would do this? >From wiki: set id focuspolicy policy; policy is either click, no, strong or tab. -

Re: [Jbeta] Qt wd button

2013-08-08 Thread Tom Arneson
On Behalf Of bill lam Sent: Thursday, August 01, 2013 20:08 To: b...@jsoftware.com Subject: Re: [Jbeta] Qt wd button I think so. Can you try strong and tell us if it will works? Чт, 01 авг 2013, Tom Arneson писал(а): > I want a button, which has focus, to run its code when the Enter key > is

Re: [Jbeta] Qt wd button

2013-08-09 Thread Tom Arneson
On Behalf Of bill lam > Sent: Thursday, August 01, 2013 20:08 > To: <mailto:b...@jsoftware.com> b...@jsoftware.com > Subject: Re: [Jbeta] Qt wd button > > I think so. Can you try strong and tell us if it will works? > > Чт, 01 авг 2013, Tom Arneson писал(а): &g

[Jbeta] Updated binaries - Application won't run

2013-08-30 Thread Tom Arneson
After installing the new binaries: JVERSION Engine: j701/2011-01-10/11:25 Library: 8.01.012 Qt IDE: 1.0.18/4.8.5 Platform: Win 64 Installer: j801 beta install InstallPath: c:/users/tom arneson/j801a_win64/j64-801 One of my applications won't run. The script follows

[Jbeta] J Android status

2013-11-16 Thread Tom Arneson
I bought a $40 android tablet, Azpen model A700 with 4.2 Jelly Bean OS. I installed J from: the experimental port for Android at Android apk. When I run J the following error occurs: domain error: cd 'JNIVM_z_ JNIEV_z_'=:,>}. ('"',li

Re: [Jbeta] J Android status

2013-12-04 Thread Tom Arneson
gt; > > > > > It is very difficult to do editing and switching between screens. > > > > > > > > > > A lot of guesswork is needed. > > > > > > > > > > Sometimes everything seems to be frozen and locked. > > > > > On 17 Nov 2

Re: [Jbeta] jqt for android

2013-12-21 Thread Tom Arneson
I exited by typing: exit'' After restarting I do have menu item run | Launch Pad I believe that I successfully installed jqt for android, but having these problems: Now I cannot get the keyboard to activate by double taping in the JQT window. That is the main problem, because I can't

Re: [Jbeta] jqt for android

2013-12-21 Thread Tom Arneson
Still testing. Exiting J and restarting seems to work when the ide stops responding. I do get the keyboard now, but after some use it stops working. -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of Tom Arneson Sent

Re: [Jbeta] jqt for android

2013-12-22 Thread Tom Arneson
eta-boun...@forums.jsoftware.com] On Behalf Of bill lam Sent: Saturday, December 21, 2013 21:30 To: b...@jsoftware.com Subject: Re: [Jbeta] jqt for android It probably crashed. Please try using logcat to search for why it crashed. Сб, 21 дек 2013, Tom Arneson писал(а): > Still testing. Exiting J and restarti

Re: [Jbeta] jqt for android

2013-12-22 Thread Tom Arneson
l and Editor using menu > view > terminal/editor. What is the size of your screen? I guess the ide is only usable for 7" screen or larger. Вс, 22 дек 2013, Tom Arneson писал(а): > It seems that I can only use the editor once in a J session. After opening, > editing an ijs file, s

Re: [Jbeta] jqt for android

2013-12-24 Thread Tom Arneson
Bill, This is working better now. I can switch between Editor & Terminal. I just did an install of all addons from the package manager, then removed a few of the addon to see if that part works. It seemed to work OK. -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:b

Re: [Jbeta] jqt for android

2013-12-24 Thread Tom Arneson
Found problem. After using package manager, I can't get back to either terminal or editor w/o exiting from J. -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of Tom Arneson Sent: Tuesday, December 24, 2013 09:10

Re: [Jbeta] J801 Form Editor

2013-12-30 Thread Tom Arneson
Bill, The new wiki page at: http://www.jsoftware.com/jwiki/Guides/JqtLayout Will be a great help. How can it be reached from the jwiki front page? [ http://www.jsoftware.com/jwiki/FrontPage ] There are other jwiki pages that I have trouble getting to from the FrontPage. Thanks, Tom -O

Re: [Jbeta] plot

2014-01-17 Thread Tom Arneson
Bill & William, It works fine on my system in jhs. -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of bill lam Sent: Friday, January 17, 2014 23:30 To: b...@jsoftware.com Subject: Re: [Jbeta] plot I have no p

Re: [Jbeta] Lubos Motl's physics blog

2014-01-21 Thread Tom Arneson
I tried part of that: i.10e8 |out of memory NB. After around 10 minutes -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of Don Guinn Sent: Tuesday, January 21, 2014 08:22 To: Beta forum Subject: [Jbeta] Lubos Motl'

[Jbeta] Launch Pad?

2014-05-21 Thread Tom Arneson
The QT Run menu no longer has "Launch Pad." I'll be disappointed if that's not restored. I'd like it as the top item in the Run menu. Thanks, -- For information about J forums see http://www.jsoftware.com/forums.htm

[Jbeta] Error in new beta for android

2014-05-29 Thread Tom Arneson
Occurs in project manager when pressing the install button. error in pm_apply_button assertion failure: tar_jtar_ 'tar'-:_4{.,f -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jbeta] Error in new beta for android

2014-05-29 Thread Tom Arneson
package manager. armv5 works for me. No hardwre to test armv7. Did you do a fresh install as suggested? Or you may try type in Term, dver'' and then exit J. Open J and then exit again to finish install. also type SystemFolders_j_ to confirm it uses j802 folder tree.` Чт, 29 май 20

Re: [Jbeta] Error in new beta for android

2014-05-30 Thread Tom Arneson
: Re: [Jbeta] Error in new beta for android The folder structure looks sane to me. Perhaps it does not work on newer versions of android. I can only test it on android 2.3 . What is your version ? Чт, 29 май 2014, Tom Arneson написал(а): > Bill, > > I did mean Package Manager. > &

Re: [Jbeta] J802 on WinXP

2014-06-21 Thread Tom Arneson
Chris, It seems to install ok. I ran Package Manager & installed all addins from jqt. I'll test more later. Thank you, Tom -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of chris burke Sent: Saturday, June 21, 2014 17:33 To

[Jbeta] Jqt on Android

2014-07-03 Thread Tom Arneson
Message in JQT on Android: "The JQt application needs updating. Please download and install the latest Android apk." The latest apk shown on the download page is dated 29-may-2014. I did download and install, but still get the message.

Re: [Jbeta] J804 beta

2015-12-14 Thread Tom Arneson
Library: 8.04.13 Qt IDE: 1.4.7/5.4.2 Platform: Win 64 Installer: J804 install InstallPath: c:/users/tom arneson/j64-804 Laptop Windows 10: Engine: j804/2015-09-19 10:06:31 Library: 8.04.13 Qt IDE: 1.4.7/5.4.2 Platform: Win 64 Installer: J804 install InstallPath: c:/users/tom/j64-804 Android Phone

Re: [Jbeta] Jandroid bugs/suggestions

2015-12-31 Thread Tom Arneson
I get the same results as Jan-Pieter on both a tablet with app level 17 and a phone with app level 22. -Original Message- From: beta-boun...@forums.jsoftware.com [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of bill lam Sent: Thursday, December 31, 2015 05:26 To: b...@jsoftware.co

Re: [Jbeta] Jandroid bugs/suggestions

2015-12-31 Thread Tom Arneson
/suggestions I can duplicate the results with messageEase on kitkat. Which soft keyboards do you use? Чт, 31 дек 2015, Tom Arneson написал(а): > I get the same results as Jan-Pieter on both a tablet with app level 17 and a > phone with app level 22. > > -Original Message- >

[Jbeta] FW: J805 android

2016-07-24 Thread Tom Arneson
s, send email to beta@forums.jsoftware.com <mailto:beta@forums.jsoftware.com> . You can subscribe to the list, or change your existing subscription, in the sections below. From: Tom Arneson [mailto:t...@tomarneson.com] Sent: Tuesday, July 19, 2016 17:40 To: 'beta@forums.jsoftware.

[Jbeta] J805 now works on Android 4.2.2

2016-09-19 Thread Tom Arneson
The latest jandroid 8.05 beta runs on my old tablet with android 4.2.2 For months it would error out with a "J has stopped message", but with the latest beta (2016-09-19T19:15:04) it seems to work OK. -- For information about J

[Jbeta] FW: [Jprogramming] beta-12 jandroid error

2016-10-01 Thread Tom Arneson
-Original Message- From: Programming [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Tom Arneson Sent: Saturday, October 1, 2016 08:15 To: programm...@jsoftware.com Subject: [Jprogramming] beta-12 jandroid error Installed beta-12. Running tools->Package Manager repo

Re: [Jbeta] FW: [Jprogramming] beta-12 jandroid error

2016-10-01 Thread Tom Arneson
: Re: [Jbeta] FW: [Jprogramming] beta-12 jandroid error Tom, are you running 64-bit android? Try type dver'' and then exit. Launch again, it will decompress the base library again. On Oct 1, 2016 9:21 PM, "Tom Arneson" wrote: > > > -Original Message- > From:

Re: [Jbeta] FW: [Jprogramming] beta-12 jandroid error

2016-10-01 Thread Tom Arneson
JVERSION will give full details. What is the model and android version of your device? Сб, 01 окт 2016, Tom Arneson написал(а): > That seems to have fixed it. > > IFJ64 gives value error, but IF64 is 1. Does that mean my phone has a 64-bit > processor? > > > -Origina

Re: [Jbeta] [Jprogramming] jandroid on my old tablet

2016-10-02 Thread Tom Arneson
] jandroid on my old tablet jandroid updated, please download and install again. Сб, 01 окт 2016, Tom Arneson написал(а): > After installing beta-12: > > |interface error: boot > | IFWOW64=:'64'-:_2{.(2!:0'uname -m')-.10{a. > dver'' >

[Jbeta] Clipboard operations in jandroid

2016-10-04 Thread Tom Arneson
ercial/2016-09-30T15:50:47 Library: 8.05.05 Qt IDE: 1.5.2s/5.6.1 Platform: Win 64 Installer: J805 install InstallPath: c:/users/tom arneson/downloads/j64-805 Contact: www.jsoftware.com Engine: j805/j64/android Beta-12: commercial/2016-10-01T10:10:10 Library: 8.05.06 J Android: 1.0.

[Jbeta] Jandroid & help w/firefox

2016-10-10 Thread Tom Arneson
As Bill Lam's message about the onboard help file said, Chrome displays the html code for the help file. I installed Firefox and made it the default browser. Now when I try to get help I get "Access to the file was denied" "The file at /storage/emulated//help/directory/vocabulary.htm is no

Re: [Jbeta] Jandroid & help w/firefox ** FIX**

2016-10-10 Thread Tom Arneson
-Original Message- From: Beta [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of Tom Arneson Sent: Monday, October 10, 2016 21:40 To: b...@jsoftware.com Subject: [Jbeta] Jandroid & help w/firefox As Bill Lam's message about the onboard help file said, Chrome displays the

[Jbeta] FW: Re: Limit Error Bug

2016-10-24 Thread Tom Arneson
1^3%4 _0.707107j0.707107 JVERSION Engine: j805/j64/windows Beta-12: commercial/2016-09-30T15:50:47 Library: 8.05.06 Qt IDE: 1.5.2s/5.6.1 Platform: Win 64 Installer: J805 install InstallPath: c:/users/tom arneson/downloads/j64-805 Contact: www.jsoftware.com <http://www.jsoftware.com>

Re: [Jbeta] FW: Re: Limit Error Bug

2016-10-25 Thread Tom Arneson
(3-4)^(3%4) 1.11325e_28 On Mon, Oct 24, 2016, 5:32 PM Henry Rich wrote: > Fixed for next beta. > > 0 ". '12',TAB,'34' also fixed for next beta. > > Henry Rich > > On 10/24/2016 6:25 PM, Tom Arneson wrote: > > I finally learned how forks work, or i

[Jbeta] bug? in jandroid

2016-11-01 Thread Tom Arneson
I'm trying to write scripts that run in both windows and android. the following verb: NB. - guiform_close=: 3 : 0 coerase <'birthday' NB. erase the locale wd'pclose' ) exits a form in both OSs, but does not remove locale 'birthday' in a

Re: [Jbeta] bug? in jandroid

2016-11-02 Thread Tom Arneson
Engine: j805/j64/android Beta-13: commercial/2016-10-27T10:00:38 Library: 8.05.06 J Android: 1.0.12/23 Platform: Android 64 (arm64-v8a) Installer: unknown InstallPath: /storage/emulated/0/Android/data/com.jsoftware.j.android/files Contact: www.jsoftware.com -Original Message-

[Jbeta] Update error android

2016-11-03 Thread Tom Arneson
When I tried to update J on my android smartphone, just now, I got the following error message: |interface error | arch=.LF-.- 2!:0'getprop ro.product.cpu.abi' -Original Message- From: Beta [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of bill lam Sent: Thursday, Novem

[Jbeta] FW: Update error android

2016-11-03 Thread Tom Arneson
-Original Message- From: Beta [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of Tom Arneson Sent: Thursday, November 3, 2016 07:51 To: b...@jsoftware.com Subject: [Jbeta] Update error android When I tried to update J on my android smartphone, just now, I got the following error

Re: [Jbeta] FW: Update error android

2016-11-03 Thread Tom Arneson
i' failed. What is the android version and cpu of the device? Try directly download from the j805/install webpage. Чт, 03 ноя 2016, Tom Arneson написал(а): > > > -Original Message- > From: Beta [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of Tom > Arneson >

[Jbeta] %:-2 error in Windows

2016-11-13 Thread Tom Arneson
I downloaded from: j805_win64.exe 2016-11-09 17:47 10M j805 windows 64-bit AIO installer (j805+jqt+Qt runtime) today, and I get this: JVERSION Engine: j805/j64/windows Beta-12: commercial/2016-09-30T15:50:47 Library:

[Jbeta] Problem updating sqlite bin

2017-06-07 Thread Tom Arneson
After running package manager today, which updated the sqlite addon on my Android phone. The getbin_sqlite_ fails. NB. = Engine: j806/j64/android Beta: commercial/2017-05-02T09:40:49 Library: 8.05.14 J Android: 1.0.15/24 Platform: Androi

Re: [Jbeta] Problem updating sqlite bin

2017-06-07 Thread Tom Arneson
Please ignore my previous message. The install of the sqlite binary finally worked. -Original Message- From: Beta [mailto:beta-boun...@forums.jsoftware.com] On Behalf Of Tom Arneson Sent: Wednesday, June 7, 2017 16:05 To: b...@jsoftware.com Subject: [Jbeta] Problem updating sqlite bin

Re: [Jbeta] Problem updating sqlite bin

2017-06-07 Thread Tom Arneson
05.14 seems incorrect. run dver'' and restart J to decompress the assets. On 8 Jun, 2017 6:33 am, "Tom Arneson" wrote: > Please ignore my previous message. The install of the sqlite binary > finally worked. > > -Original Message- > From: Beta [mailto:beta

[Jbeta] default folder problem on Android

2017-09-26 Thread Tom Arneson
On my android devices running: Engine: j806/j64/android Beta: commercial/2017-05-02T09:40:49 Library: 8.06.06 J Android: 1.0.15/24 Platform: Android 64 (arm64-v8a) Installer: unknown InstallPath: /storage/emulated/0/Android/data/com.jsoftware.j.android/files Contact: www.jsoftware.com

Re: [Jbeta] default folder problem on Android

2017-09-26 Thread Tom Arneson
to the latest version and type dver'' To restart j after installation. And then confirm with jpath'~user' On Sep 27, 2017 7:50 AM, "Tom Arneson" wrote: > On my android devices running: > > > > Engine: j806/j64/android > > Beta: commercial/201

[Jbeta] Addon uu and J901

2019-04-25 Thread Tom Arneson
I decided to try the uu addon on J901, with the following result: load'math/uu' |stack error: isfile | isfile y |[-1853] c:\users\tom\j901\addons\math\uu\uu.ijs JVERSION Engine: j901/j64/windows Beta-d: commercial/2019-04-21T12:38:39 Library: 9.01.03 Qt IDE: 1.8.2/5.12.3 Platform: Win 64 Install

[Jbeta] test message

2019-11-19 Thread Tom Arneson
I changed to Plain Text. Let's see if this gets there. I thought I had the option set that way. Tom -- For information about J forums see http://www.jsoftware.com/forums.htm

[Jbeta] jandroid 9.01 beta

2019-11-20 Thread Tom Arneson
Will the beta version of jandroid catch up to the desktop version soon? When I run 'menu (vertical dots) tools -> check new version' it reports 'already up to date.' -- For information about J forums see http://www.jsoftware.com/

[Jbeta] Jandroid upgrade problem

2020-06-13 Thread Tom Arneson
I upgraded my 2 android devices to 9.01 f yesterday. Today I ran a program and found that the upgrade caused it to fail. I tracked the cause to the inew install overwrote file: ../j901-user/config/folders.cfg I feel that users of Jandroid need to be aware of this and save the config folders be

[Jbeta] unexpected close

2020-08-24 Thread Tom Arneson
Should erase names '' cause J to close? Machine: HPdesktop2012 Engine: j902/j64avx/windows Beta-e: commercial/2020-08-14T11:33:59 Library: 9.02.05 Qt IDE: 1.8.7/5.12.7(5.12.7) Platform: Win 64 Installer: J902 install InstallPath: c:/users/tom arneson/j902 Contact: www.jso

[Jbeta] change in 8!:n format behavior

2020-09-25 Thread Tom Arneson
I ran a program which used 8!:2 formatting and it failed under the new beta-f. I've used the program for years and It ran fine under previous versions. The failure was caused by a space at the end of the formatting string. and removing the space solved the problem. The space was after the 10.5 i

[Jbeta] Beta 903 d crash

2021-02-03 Thread Tom Arneson
arneson/j903 Contact: www.jsoftware.com load 'noname' not found: c:/users/tom arneson/noname |file name error: script | 0!:0 y[4!:55<'y' load 'noname' J closes -- For in

Re: [Jbeta] Beta 903 d crash

2021-02-03 Thread Tom Arneson
When I try to upgrade: 2021-02-03 18:40 Machine: HPdesktop2012 Engine: j903/j64avx/windows Beta-d: commercial/2021-02-03T11:16:21 Library: 9.03.01 Qt IDE: 1.9.2/5.12.10(5.12.10) Platform: Win 64 Installer: J903 install InstallPath: c:/users/tom arneson/j903 Contact