Search found 11 matches

by nrprioleau
Sat Mar 30, 2019 5:32 pm
Forum: iOS Deployment
Topic: Mobile Support Invalid IOS SDK / Android SDK
Replies: 11
Views: 13605

Re: Mobile Support Invalid IOS SDK / Android SDK

Thanks Simon,
Downgrading to xCode 10.1 has worked for me.
Regards
Nic
by nrprioleau
Sat Mar 30, 2019 2:37 pm
Forum: iOS Deployment
Topic: Mobile Support Invalid IOS SDK / Android SDK
Replies: 11
Views: 13605

Re: Mobile Support Invalid IOS SDK / Android SDK

Hi Simon,
Thanks. I will try although I have tested 9.0.2 with xCode 10.0. I have upgraded to xCode 10.2 with LiveCode 9.0.3 but will try and downgrade to 10.1 and see if that helps.

The same issue happens when I try and include Mobile Support for Android?

Regards
Nic
by nrprioleau
Fri Mar 29, 2019 7:27 pm
Forum: iOS Deployment
Topic: Mobile Support Invalid IOS SDK / Android SDK
Replies: 11
Views: 13605

Mobile Support Invalid IOS SDK / Android SDK

I have checked for previous posts but cannot find the answer to this. Has anyone had similar issues and managed to get it working?

I am running xCode 10.0 with Livecode 8.2 simulator
Livecode 9.0.3
Android Studio with latest SDK

In Livecode when setting the Mobile Support in Livecode preferences ...
by nrprioleau
Thu Sep 15, 2016 9:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Document Management in Livecode
Replies: 2
Views: 3767

Re: Document Management in Livecode

Thanks Lagi,

That has definitely given me something to work on. I may check back with you if I run into any trouble.

Nic
by nrprioleau
Tue Sep 13, 2016 2:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: glxApplication Framework Auto Update
Replies: 3
Views: 4962

Re: glxApplication Framework Auto Update

Anyone at all got any help for me?
by nrprioleau
Mon Sep 12, 2016 3:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Document Management in Livecode
Replies: 2
Views: 3767

Document Management in Livecode

I am nearing the end of my app build but one last thing I have to achieve is to allow users to "attach" documents to a record. For instance, on a purchase, I'd like to link or attach Purchase Orders, Supplier Invoices, etc to a record. My app is built using mySQL. I would assume the best way would ...
by nrprioleau
Fri Aug 26, 2016 11:24 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: glxApplication Framework Auto Update
Replies: 3
Views: 4962

Re: glxApplication Framework Auto Update

I am manually calling glxapp_updateIfAvailable and if I debug it, the command

Code: Select all

put glxapp_getProp("auto update url") into theURL
is empty.. a screenshot of my Properties is attached.
by nrprioleau
Thu Aug 25, 2016 2:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: glxApplication Framework Auto Update
Replies: 3
Views: 4962

glxApplication Framework Auto Update

Good day,

I have built my application using glxApp Framework. I am having trouble with getting the auto update feature to do anything. I have created my build, uploaded to the server, etc. When and how does the app check to see if there is a new version? Is this a call I have to make? From my ...
by nrprioleau
Thu Aug 25, 2016 1:55 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Switch Button Widget
Replies: 2
Views: 4237

Re: Switch Button Widget

Hi thanks, that worked great!
by nrprioleau
Thu Aug 25, 2016 9:42 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Switch Button Widget
Replies: 2
Views: 4237

Switch Button Widget

Please can someone explain why this code in my switch button generates an error in the IDE as well as the standalone?

Code: Select all

on hiliteChanged
   put the hilited of me into tAction
   doChangeRecord tAction
end hiliteChanged
by nrprioleau
Mon May 09, 2016 11:39 am
Forum: Bug Triage
Topic: Livecode 8 crashing every time I update script
Replies: 1
Views: 2568

Livecode 8 crashing every time I update script

I run Mac OSX El Capitan - I can sometimes edit my script without having any issues but in the last hour I have had about 20 crashes. If I edit the script of an object, I get a message that the script has been modified and do I want to reload. Whether I choose Reload or Cancel, Livecode crashes ...