Search found 4960 matches

by Mark
Wed Jan 10, 2018 9:19 pm
Forum: Developer Services Marketplace
Topic: A LiveCode app to be published on iOS and Android
Replies: 1
Views: 6522

Re: A LiveCode app to be published on iOS and Android

Dear Pauli,

Feel free to contact me at support@economy-x-talk.com

Kind regards,

Mark
by Mark
Fri Jan 05, 2018 2:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: the polygon tool
Replies: 7
Views: 4904

Re: the polygon tool

You could ask the user to click on the card, record the points and save them in a variable, and set the points of a new polygon to that variable.
by Mark
Thu Jan 04, 2018 9:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copy-pasting accented text into LC
Replies: 2
Views: 2631

Re: Copy-pasting accented text into LC

If I copy your original text from the browser and paste it into LiveCode, I get an incorrect result. However, if I type the text manually in LibreOffice and copy-paste it into LiveCode, it works fine. What is your exact set-up? (I still have to try OpenOffice on my new Mac).
by Mark
Mon Sep 04, 2017 1:38 am
Forum: Internet
Topic: rest api used --http2
Replies: 1
Views: 3416

Re: rest api used --http2

To force LiveCode to use http2, you'd have to change libUrl or tsNet.tsNet might have a parameter that lets you choose http2, since it includes the CURL library. Unfortunately, tsNet isn't open source. You could also write your own request along the lines if write "GET /index.html HTTP/2.0" & cr to ...
by Mark
Mon Sep 04, 2017 12:44 am
Forum: Off-Topic
Topic: If you're new to LiveCode...
Replies: 1
Views: 3363

If you're new to LiveCode...

Summer is nearing its end and schools are starting again. That seems a good moment to ask your attention for the book Programming LiveCode for the Real Beginner. I wrote this book in 2012-2013 and have sold numerous copies over the past 5 years --for which a big thank-you to the LiveCode community. ...
by Mark
Thu Aug 31, 2017 7:50 am
Forum: Announcements
Topic: sQuiRt library for creating QR codes is now public domain
Replies: 6
Views: 9184

Re: sQuiRt library for creating QR codes is now public domai

Thank you. That's really generous of you.

Mark
by Mark
Thu Jul 06, 2017 4:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Local mutiny .... (=^‥^=)
Replies: 17
Views: 9397

Re: Local mutiny .... (=^‥^=)

Is this what you're looking for? put the variableNames into myList repeat for each item myItem in myList put "put empty into" && myItem into myTempScript do myTempScript end repeat If you're careful with naming your variables, you could do something like repeat for each item myItem in myList if char...
by Mark
Thu Jul 06, 2017 3:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Local mutiny .... (=^‥^=)
Replies: 17
Views: 9397

Re: Local mutiny .... (=^‥^=)

Put emtpy into xx doesn't destroy the variable. It just makes it empty. Delete variable xx should destroy the variable, but it doesn't seem to work correctly.
by Mark
Wed May 17, 2017 9:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I want to use revSpeak command on app
Replies: 7
Views: 5942

Re: I want to use revSpeak command on app

Hi Jim, Do you know externals? An external is a piece of compiled code that is installed next to the LiveCode engine. Using the externals property, LiveCode is told to read this compiled code into memory, making it available to all scripts in the message hierarchy. It originates from the HyperCard t...
by Mark
Sun Feb 19, 2017 1:24 pm
Forum: Announcements
Topic: eHUG International Mini Conference on LiveCode
Replies: 5
Views: 6972

Re: eHUG International Mini Conference on LiveCode

Next week is the 'eHUG International Mini Conference on LiveCode'. The conference will take place on 25th February from 13:00h. until 18:00h. The conference room is open from 12:00h. The location is the Ibis hotel, Meistraat 39 in Antwerp, Belgium. Participation is only possible if you purchase a ti...
by Mark
Tue Feb 14, 2017 11:41 pm
Forum: Announcements
Topic: eHUG International Mini Conference on LiveCode
Replies: 5
Views: 6972

eHUG International Mini Conference on LiveCode

The location for the confernce is:

Ibis Hotel
Meistraat 39
Antwerp
Belgium

More info:
http://economy-x-talk.com/conf
by Mark
Wed Jan 18, 2017 12:44 pm
Forum: Announcements
Topic: eHUG International Mini Conference on LiveCode
Replies: 5
Views: 6972

Re: International LiveCode Mini Conference

The LiveCode conference in Antwerp will take place on 25th February 2017. Please, reserve the date in your agenda. More information will follow shortly.
by Mark
Wed Jan 11, 2017 1:53 am
Forum: Announcements
Topic: eHUG International Mini Conference on LiveCode
Replies: 5
Views: 6972

eHUG International Mini Conference on LiveCode

[scroll down to the latest post for more information] International LiveCode Mini Conference Time and date are preliminary! In the second half of February, an international LiveCode Mini Conference has been scheduled. The dates are still to be determined. The conference has been planned to take plac...
by Mark
Sun Jan 08, 2017 12:42 pm
Forum: Databases
Topic: Webservice.
Replies: 10
Views: 10646

Re: Webservice.

Hi Ulrich, In this case, a "web service" is a PHP or OnRev script that runs on a normal webserver (where you may also have your homepage). For instance, a PHP script like <?php echo 'hello'; ?> will return "hello" if you call it from LiveCode with the line put url "http://www.domain.ab/yourscript.ph...
by Mark
Mon Nov 28, 2016 1:16 pm
Forum: Announcements
Topic: Last chance to buy book Programming LiveCode before holidays
Replies: 0
Views: 3118

Last chance to buy book Programming LiveCode before holidays

If you want to be sure that the book Programming LiveCode for the Real Beginner arrives at your home before the start of the holidays, you'll need to order it now. Books that are purchased today or tomorrow will be shipped on Wednesday. That should give the postal services sufficient time to deliver...

Go to advanced search