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

Talking LiveCode • App is grindingly slow on iOS

Hey all,My app is fine with other cards on iOS but one card is grindingly slow.It has a gif in the background, which is an image drawn from copy files (resources folder). This shouldnt be a problem...

View Article


Talking LiveCode • Did Sequoia 15.2 break revDeleteFolder and revCopyFolder ?

I am on Sequoia 15.2, LiveCode 10.0. Both revDeleteFolder and revCopyFolder were working before 15.2. Currently in the IDE, also tried compiling. Now both IDE and .app don"t work. Has anyone else...

View Article


Talking LiveCode • Re: Did Sequoia 15.2 break revDeleteFolder and...

Hi Robert,LC 10.0, macOS 15.2Made a quick test and "revcopyfolder" and "revdeletefolder" work here without any problem.BestKlausStatistics: Posted by Klaus — Sat Jan 04, 2025 6:27 pm

View Article

Talking LiveCode • Re: App is grindingly slow on iOS

Almost every command requires a screen redraw which is visually expensive. Try locking the screen at the beginning of the handler and unlocking at the end. Let us know if that isn't enough.Statistics:...

View Article

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

I am still having crashes on Android 11, because of revSetStackFileProfile.Trying to re-open the stack, after using the revSetStackFileProfile command and saving it, sometimes but not always, returns...

View Article


Getting Started with LiveCode - Complete Beginners • Using LC to generate music

Hi everyone, almost a year later, and have now found a solution to the issue of LC generating music.... Lilypond! https://lilypond.org/the midi file that Lilypond produces (via a LC script) sounds...

View Article

Getting Started with LiveCode - Complete Beginners • Re: How to replace the...

Hi Glenn,this is an operating system issue!Obviously there is no application associated with the ".MID" suffix, so Windows does not know what app to launch with the file. Install an app that can play...

View Article

Getting Started with LiveCode - Complete Beginners • Closing an open folder

Hi AllHappy New Yearis there a way to close an open folder on the desktop, something like:CODE: close folder(t_path_folder)as a note I am opening a folder using:CODE: launch document t_path_folderAny...

View Article


Getting Started with LiveCode - Complete Beginners • Re: Closing an open folder

Hi.I do not think so. Such a finder-oriented action is not, I think, possible from LC. You can create one, delete one, move one, but not close one.I could be wrong.CraigStatistics: Posted by dunbarx —...

View Article


Getting Started with LiveCode - Complete Beginners • Livecode error -231...

Hello,I'm new to the forum. I'm using Livecode version 7 on Windows 10. I am trying to record audio files for an experiment that I am creating. Here is the code I am using:CODE: global...

View Article

Image may be NSFW.
Clik here to view.

Getting Started with LiveCode - Complete Beginners • Re: Livecode error -231...

If you read the Dictionary carefully you will find that CODE: recordFormat only works on Macintosh computers:-- Statistics: Posted by richmond62 — Thu Jan 09, 2025 10:12 am

View Article

Getting Started with LiveCode - Complete Beginners • A scrolling list field...

I am looking for a drop-down menu, scrolling list field, or somesuch that will list all the visual effects available in LiveCode in the same sort of way I can populate a drop-down font menu usingCODE:...

View Article

Getting Started with LiveCode - Complete Beginners • Re: A scrolling list...

I'm afraid there is no such thing in LC, you need to create your own.But since the number of supported visual effects will not change dynamically like "the fontnames", you will only need to create it...

View Article


Getting Started with LiveCode - Complete Beginners • All Deployment Options...

Greetings All,I have used LiveCode for years, but I haven't deployed to any platform for the past 4 years. I want to deploy to a Mac, but all of the deployment options are grayed out in the settings....

View Article

Getting Started with LiveCode - Complete Beginners • Re: All Deployment...

When you say "deploy" do you mean making a standalone?CraigStatistics: Posted by dunbarx — Fri Jan 10, 2025 5:06 am

View Article


Getting Started with LiveCode - Complete Beginners • Unicode limitations

I was in heaven (well, the nearest one could get without actually being dead) when, largely owning to the good offices of Mark Waddingham, LiveCode finally became 'totally' Unicode compliant.Suddenly...

View Article

Image may be NSFW.
Clik here to view.

Getting Started with LiveCode - Complete Beginners • Re: Unicode limitations

Is THIS "where the antic sits":--And if you are not familar with Shakespeare's Richard II, I suggest you do read it because it rocks!Statistics: Posted by richmond62 — Fri Jan 10, 2025 9:01 am

View Article


Talking LiveCode • State of play for standalone building?

I haven't built a standalone for anyone else to run for quite some time, entirely because the process had become rather convoluted over recent years and I didn't have the head space to go through it...

View Article

Getting Started with LiveCode - Complete Beginners • REplace issue in livecode

Hello,I'm new to LiveCode. I need to replace " snn" with "" & " sss" & "" in myHtml. it will replace all " snn" with " sss". but it will not work in the begin of a line(newline, \n).Is there...

View Article

Internet • Re: Getting the contents of a web request using load url

I think you should you need to access the content of the URL within your validationLoaded handler. You can do this by using the libURLData function, which retrieves the data returned from the URL once...

View Article
Browsing all 757 articles
Browse latest View live