Search found 891 matches

by LCNeil
Tue Nov 01, 2016 10:06 am
Forum: Windows
Topic: LC crash when saving standalone
Replies: 7
Views: 6826

Re: LC crash when saving standalone

Hi Brotee.

Have you tried building a standalone from a simple "Hello World" stack? If this build successfully then it sounds like it could be something specific to your applications stack.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Mon Sep 26, 2016 12:03 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

Hi Joe, I've created a little tool for testing on your student accounts. The field on this stack should populate with the JDK path when the button is pressed. This will save you having to set LiveCodes android preferences every time. jdk path.livecode.zip So far I have tested Android setup on standa...
by LCNeil
Fri Sep 23, 2016 3:08 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

Hi Joe, If that entry is returning empty then it does seem like something restrictive with reg entry access on the students machines. I have tried to replicate this restrictiveness on our Xp and win 7 machines with the in-built "standard" accounts they provide, but Android development sets up withou...
by LCNeil
Thu Sep 22, 2016 2:43 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

Hmm, looks like we will have to get our hands dirty to get to the bottom of this. I would try the following on both an admin & student account as this will allow you to compare them both. 1) Close LiveCode and manually delete preferences from C:\Users\**usernamehere**\AppData\Roaming\RunRev\Preferen...
by LCNeil
Wed Sep 21, 2016 3:31 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

hi joe, did you copy and paste the scripts? I was able to replicate the error with hideconsolewindow when it should be hideconsolewindows (additional s) The main element we want to see the output for is- put shell ("cd") Kind Regards, Neil Roger -- LiveCode Support Team ~ http://www.livecode.com --
by LCNeil
Wed Sep 21, 2016 2:03 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

Hi Joe, Can you run the following from the LiveCode message box to see if shell commands are possible from within the IDE on a student account- set the hideconsolewindows to true put shell ("cd") What output do you receive from this? Kind Regards, Neil Roger Kind Regards, Neil Roger -- LiveCode Supp...
by LCNeil
Tue Sep 20, 2016 8:25 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

Hi Joe, The student accounts will also need to be able to execute the various command line tools within the Android SDK (e.g. the DX command line tool mentioned earlier). Do students have permissions to execute such tools via the command line? These tools are executed via LiveCode shell function and...
by LCNeil
Tue Sep 20, 2016 3:25 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

Hi joe,

Is the IT director able to give students permission to the keys and sub keys of-

HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft

This is most likely the reason causing the mis-configuration issue


Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Fri Sep 16, 2016 12:13 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

Hi Joe, How are the students accounts setup? Are they "standard" windows user account? Is access to the registry restricted on student accounts? I tried to replicate the issue on my Win 7 Vm with a fresh Standard user account. I copied the SDK to my C:/ and the JDK/SDK populated as expected in LC. K...
by LCNeil
Thu Sep 15, 2016 3:11 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

Hi Joe, This error is thrown when LiveCode cannot find/use the appropriate DX command line build tool. On my system, this can be found in the Android SDK directory under /build-tools/24.0.1 Do student accounts have access to this directory? It could be that the preference file you have copied over l...
by LCNeil
Thu Sep 15, 2016 10:53 am
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 36937

Re: JDK path is none

I believe LiveCode first looks for the "CurrentVersion" string linked to the reg entry HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit From this, LC then looks at the relevant sub key which matches the "CurrentVersion. On my system this is- HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Develop...
by LCNeil
Fri Sep 09, 2016 11:17 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LC8 user experience developing on Mac is seriously subpar
Replies: 10
Views: 6919

Re: LC8 user experience developing on Mac is seriously subpa

Hi Sean, Your feedback is very much appreciated and we did reply to your tech support query. Only after we responded did we close the ticket :) Please find a copy of our response below- ------- Dear **name removed**, Thank you for your report. I have read the forum thread. If you still see issues re...
by LCNeil
Thu Jul 28, 2016 3:55 pm
Forum: iOS Deployment
Topic: Passing arguments to Javascript from Livecode
Replies: 13
Views: 11966

Re: Passing arguments to Javascript from Livecode

It is somewhat possible to execute LC from JS by registering a Javascript Handler within your app :) Please see the attached stack where a marker can be clicked on a google map. This then executes the appropriate LC scripts which displays an answer dialog and navigates to another card. Example.livec...
by LCNeil
Fri Jul 01, 2016 9:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Installing CodeIndy-8_0_1-Mac-2
Replies: 2
Views: 2788

Re: Installing CodeIndy-8_0_1-Mac-2

Delete your LC preference files here-

/Users/**username**/Library/Preferences/RunRev

Then restart LiveCode. This should resolve the issue.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Wed Jun 08, 2016 10:06 am
Forum: Android Deployment
Topic: disabled button appearance on Android
Replies: 2
Views: 3424

Re: disabled button appearance on Android

Hi Jim, I can confirm this and it seems to relate to setting the foregroundColor of a button. Please submit a report to Quality Control as they will be able to investigate further- http://quality.livecode.com You will be able to use workarounds for now and I do seem to be able to set the foreGroundC...

Go to advanced search