Getting Started with LiveCode - Complete Beginners • UpgradeBrowser in widget...
Hi,Not sure if this is the Forum to ask.I made a stack that uses a widget browser.This browser is Chrome 74I need to update it because of security issues I can not access the website I previously was...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: UpgradeBrowser in...
Hello John,Is that on Windows? Which version of LC are you using?We updated the version of CEF (this is used in the browser widget on Windows) in LC 9.6.13 - so I suggest you use this version.Kind...
View ArticleApp Building Course • Unable to link android sdk to livecode
Hi I am David I am a very big fan of livecode of course I use it but I have encountered a problem that I have been struggling with for the past few weeks I cant link android sdk to my livecode I...
View ArticleApp Building Course • Re: Unable to link android sdk to livecode
Hello David,Welcome to the LiveCode forums.Are you actually using LC 9.6.3, or did you mean to write 9.6.13? Also, have you seen this new lesson:https://lessons.livecode.com/a/1770871- ......
View ArticleLiveCode Hosting • Does a LiveCode cPanel hosting account support Node.js?
Hi guys.I was last here almost 3 weeks ago when I needed some help which I gratefully received. I have a LiveCode hosting account on cPanel. Over the last month, I have taught myself JavaScript along...
View ArticleGetting Started with LiveCode - Complete Beginners • Repeat loops using...
Well, err, yeah . . .Instead of this sort of thing:CODE: put 1 into KOUNTrepeat until KOUNT > 10-- do somethingadd 1 to KOUNTend repeatwhich will send that loop round 10 (Ten) times, is there a way...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Repeat loops using...
Well, err, yeah . . .Instead of this sort of thing:CODE: put 1 into KOUNTrepeat until KOUNT > 10-- do somethingadd 1 to KOUNTend repeatwhich will send that loop round 10 (Ten) times, is there a way...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Getting Maps address...
Yes, it is possible for a LiveCode application to appear in the Share Sheet on iOS, allowing you to receive data such as an address from Maps. To do this, you would need to implement the appropriate...
View ArticleAndroid Deployment • Android Studio LadyBug 2024.2.1
Hi All,I may have foolishly upgraded to Android Studio LadyBug. Now when I try building for Android I get the delightful error message as shown below:Is there a quick fix or shall I just roll back to...
View ArticleAnnouncements • [ ANN ] Release LiveCode 10.0.0 and 10.0.1 RC-1
Dear LiveCoders,We are pleased to announce the release of LiveCode 10.0.0 STABLE and LiveCode 10.0.1 RC-1.- LiveCode 10.0.0 comes with 116 new features and bugfixes since the previous stable release.-...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Why is LiveCode not...
Do you really believe that?I do believe that very much I'm afraid...Not because serious developers would do this; and even though I'm not a professional developer I certainly wouldn't; but precisely...
View ArticleAnnouncements • Re: [ ANN ] Release LiveCode 10.0.0 and 10.0.1 RC-1
including that building iOS standalones no longer requires a specific version of Xcode or iOS SDK!Amazing!And what about Android?Statistics: Posted by richmond62 — Wed Oct 09, 2024 7:18 pm
View ArticleAndroid Deployment • Re: Android Studio LadyBug 2024.2.1
Hello Al,You need to ensure the installed version of the SDK Build Tools is *exactly* 31.0.0 - and no newer version of the *build tools* is installed.Kind regards,PanosStatistics: Posted by...
View ArticleInternet • tsNetCustomSync: NLST command does not return updated results
Hello boys. More struggling under this sky.Using an FTP client, I uploaded a few files to my web provider.I then used, in LC10RC1, tsNetCustomSync to get a list of the uploaded files, using the "NLST"...
View ArticleGetting Started with LiveCode - Complete Beginners • Recent scripts
Hi, the recent scripts shown on clicking the clockface, top right on header bar, is not working. It is not including the recent scripts I worked on; I must have reset something, as it was working...
View ArticleTalking LiveCode • Clipping/cropping a group
Hi friends,I want to clip a group by script but cannot get it to work!?I want the content of the group to be clipped at the top and bottom.See attached image, it shows what I want to achieve.No...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Recent scripts
Hi.i have never used that little gadget. But mine works fine, even in a new session. I do not know how it determines what constitutes a "recent" script, since in that new session, I only see a few of...
View ArticleTalking LiveCode • Re: Clipping/cropping a group
Klaus.If I make a group and set its height property to a value smaller than the original, the top of the group stays put, and the bottom is truncated, so that is half the battle. If I then play with...
View ArticleGames • Text Art and Animation
Hi,Attached is a stack that converts images to text field representations of the image as well as a second card that implements some simple animation.I've included the ability to save these text...
View ArticleGetting Started with LiveCode - Complete Beginners • Identify text from a...
What is the code for identifying certain words from a text field? (I also want to get the row number)Statistics: Posted by liveCode — Sun Oct 13, 2024 2:12 pm
View Article