Getting Started with LiveCode - Experienced Developers • Re: Day of Project...
Hi Bruce,here I post a library made by Malte Brill (derBrill) which he has put it into the public domain in 2014.It has a very complete variety of handlers for I guess for most calendar related...
View ArticleGetting Started with LiveCode - Complete Beginners • Making a clickable list?
Hello, again. I need to make a clickable list for an array in LiveCode. The list needs to display the keys of an array and show the thing that corresponds to the key when that key is selected.Any...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Making a clickable...
Hola Ramiro,you could use a "Tree View" widget, which can display any array directly without any scripting!CODE: ...set the arraydata of widget "your tree view widget here" to yourArray...At least...
View ArticleRaspberry Pi • Community version to issue commands
Having entered the world of robotics, learning C and python is a painful necessity. I wonder if the last community version of livecode for Linux would allow me to pump out basic commands rather like a...
View ArticleGetting Started with LiveCode - Experienced Developers • Quick Question re...
Hi:My experience of that is zero. My knowledge and understanding extremely limited. I'm wondering if they are reasonably performant. I don't want to have to build one to find out. Hoping the gang here...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Quick Question...
Do you mean "website" to be an app built in the LiveCode IDE which is then published to html in the Standalone Builder?Or do you mean "website" to be a structure of pages delivered by a server with...
View ArticleOff-Topic • Claude 3.5 Sonnet and LiveCode
Hi, Today I tried out the free version of Claude 3.5 Sonnet which has just been released and am impressed in comparison to my work with ChatGPT 4.o. In the header of the card script of the attached...
View ArticleGetting Started with LiveCode - Experienced Developers • How to use the...
Good morning.I would like to use the Type command, not to simulate a keyboard press of "A" or else, but of a function key, like "F1" or "F2".The F1 key returns on my Mac keyboard, on RawKeyDown,...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: How to use the...
Hi.I was pretty sure that it would be fruitless, and was right, at least for me.Function keys are "control" keys, like the optionKey or the commandKey. They are very difficult to integrate into the...
View ArticleOff-Topic • How to optimize image processing and rendering in LiveCode -...
Hey everyone, I am Emmanuel Katto. I'm working on a LiveCode project that involves heavy image processing and rendering, including resizing, cropping, and applying filters to high-resolution images....
View ArticleOff-Topic • Re: How to optimize image processing and rendering in LiveCode -...
Dear Emmanuel, without being sure, I'm going to guess that no, you can't use GPU acceleration specifically. Also, LC runs in a single thread, so by default, you will not be able to do multi-core...
View ArticleInternet • Browser widget: set value of password input [Solved]
Hi allI have a password type input on a form in a browser widget.I get an error when I try to set the input's value like so:CODE: do "document.getElementById('login_passwd').value = 'myPassword'" in...
View ArticleInternet • Re: Browser widget: set value of password input [Solved]
I've just now discovered that the password input actually has no id attribute, so that's why there's an error.I will now close this topic because I don't want to waste anyone else's time.Statistics:...
View ArticleGetting Started with LiveCode - Experienced Developers • Can't build macOS...
good morning.My setup: LC 10.0.0 (dp 7), M1 macbook air, Sonoma 14.2.1Goal: to build a standalone for my client's 2013 macbook something.I have no problem building the standalone for MacOS Apple.If I...
View ArticleTalking LiveCode • Format a number to show in answer
Hello LC specialists,It has been a while that i posted something but I am still working with LiveCode and still love it.However I have the next small issue and cannot seem to solve it.I have a number...
View ArticleAndroid Deployment • Re: mobilePlaySoundOnChannel - how to toggle looping of...
Any call to mobilePlaySoundOnChannel will stop the current sound if the sound channel is the same. You can stop the loop by calling mobilePlaySoundOnChannel with empty as the sound. Or you can replace...
View ArticleTalking LiveCode • Re: Format a number to show in answer
numberFormat . . .the Dictionary says this:Specifies how many digits before and after the decimal point a computed number should have.And there is NO mention of 'chopping up numbers with...
View ArticleGames • Re: HyperCard Games
keliko.I believe it can be done with a livecode.Anything done in HC can be done in LC, far better and far more simply. Never mind how much more modern the result will look. Part of the advantage is...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Can't build...
I develop on Mac as well. I am on a Mac Mini (Apple M2) in OS 13.4 Ventura. LC 9.6.9.No issues with Mac Intel. Could it be Sonoma?CraigStatistics: Posted by dunbarx — Wed Jun 26, 2024 3:54 pm
View ArticleMultimedia • hide cursor during video problem -- please help
Hello and thanks up front for any help here.I have created an app to display a video artwork full screen -- it randomly sequences video clips.All is good but there are two presentation modes, one...
View Article