Search found 93 matches

by charms
Mon Mar 12, 2018 6:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: matchtext and replacetext regex parts not working as expecte
Replies: 48
Views: 27782

Re: matchtext and replacetext regex parts not working as expecte

They see this as feature, not as bug. So it might take some time until it gets tackled, unless there is somebody with a business license or somebody that needs this feature and pays to get it done? :mrgreen:
by charms
Tue Dec 06, 2016 12:54 pm
Forum: CGIs and the Server
Topic: Can mergJson, Livecode builder be used with Livecode Server?
Replies: 1
Views: 5259

Can mergJson, Livecode builder be used with Livecode Server?

Hi,

I'm currently writing a JSON server backend in Livecode and wondered, if mergJSON aswell as LiveCode Builder (two wrap native NOSQL libraries) can be used.

Thanks,
Chris
by charms
Fri Feb 05, 2016 1:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to document code (such as JavaDoc?)
Replies: 15
Views: 15806

Re: How to document code (such as JavaDoc?)

Hi FredBeck, Sorry, I'm not monitoring the forum that much. So I only saw your feedback now. On our page we have a support section (http://www.eerraa.com/?page_id=37) where you can open a bug report. I'm happy to fix things. Will follow your advice and test it on Windows in the next couple of days. ...
by charms
Sat Jan 16, 2016 4:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Finding Wndows Android SDK
Replies: 2
Views: 3106

Re: Finding Wndows Android SDK

Hi, it is not sufficient to download the Android SDK, you also have to configure Android 2.2. This is what LiveCode requires.

This documentation may help a little: http://livecodeblog.blogspot.sg/2015/09 ... ecode.html
by charms
Sat Jan 16, 2016 4:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Database Query Screen Lock
Replies: 1
Views: 1872

Re: Database Query Screen Lock

I don't know in detail what you try to do, or how your code looks but you could try using the dispatch command that will execute a message in a new thread. Write a message with your SQL statement, for example: on messageUpdateConnectToDb -- add your code to connect to the database end messageUpdateC...
by charms
Sun Jul 19, 2015 10:34 pm
Forum: Building Externals
Topic: Is there some documentation on externals
Replies: 5
Views: 9022

Re: Is there some documentation on externals

Hmmmm.... not possible to build with current XCode. An older version seems to be required. Seems also like the externals can't be built with 64bit Support. Somehow it doesn't seem possible to build externals with LC 7. Trying with LC6. So far no luck.
by charms
Sat Jul 04, 2015 8:48 am
Forum: Building Externals
Topic: Is there some documentation on externals
Replies: 5
Views: 9022

Re: Is there some documentation on externals

The doc is too old. I've tried to build the examples from the R14 SDK but all failed to build with XCode. After a lot of searching around and testing I've found one from Monte Goulding that I was able to build. So I'll go from there. But thanks for the links. I guess that's the only documentation ou...
by charms
Thu Jul 02, 2015 8:29 pm
Forum: Building Externals
Topic: Is there some documentation on externals
Replies: 5
Views: 9022

Re: Is there some documentation on externals

Hi Simon, Thanks, I've switched back to Runrev 2.7 and installed Visual C++ 2005 after contacting Bill Gates and asking him if he still has a version in his cellar. Then I copied the XCode 2.4 from my Macintosh SE directly borrowed back from the Museum :) After that I could build. Thanks for your hi...
by charms
Tue Jun 30, 2015 9:41 am
Forum: Building Externals
Topic: Is there some documentation on externals
Replies: 5
Views: 9022

Is there some documentation on externals

Hi,

I can'f find any documentation on how to write externals. Is there an example for a "Hello World" external? I just need something simple but complete to get started.

Other option: Using AngularJS with ngCordova :) But I really would like to stay away from it.

Kind regards,
Chris
by charms
Wed May 27, 2015 9:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to export revBrowserSnapshot to file?
Replies: 33
Views: 19629

Re: How to export revBrowserSnapshot to file?

Just a small update for the people without a magic crystal ball or chicken sacrifice rituals. revBrowserSnapshot is working but only if the image size is the same size as the browser size and you use the revBrowserOpen method. Please note that this does not work yet with revBrowserOpenCef. So create...
by charms
Wed May 20, 2015 11:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: More libURLDownloadToFile problems
Replies: 4
Views: 3758

Re: More libURLDownloadToFile problems

I had some issues too. To check if the download is complete and download each file after the other you can do following: local sDownloadComplete libURLSetSSLVerification false libURLDownloadToFile tUrl, tDest, "ee.config.downloadComplete" wait until _ee.config.getDownloadStatus() is "Download comple...
by charms
Mon Mar 02, 2015 10:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: video streaming from IP camera
Replies: 3
Views: 4388

Re: video streaming from IP camera

Hi, I had also issues with revbrowsercef. If you have such issues it makes sense to open a bugreport. revBrowserCef is new in LiveCode and there are still certain bugs. Whats the problem using revbrowser? Which Livecode version are you using? If you don't have the newest version try a newer version ...

Go to advanced search