Search found 92 matches

by jekyllandhyde
Mon Apr 13, 2015 5:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Resize & orientationChanged
Replies: 4
Views: 2954

Re: Resize & orientationChanged

I'm having the same problem, the code was working until I changed my stack to: set the fullscreenmode of me to "exactFit"

No idea how to resolve the problem. I've had to temporarily disable any orientation other than portrait in my App.

Adam
by jekyllandhyde
Tue Mar 24, 2015 6:47 am
Forum: iOS Deployment
Topic: App Launch VERY SLOW
Replies: 9
Views: 6934

Re: App Launch VERY SLOW

Ditto for my App.
by jekyllandhyde
Wed Mar 11, 2015 7:19 am
Forum: iOS Deployment
Topic: Black splash screen on iPhone 6 Plus IOS 8.1 Simulator
Replies: 1
Views: 2126

Re: Black splash screen on iPhone 6 Plus IOS 8.1 Simulator

I have the exact same problem with Livecode 6.7.3 on the 6 plus.

On the iPhone 6 the splash screen does not scale to the edges of the screen.
by jekyllandhyde
Wed Mar 11, 2015 7:11 am
Forum: iOS Deployment
Topic: option menu crash on simulator 6+ with 6.7.2
Replies: 1
Views: 1986

Re: option menu crash on simulator 6+ with 6.7.2

I believe this is a know bug: http://quality.runrev.com/show_bug.cgi?id=14689

It's related to 64 bit support. Seems to affect 64bit iPhones like 5S and up.
by jekyllandhyde
Wed Mar 11, 2015 7:03 am
Forum: iOS Deployment
Topic: Problem with location services iOS 8.1
Replies: 12
Views: 8044

Re: Problem with location services iOS 8.1

I can confirm that Livecode has now fixed this bug as per release 6.7.2 RC 2
by jekyllandhyde
Wed Dec 24, 2014 7:37 am
Forum: iOS Deployment
Topic: Problem with location services iOS 8.1
Replies: 12
Views: 8044

Re: Problem with location services iOS 8.1

Chris, Thanks for the info it led me to this article: http://nevan.net/2014/09/core-location-manager-changes-in-ios-8/ From the writeup: Location Manager fails to start in iOS 8 "In iOS 8, this code doesn’t just fail, it fails silently. You will get no error or warning, you won’t ever get a location...
by jekyllandhyde
Tue Dec 23, 2014 5:51 am
Forum: iOS Deployment
Topic: Problem with location services iOS 8.1
Replies: 12
Views: 8044

Re: Problem with location services iOS 8.1

Yes, I list below what code I'm using, the App's been out a year and a half and no problems till IOS 8.1: on opencard mobileStartTrackingSensor location, false end opencard on closecard if environment() = "mobile" then mobileStopTrackingSensor location end if end closecard --And the script on the bu...
by jekyllandhyde
Mon Dec 22, 2014 7:45 am
Forum: iOS Deployment
Topic: Problem with location services iOS 8.1
Replies: 12
Views: 8044

Re: Problem with location services iOS 8.1

Not sure what to do now. It seems the only way to get lat long coordinates from location services (IOS 8.1) is to require GPS and location services in standalone application settings. The problem is I get a warning in iTunes when trying to submit the App: The app's Info.plist can't contain values fo...
by jekyllandhyde
Mon Dec 22, 2014 6:48 am
Forum: iOS Deployment
Topic: Problem with location services iOS 8.1
Replies: 12
Views: 8044

Re: Problem with location services iOS 8.1

I think I found the problem. It seems that in standalone application settings I did not select location services and gps to be required. I never needed this in previous versions of IOS but it seems to be needed in IOS 8.1.
by jekyllandhyde
Sun Dec 21, 2014 11:22 pm
Forum: iOS Deployment
Topic: Problem with location services iOS 8.1
Replies: 12
Views: 8044

Re: Problem with location services iOS 8.1

Dave, Thanks for the response. I'm not sure how to implement the trackingErrormessage, I'm a beginner. mobileLocationAuthorizationStatus is returning "notDetermined" under IOS 8.1 and null under IOS 7.1. Everything works for IOS 7.1 but not for 8.1. If I: get mobileSensorAvailable("location") it ret...
by jekyllandhyde
Wed Dec 17, 2014 5:53 am
Forum: iOS Deployment
Topic: Problem with location services iOS 8.1
Replies: 12
Views: 8044

Problem with location services iOS 8.1

MAC OSX: 10.10.1 Livecode: 6.7 Available device SDK's 7.1, 8.1 (Xcode version installed: 6.1) Build is for iPhone and iPad 7.1 or later. Location Authorization Type: when in use Requirements and Restrictions: nothing is ticked, everything set at "n/a" I just submitted my App to the App store and it ...
by jekyllandhyde
Mon Jun 23, 2014 3:17 am
Forum: iOS Deployment
Topic: Handling the iOS7 Status Bar...
Replies: 6
Views: 5028

Re: Handling the iOS7 Status Bar...

Has this been addressed in any Runrev releases since January?
by jekyllandhyde
Mon Jun 23, 2014 2:16 am
Forum: iOS Deployment
Topic: IOS 7.1.1 broke my google location URL
Replies: 4
Views: 3426

Re: IOS 7.1.1 broke my google location URL

Thanks for the replies:

So what I hear you saying is the code should be:

Code: Select all

put "http://maps.google.com/?q=" & tlat & "," & tlong into tgoog
   --put empty into char 27 of tgoog
   --put empty into char 36 of tgoog
   --put empty into char 37 of tgoog
by jekyllandhyde
Sat Jun 21, 2014 3:53 am
Forum: iOS Deployment
Topic: IOS 7.1.1 broke my google location URL
Replies: 4
Views: 3426

IOS 7.1.1 broke my google location URL

Livecode: 6.5.1 Back in January I published the latest release of my App and it tested fine under IOS 7.0.3. Now on my iPhone with release 7.1.1 a minor part of my code is broken. Not sure how to fix. Basically I read in the current latitude and longitude into variables and then construct a URL to p...
by jekyllandhyde
Fri Jan 31, 2014 9:44 pm
Forum: User Groups and Events
Topic: Vancouver Livecode Meetup?
Replies: 2
Views: 6870

Re: Vancouver Livecode Meetup?

Good suggestion, thanks, I've now sent to the list as well.

Go to advanced search