Search found 16 matches

by rca
Thu Mar 16, 2017 1:51 am
Forum: Databases
Topic: MySQL useSSL
Replies: 3
Views: 5372

Re: MySQL useSSL

Any response to this? I have the same problem I have regularly used the normal username/passsword authentication for many months this is related to the MySQL topic - Configure Secure Connections https://dev.mysql.com/doc/refman/5.5/en/using-secure-connections.html My client has given me a client sid...
by rca
Sun May 01, 2016 6:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: QRCODE in LiveCode
Replies: 9
Views: 6444

Re: QRCODE in LiveCode

Hi Mikey THANKS for the quick response (QR!) Squirt works perfectly for what I need - on Mac, and on iOS. It also is a great complement to mergZXing - so we are using it for sharing data between iOS devices - create the QRCode on one device, and read it on the other. I plan to use it with server as ...
by rca
Sun May 01, 2016 3:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: QRCODE in LiveCode
Replies: 9
Views: 6444

Re: QRCODE in LiveCode

OK Great so on mouseUp put "http://api.qrserver.com/v1/create-qr-code/?data=HelloWorld!&size=100x100format=gif" into theUrl set the filename of image "image1" to theUrl end mouseUp works perfectly on a mac desktop, but not on iOS For iOS, I have tried every combination that I can think of, including...
by rca
Tue Apr 19, 2016 4:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem after upgrading to el capitan
Replies: 3
Views: 2728

Re: Problem after upgrading to el capitan

OK so there is a fix to this See forum->Board Index->Platform Specific-> iOS Deployment http://forums.livecode.com/phpBB2/viewtopic.php?f=49&t=26958 to summarize, the above thread points out that it is a bug, and describes a fix - a new build is pending. I applied the fix to 6.7.8 which I use, and i...
by rca
Sat Apr 09, 2016 8:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem after upgrading to el capitan
Replies: 3
Views: 2728

Re: Problem after upgrading to el capitan

Hi I get the same problem - codesigning failed... The warning is identical text with the addition of arm64 alongside armv7 Builds had been working for months with 6.7.8, and Xcode 7.1.1 on 10.11.x related events seems to be - just created a new provisioning profile - upgraded to 10.11.4 from 10.11.3...
by rca
Mon Aug 03, 2015 4:59 am
Forum: CGIs and the Server
Topic: CGI processing + LC + OS X
Replies: 4
Views: 6477

Re: CGI processing + LC + OS X

I can't get it working either on Yosemite Tried the recommended Apache 2.4 updates etc Server has been working for years with MAMP, with Apache 2.2 on a 10.9 .5 mac I cannot get it working on a 10.10machine - spent a whole day on it - trying every configuration of httpd.conf etc shouldn't be this ha...
by rca
Mon Nov 17, 2014 12:22 am
Forum: iOS Deployment
Topic: linking for armv7 failed with g++: failed to exec /Applicati
Replies: 3
Views: 3622

Re: linking for armv7 failed with g++: failed to exec /Appli

This problem seems to have comeback with Xcode 6 I have successfully used the LiveCodeSDK-R14. The SDK has not changed since Sept 2012. I understand that "GCC compiler no longer ships in Xcode 5 or 6" Xcode Error /Users/myName/Library/Application Support/RunRev/Components/LiveCodeSDK/tools/lclink.sh...
by rca
Fri May 23, 2014 3:57 am
Forum: Mac OS
Topic: Node.js
Replies: 1
Views: 2833

Node.js

Anyone used LiveCode with Node.js I can run what I want in MacOS terminal Using the Shell command from LivecCode does not work I can "open process" to launch node (making sure I have the right path) but I can NOT "write to process" and of course I can't see what is happening, because "hideConsoleWin...
by rca
Sun Sep 02, 2012 8:39 pm
Forum: CGIs and the Server
Topic: Livecode-HTML mode for Coda (Updated)
Replies: 5
Views: 9528

Re: Livecode-HTML mode for Coda (Updated)

Excellent - talk about response time - you posted less than an hour after my request
Meanwhile, I have downloaded CODA 1.75, which still works, and supports seestyle..
Again, let me know if I can help..
thanks
r
by rca
Sun Sep 02, 2012 7:28 pm
Forum: CGIs and the Server
Topic: Livecode-HTML mode for Coda (Updated)
Replies: 5
Views: 9528

Re: Livecode-HTML mode for Coda (Updated)

Looks like a great tool, but now that CODA is version 2, the "sseestyle" file format for coloring/formatting text no longer works - the new style file format is ".sss" CODA has said that there is no conversion tool - I have opened both file formats - seestyle and sss, and looked to see if I could wo...
by rca
Mon Aug 06, 2012 3:34 am
Forum: iOS Deployment
Topic: Socket Rience
Replies: 22
Views: 13659

Re: Socket Rience

Hi rrBUSS9EE Did you get this working? I think I have a solution.. I haven't had time to debug your code, but I do have a solution working with a Desktop RunRev Server (using accept connections...) and iOs devices using rreSocket to sync with the server from iOs devices. I have SQLite running on the...
by rca
Sun Feb 19, 2012 5:31 pm
Forum: iOS Deployment
Topic: Any success with iPhoneControlDo "execute" for scripts?
Replies: 8
Views: 6652

Re: Any success with iPhoneControlDo "execute" for scripts?

Hi Strongbow Thanks for the feedback. Based on this forum, the live code Developer mailing list and support feedback, you and I are among the four people in the world trying to do this stuff. :-( Surprising, as I think the internet is going to be BIG ;-), and Apple too.. I did post to another part o...
by rca
Sun Feb 19, 2012 4:54 pm
Forum: iOS Deployment
Topic: Exchange data with HTML in web browser
Replies: 3
Views: 3749

Re: Exchange data with HTML in web browser

you asked if ".. you cannot exchange data in real time with JS in IOS browser.." I did not see an answer to that - anyone? I CAN do this successfully on a mac (e.g. filling in a form field) using put "document.forms['input0'].user.value = 'Bob';alert(document.forms['input0'].user.value);" into theSc...
by rca
Sun Feb 19, 2012 12:15 am
Forum: iOS Deployment
Topic: Any success with iPhoneControlDo "execute" for scripts?
Replies: 8
Views: 6652

Re: Any success with iPhoneControlDo "execute" for scripts?

I have had some success, but some challenges.. (assumes that the browser gMobBrowserID has already been created like iphoneControlCreate "browser" put the result into gMobBrowserID This works on iOs: put "alert('This is a message from the script');" into theFirstScript iphoneControlDo gMobBrowserID,...
by rca
Wed Oct 05, 2011 1:23 am
Forum: iOS Deployment
Topic: iOS SDK Socket Command Mode set
Replies: 11
Views: 6662

Re: iOS SDK Socket Command Mode set

Hi Pi

I have been using the Roving Networks products as well - let me know if you are interested in collaborating on some runrev/ios/RN development
r

Go to advanced search