Quantcast
Channel: LiveCode Forums
Browsing all 757 articles
Browse latest View live

Talking LiveCode • Re: Drawing smooth curved vectors - is it even possible?

Well, you could import an SVG image of the curve you need.Statistics: Posted by richmond62 — Sun Sep 22, 2024 8:08 pm

View Article


Talking LiveCode • How to Create Dynamic Content with LiveCode?

Hi everyone,I’m working on a project in LiveCode where I want to display dynamic content based on user input. Specifically, I’d like to have a field where users can enter text, and then display that...

View Article


Talking LiveCode • Re: How to Create Dynamic Content with LiveCode?

Hi everyone,I’m working on a project in LiveCode where I want to display dynamic content based on user input. Specifically, I’d like to have a field where users can enter text, and then display that...

View Article

Android Deployment • Delete folder and all its content on Android

Having the need to delete a folder, that was loaded to an Android standalone using the setting pane, I worked on the scripts of this lesson:https://lessons.livecode.com/m/4071/l/1 ... ers-part-2I came...

View Article

Android Deployment • Re: Delete folder and all its content on Android

Hi Trevix,1. you can use -> specialfolderpath("resources") on all platforms: Mac, Win, iOS and Android!specialfolderpath("resources") = specialfolderpath("engine") on mobile!So no need to differ in...

View Article


Games • Re: Converting Old Text-based BASIC games.

Hi,Another text-based game that has been converted to a number of programming language is "Super StarTrek". In developing my version I want to add in some real world star data showing travel times to...

View Article

Getting Started with LiveCode - Experienced Developers •...

Does anyone know if doing a revZipExtractItemToFile, of a Zip file containing a folder named "X, to a directory where there is already a folder named "X, there is a merge, a replace or else?In the...

View Article

Getting Started with LiveCode - Experienced Developers • Re:...

Why not try that out to find the answer?Statistics: Posted by richmond62 — Wed Sep 25, 2024 2:25 pm

View Article


Image may be NSFW.
Clik here to view.

iOS Deployment • Re: adding a folder to the documents folder

Hi Jean-Marc,You have to find a way to copy your resources from engine folder to the documents -or any other read/write capable- folder.This is your responsibility as a developer.Using some...

View Article


iOS Deployment • iOS device compatibility question

HiI wonder if someone can give me an answer to an issue that I have come across.I built an iOS app for a project about 3 years ago, probably on BigSur, since when I have had no involvement with the...

View Article

Image may be NSFW.
Clik here to view.

Windows • Re: Problem with playing video

I’m experiencing an issue with playing videos on this platform. The video either fails to load or constantly buffers, making it difficult to watch. I’ve tried refreshing the page, clearing my cache,...

View Article

iOS Deployment • Re: iOS device compatibility question

Hello Steve,The lowest supported iOS version in LC 9.6.13 is iOS 9 if I remember correctly - definitely not iOS 14. So something else is the problem.You could submit a bug report in...

View Article

Getting Started with LiveCode - Experienced Developers • launching livecode...

In Windows 11 double clicking a .livecode file (application extension:.livecode, .rev) opens that file in a new instance of LiveCode.exe which I want to prevent. I want to open the file in the IDE of...

View Article


Image may be NSFW.
Clik here to view.

Getting Started with LiveCode - Experienced Developers • Re: launching...

Hi Roland,check "relaunch" in the dictionary, sounds like that is what you need. BestKlausStatistics: Posted by Klaus — Wed Oct 02, 2024 6:32 pm

View Article

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 Article


Getting 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 Article

App 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 Article


App 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 Article

LiveCode 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 Article

Getting 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 Article
Browsing all 757 articles
Browse latest View live