Search found 891 matches

by LCNeil
Tue Feb 09, 2016 11:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Shortcut Key Activate (off focus) and Deactivate questions
Replies: 2
Views: 2166

Re: Shortcut Key Activate (off focus) and Deactivate questio

Hi newpie, I don't believe such functionally is directly possible within a LC app. To bring the LC app back into focus, you would need to use something like AutoHotKey. The following link should give you some information on this- http://lifehacker.com/5468862/create-a-shortcut-key-for-restoring-a-sp...
by LCNeil
Thu Feb 04, 2016 1:45 pm
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 39430

Re: JDK path is none

Give all suggestions here a try as they should get you up and running

http://forums.livecode.com/viewtopic.php?f=53&t=25703

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Thu Feb 04, 2016 9:33 am
Forum: Windows
Topic: JDK path is none
Replies: 34
Views: 39430

Re: JDK path is none

Hi ckaraca,

You need to set the "Location of Android Development SDK root" first and the JDK path will then auto-populate.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Wed Jan 27, 2016 4:48 pm
Forum: iOS Deployment
Topic: Application Loader Difficulties
Replies: 5
Views: 4365

Re: Application Loader Difficulties

Hi Tom,

Check out the first answer in this Stack overflow post and let us know how you get on-

http://stackoverflow.com/questions/2227 ... an-archive

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Fri Jan 22, 2016 10:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't get URL [Solved]
Replies: 3
Views: 2726

Re: Can't get URL

Hi Louis, Starting with iOS 9, Apple no longer allows direct access to non HTTPS URL requests. You will either have to use an HTTPS link or check the "Disable ATS" checkbox that is present in the iOS Standalone Application settings. Kind Regards, Neil Roger -- LiveCode Support Team ~ http://www.live...
by LCNeil
Thu Jan 21, 2016 12:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I would like to use LiveCode to generate HTML5 - SOLVED
Replies: 3
Views: 2725

Re: I would like to use LiveCode to generate HTML5

Hi David, Have you tried giving MAMP a go when setting up a local server? https://www.mamp.info/en/ This sets up Apache, MySQL and PHP with pretty much one click and I find it a much more pleasant experience compared to doing it all manually. Once this is setup, I added a LiveCode server directory t...
by LCNeil
Tue Jan 12, 2016 4:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: checking internet connection [Solved]
Replies: 4
Views: 4011

Re: checking internet connection

Hi Louis, Something like the following should help out- command checkInternetConnection put url "http://www.google.com" into tURL if tURL is empty then answer "It looks like you have no connection" end if end checkInternetConnection Kind Regards, Neil Roger -- LiveCode Support Team ~ http://www.live...
by LCNeil
Fri Nov 27, 2015 9:42 am
Forum: Android Deployment
Topic: App Size Issues
Replies: 1
Views: 1867

Re: App Size Issues

Hi Matt, You should be able to set the scale factor of the stack to reduce its visual size but keep its actual dimension in tact :) The following is taken from the release information regarding scale factor- The new scaleFactor stack property allows you to set a custom scale factor for a stack. The ...
by LCNeil
Mon Nov 23, 2015 5:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: enterKey
Replies: 12
Views: 5407

Re: enterKey

Yes, but I was curious is the OP was getting the return key mixed up with enter key

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Mon Nov 23, 2015 4:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: enterKey
Replies: 12
Views: 5407

Re: enterKey

Could the issue be with using enterKey instead of returnKey?

Code: Select all

on returnKey
   put "Enter key pressed"
end returnKey
Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Mon Nov 23, 2015 12:50 pm
Forum: iOS Deployment
Topic: Standalone size nearly triple in V 8?
Replies: 2
Views: 2681

Re: Standalone size nearly triple in V 8?

HI Tom, Yes, there is quite a large overhead with the implementation of unicode within LC 7/8 so this will be one of the main reason for the increase in standalone size. This has been reduced in size, quite a bit, as the full unicode implementation was resulting in 50MB+ standalone. You should have ...
by LCNeil
Mon Nov 23, 2015 12:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Iphone Simulator 5.1 Error
Replies: 5
Views: 4159

Re: Iphone Simulator 5.1 Error

Hi Jayare , I am using Xcode 7.1 with LiveCode 7.1.1. One thing to check is that you have selected a simulator from the development--->Test Target menu as if a 5.1 sim was initially selected when an older version of Xcode was linked (but is no longer present) then LC will throw an error. Kind Regard...
by LCNeil
Thu Nov 19, 2015 5:56 pm
Forum: iOS Deployment
Topic: LC 7.1.1 (rc3) & Web Browser
Replies: 4
Views: 3157

Re: LC 7.1.1 (rc3) & Web Browser

Hi Joel,

If FTP was working previously and is now not, even with ATS disabled, then this could be a bug.

Please file a bug report @ http://quality.livecode.com and we will happily look into it further.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Thu Nov 19, 2015 10:49 am
Forum: iOS Deployment
Topic: LC 7.1.1 (rc3) & Web Browser
Replies: 4
Views: 3157

Re: LC 7.1.1 (rc3) & Web Browser

Hi Joel, In the latest versions of iOS, Apple have introduced ATS (App Transport Security ). This requires all HTTP requests to come from an HTTPS source. There is the ability to turn this off from within the standalone application settings of RC3 (Disable ATS option) but for how long Apple will all...
by LCNeil
Fri Nov 13, 2015 4:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Iphone Simulator 5.1 Error
Replies: 5
Views: 4159

Re: Iphone Simulator 5.1 Error

Hi all @ Jacque - It is possible to build iOS standalones/ test on iOS simulator with the community edition you are however not allowed deploy to the iOS store :) @ Jayare - I would try updating to the latest RC version of LiveCode to see if that resolves the issue http://downloads.livecode.com/live...

Go to advanced search