Search found 15 matches

by ckelly5430
Wed Apr 29, 2020 2:22 pm
Forum: HTML5
Topic: LiveCode Web Apps License vs. LiveCode Indy License
Replies: 7
Views: 7574

Re: LiveCode Web Apps License vs. LiveCode Indy License

Hey Sean, did you find/develop a way to connect a HTML5 web-app to a mySQL DB?
by ckelly5430
Wed Jan 22, 2020 10:10 am
Forum: CGIs and the Server
Topic: POLL: LiveCode Server deployment
Replies: 75
Views: 193509

Re: POLL: LiveCode Server deployment

We use LC Server on a dedicated server to manage our companies primary file storage repo for our backoffice system as well as our API for many business applications.
by ckelly5430
Thu Oct 12, 2017 12:31 pm
Forum: Internet
Topic: Office 365 API help
Replies: 0
Views: 2621

Office 365 API help

Does anyone have any working livecode scripts/libraries for accessing the Microsoft 365 Calendar / email API's?
Any help would be appreciated.

Regards.
Col.
by ckelly5430
Tue Feb 21, 2017 2:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Browser Widget - scaling the content
Replies: 1
Views: 2033

Browser Widget - scaling the content

Is it possible to scale the contents of a browser widget?
I'm trying to create a full page preview of a local HTML file in a browser widget using Livecode 8.1.3
by ckelly5430
Sun Oct 02, 2016 7:51 pm
Forum: Talking LiveCode
Topic: MAX() and decimals
Replies: 1
Views: 2044

MAX() and decimals

Is there a way to use the MAX() function with a list of decimals ?
by ckelly5430
Tue Nov 24, 2015 11:45 pm
Forum: Databases
Topic: mySQL chaining queries doesn't work!
Replies: 1
Views: 2776

mySQL chaining queries doesn't work!

Anyone know why mySQL chaining queries doesn't work in LiveCode 7.1.1 ? example : DELETE FROM t1 WHERE f1 IN ("6888072","6880476"); UPDATE t2 SET f2=NULL WHERE f1 IN ("6888072","6880476"); perfectly valid query using any other mySQL query tool but throws an error in Livecode with invalid syntax. Reg...
by ckelly5430
Thu Apr 02, 2015 3:19 pm
Forum: iOS Deployment
Topic: Enterprise License Distribution - AutoUpdate
Replies: 1
Views: 1911

Re: Enterprise License Distribution - AutoUpdate

Does anyone have any ideas why the following handler in the stack script fails to worK?

on doUpdate
launch url "itms-services://?action=download-manifest&url=https://MYURL/manifest.plist"
if the result is empty then close this stack
end doUpdate


Thanks
by ckelly5430
Wed Apr 01, 2015 3:03 pm
Forum: iOS Deployment
Topic: Enterprise License Distribution - AutoUpdate
Replies: 1
Views: 1911

Enterprise License Distribution - AutoUpdate

Can someone advise me how to do an auto-update of an IOS app using the itms-services URL or any other way apart from the app store??
by ckelly5430
Thu Jun 12, 2014 11:01 am
Forum: MobGUI
Topic: using orientationChanged with browser
Replies: 2
Views: 7358

Re: using orientationChanged with browser

Thank you, worked perfectly.
by ckelly5430
Wed Jun 11, 2014 11:02 pm
Forum: MobGUI
Topic: using orientationChanged with browser
Replies: 2
Views: 7358

using orientationChanged with browser

What is the best way to change the dimensions of the browser on the orientationChanged event?
I though it would be just a simple case of changing the width of the group "myBrowser" but I just can't get it to work?
--MobGUI 1.27 and LC 7
by ckelly5430
Fri Feb 21, 2014 6:04 pm
Forum: MobGUI
Topic: MobGUI Browser group (spalsh21(dot)com)
Replies: 1
Views: 2319

Re: MobGUI Browser group (spalsh21(dot)com)

Sorry, should of RTFM, I expected the code to be the same as the old version - all works well when using the correct script:
mobileControlSet "myBrowser", "url", myURL

Doh!
by ckelly5430
Fri Feb 21, 2014 5:17 pm
Forum: MobGUI
Topic: MobGUI Browser group (spalsh21(dot)com)
Replies: 1
Views: 2319

MobGUI Browser group (spalsh21(dot)com)

if I set the uURL of group "Browser" to myURL the browser always loads up "splash21(dot)com"

what have I missed???
by ckelly5430
Thu Feb 20, 2014 1:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Short Version / File Version
Replies: 6
Views: 3433

Short Version / File Version

Is there an easy way to get the MAC short version and the Windows File Version of my app into a splashscreen?
by ckelly5430
Thu Feb 06, 2014 5:49 pm
Forum: Internet
Topic: REAST API help
Replies: 6
Views: 6003

Re: REAST API help

Thanks for your response - what do I need to put into the "libURLSetCustomHTTPHeaders" ?
by ckelly5430
Thu Feb 06, 2014 5:07 pm
Forum: Internet
Topic: REAST API help
Replies: 6
Views: 6003

REAST API help

Hi Livecoders, I’ve subscribed to a SMS text message service that uses a simple REST or SOAP API I’ve built an application in Delphi that use SOAP/ActiveX to dispatch the message and read the response but would really like to use the REST API in a Livecode desktop application, I’m new to Livecode an...

Go to advanced search