Re: [Jgeneral] android jqt and jconsole for armv7

2014-04-07 Thread Joe Bogner
Getting closer. I can execute it, but it fails loading the library. Load library /data/data/com.jsoftware.android.qtide/files/bin/../lib/libj.so failed There isn't a /data/data/com.jsoftware.android.qtide/files/lib folder on my device I was able to create one from J My transcript was something

Re: [Jgeneral] android jqt and jconsole for armv7

2014-04-07 Thread bill lam
/data/data/com.jsoftware.android.qtide/files/bin/../lib/libj.so failed This is a bug, it should read /data/data/com.jsoftware.android.qtide/files/bin/../../lib/libj.so But this bug did not affect me becasue my libj.so is not in that location, it is iniside sdcard, the same folder On my android i

Re: [Jgeneral] android jqt and jconsole for armv7

2014-04-07 Thread Joe Bogner
Good news. I uninstalled and re-installed and the latest version launches successfully with /data/data/com.jsoftware.android.qtide/files/bin/jconsole and no other workarounds You mentioned you are looking into it, but I wanted to confirm that the tmp issue exists in the latest version. The 2!:0

Re: [Jgeneral] android jqt and jconsole for armv7

2014-04-07 Thread bill lam
IIRC jconsole had already created a tmp folder under the files folder. I suspect this is a permission because that tmp folder should be 777 for all users to create new files under it. 07.04.2014, в 19:28, Joe Bogner написал(а): > Good news. I uninstalled and re-installed and the latest version

Re: [Jgeneral] android jqt and jconsole for armv7

2014-04-07 Thread Björn Helgason
I installed the new jqt on my galaxy s3 and it runs fine. The install was fast. The demos and labs look fine. I just used the package manager and not install addons - not yet anyway. I have not tried the new console. The jconsole icon still points at the old console. - Björn Helgason gsm:6985

Re: [Jgeneral] android jqt and jconsole for armv7

2014-04-07 Thread Björn Helgason
It is really great to scroll through the labs using the f6 button. It seems to be fast and quite useful. We seem finally be getting somewhere with the qt gui. I am looking forward to try out some gui creation and hope the editor will not be freezing. - Björn Helgason gsm:6985532 skype:gosiminn

[Jgeneral] j801 and labs from jconsole

2014-04-07 Thread Joe Bogner
I'm trying to run labs from j801 console and am having trouble following old instructions Is this still supported? I can try to fix it but figured I'd ask here first http://www.jsoftware.com/pipermail/beta/2010-June/004282.html Suggests: require '~system/util/lab.ijs' Which I couldn't find

Re: [Jgeneral] j801 and labs from jconsole

2014-04-07 Thread chris burke
Labs are in addons now. See the lab development page at http://www.jsoftware.com/jwiki/Labs/Development for examples of using the console. Note that many labs require facilities not in the console. On Tue, Apr 8, 2014 at 8:34 AM, Joe Bogner wrote: > I'm trying to run labs from j801 console and

Re: [Jgeneral] j801 and labs from jconsole

2014-04-07 Thread Joe Bogner
Thank you. That worked - on j801 windows and bill's j801 jconsole for android I had been struggling with the scroll bars on my galaxy s4 with jqt for android. This lets me scroll and have complete control under jconsole On Mon, Apr 7, 2014 at 8:43 PM, chris burke wrote: > Labs are in addons