Search found 223 matches

by KimD
Tue Jun 18, 2019 5:42 am
Forum: iOS Deployment
Topic: Application Loader - "No suitable application records were found"
Replies: 8
Views: 8288

Re: Application Loader - "No suitable application records were found"

Solved it A week earlier I'd customized the apps Plist (to allow it to open particular document types). I must have subsequently decided I wanted to use a different app ID / bundle ID. So: - the app store, and LC standalone settings, and distribution profile; had the more recent app ID / bundle ID -...
by KimD
Thu Jun 13, 2019 2:32 am
Forum: iOS Deployment
Topic: Application Loader - "No suitable application records were found"
Replies: 8
Views: 8288

Application Loader - "No suitable application records were found"

Post Subtitle - "Why does Apple hate me?" I'm trying to load my app to App Store Connect following these two lessons: - http://lessons.livecode.com/m/4069/l/33065-how-do-i-set-up-an-app-for-submission-to-itunes-connect - http://lessons.livecode.com/m/4069/l/33064-how-do-i-submit-an-ios-app-to-the-ap...
by KimD
Wed Jun 12, 2019 12:55 am
Forum: iOS Deployment
Topic: Unable to start simulation & Unable to start simulator
Replies: 2
Views: 3022

Re: Unable to start simulation & Unable to start simulator

Solved it by following the steps outlined by Panos here - https://forums.livecode.com/viewtopic.php?t=30859 Specifically : 1. Close iPhone 5 simulator 2. Use XCode to manually open iPhone 6 (or later) simulator 3. Wait until the new simulator FULLY loads and shows the home screen. 4. Quit and restar...
by KimD
Tue Jun 11, 2019 7:30 am
Forum: iOS Deployment
Topic: Unable to start simulation & Unable to start simulator
Replies: 2
Views: 3022

Unable to start simulation & Unable to start simulator

I'm hoping for some advice on how to get the iOS simulator to work. LC 9.0.4 MacOS 10.11.6 XCode 8.2 LC > Preferences > Mobile support iOS SDK's has a green box and says that my available simulators are 10.2. My apps standalone settings are to build for "iPod, iPhone & iPad", and "9.0 or later", and...
by KimD
Fri Jun 07, 2019 2:26 am
Forum: Talking LiveCode
Topic: revCursors magically attaches to my stacks
Replies: 21
Views: 15903

Re: revCursors magically attaches to my stacks

I also just received a complimentary revCursors stack.

Marks 16 Sep 2007 solution worked fine for me.
by KimD
Mon Jun 03, 2019 1:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Recursion limit error messages
Replies: 2
Views: 1944

Re: Recursion limit error messages

Thanks Craig On both occasions I was working with the IDE, adding / modifying script. Any actions that I took with the app where coincidental to this, and I don't remember what they were. I'll do more testing this week, but it's a big app and "crashing once a day" is going to be hard to find. I'm wo...
by KimD
Fri May 31, 2019 6:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Recursion limit error messages
Replies: 2
Views: 1944

Recursion limit error messages

Hi LC 9.0.4 & MacOS 10.11.6 Yesterday the IDE gave me an error message - The handler: revDeleteCellFields has reached the recursion limit of: 400000. Execution will be terminated to prevent hang. Today the the IDE gave me an error message - The handler: HandleError has reached the recursion limit of...
by KimD
Thu May 16, 2019 7:41 am
Forum: Android Deployment
Topic: Datagrid scroller interfering with other cards
Replies: 2
Views: 2970

Re: Datagrid scroller interfering with other cards

Today I discovered the problem occurs when selecting a entry in a datagrid is used to trigger a change of card. If the datagrid has focus at the time the "go to card" occurs, then I sometimes get ghost scroll bars appearing on the other card and sometimes get real scroll bars on the other card being...
by KimD
Wed May 15, 2019 8:16 am
Forum: Android Deployment
Topic: Datagrid scroller interfering with other cards
Replies: 2
Views: 2970

Datagrid scroller interfering with other cards

LC 9.0.4 --- Android 8.1.0 1) I create and populate a datagrid table on card AAA. In the data grid's custom properties I set the vertical scrollbar to true. - On windows the scroller works as-is - On Android the scroller works as-is while I stay on the card that the data grid is on. 2) But, when on ...
by KimD
Mon May 13, 2019 10:41 pm
Forum: Android Deployment
Topic: send email with attachment
Replies: 22
Views: 16359

Re: send email with attachment

Thanks Simon

Going from LC 9.00 to LC 9.04 seems to have fixed this for me also.

Regards

Kim
by KimD
Mon May 13, 2019 6:49 am
Forum: Android Deployment
Topic: send email with attachment
Replies: 22
Views: 16359

Re: send email with attachment

The below works on Android 5.0.1 but not on Android 8.1.0 local tSubject, tEmailBody, tAttachment put "You must read this" into tSubject put "Dear Colleague. Blah Blah Blah" into tEmailBody Put URL("file:" & ggDocumentsFolder & slash & myFilename ) into url("file:" & specialfolderpath("external docu...
by KimD
Wed May 08, 2019 10:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I debug a no-message crash to desktop?
Replies: 8
Views: 4211

Re: How do I debug a no-message crash to desktop?

Thanks all My real stack is now working. It was only ever during a "cancel" operation that I was experiencing a CTD, and I re-wrote the cancel handler to avoid the un-necessary "Set the dgText". I haven't seen a CTD since. Yes - the demo stack is "rather strange". This comes down to (1) this demo st...
by KimD
Mon May 06, 2019 4:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I debug a no-message crash to desktop?
Replies: 8
Views: 4211

Re: How do I debug a no-message crash to desktop?

Hi Richard and Craig Thanks for replying. I agree that crashes to desktop are very rare in LC. This is the only repeatable CTD that I've had in the past 12 months or so. I've trimmed my stack down to the still-crashing minimum. This is attached. This stack has crashed to desktop (from the IDE) about...
by KimD
Fri May 03, 2019 3:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I debug a no-message crash to desktop?
Replies: 8
Views: 4211

How do I debug a no-message crash to desktop?

Livecode 9.0.0 Indy running on Windows 10. 1) In both the IDE and Windows Standalone I'm experiencing a no-message crash to desktop. 2) Through use of extensive logging I've narrowed the point at which my app terminates down to the single line - Set the dgText[false] of group "DataGrid1" to Empty 3)...
by KimD
Tue Apr 23, 2019 6:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Merge & Storing input validation logic as a custom property
Replies: 18
Views: 8335

Re: Merge & Storing input validation logic as a custom property

Thanks to your help your help, I've got both the "Do" and "Merge(Merge())" solutions that you proposed working. But, I also decided to try and create solution that used the Value function. What I came up with, which works, is: The custom property (PassedValidation) of field "Latitude1" contains - (m...

Go to advanced search