Talking LiveCode • Re: Problem with revCopyFile
Hi Robert,please use the CODE tags above (5th button from the left) after pasting your script.That will keep the formatting and makes the script better readable_CODE: ... if tAppExeVersionUpdateCheck...
View ArticleMac OS • Current advice for building stand-alone?
It's been quite a while since I built a standalone, and the reason is 99 (.999) % because of the weird and complex hoop-jumping required to get these things working on macOS (and then Windows, etc.) I...
View ArticleMac OS • Re: Current advice for building stand-alone?
KeithMay I assume your question is all about Mobile? I do not develop for mobile, rather I develop on a Mac and distribute to both Mac and Windows desktops.Know that there is almost no issue with what...
View ArticleTalking LiveCode • MouseColor working incorrectly in standalone
I have a very simple LC tool that uses mouseColor to tell me the precise RGB colour (and then works out the hex value) of what I point at. This works as expected running as a stack in LiveCode (9.6.13...
View ArticleTalking LiveCode • Re: MouseColor working incorrectly in standalone
Hi.I am not sure what you mean.How is the mouseColor function invoked? What changes or fails in the standalone? I made a stack with some colored controls, and used the "mouseMove" message to track the...
View ArticleLinux • Re: Farewell Livecode...?
To resurrect a thread, I can confirm that a paid for LiveCode Professional 10.0 install still doesn't run on Arch Linux, it stalls at the same -E warning regardless of whether you choose All Users,...
View ArticleGetting Started with LiveCode - Experienced Developers • dateItems show wrong...
Hi,Where I live it is Saturday, 8 February 2025. When I do this in the message box:put the short date into d ;convert d to dateitems ; answer dI get "2025,2,8,0,0,0,7" The last item (7) says it is...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: dateItems show...
The Jewish week starts on Saturday night as soon as it gets dark. Statistics: Posted by richmond62 — Sat Feb 08, 2025 4:44 pm
View ArticleTalking LiveCode • Support and Resources for LiveCode Beginners?
Hi everyone,I'm new to LiveCode and am very interested in its visual programming capabilities. However, I still have many questions about how to use this tool effectively, especially in developing...
View ArticleTalking LiveCode • Re: Support and Resources for LiveCode Beginners?
Hmmm.Real?CraigStatistics: Posted by dunbarx — Tue Feb 11, 2025 2:56 pm
View ArticleOff-Topic • Wistia: a word of warning to the wise.
I have previously used a plugin in Brave to download a few Wistia videos from LiveCode.This morning when I turned on my machine (macOS 12 Monterey) I got a warning that the Wistia download plugin...
View ArticleGetting Started with LiveCode - Complete Beginners • Barcode Widget
Hi everyone,I’ve been looking for a barcode widget and came across the following:https://www.aslugontheroad.com/41-barco ... -beta-testHas anyone tried this widget (and perhaps still has it?)? I ask...
View ArticleGetting Started with LiveCode - Experienced Developers • Polygrid data...
Has anyone else seen data corruption when using the Polygrid when deleting/adding rows and/or modifying the columns? I had some weird issue with multiple new empty columns being added. After deleting...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Polygrid data...
The commonest error with polygrid I've encountered is that data is a) not numerically indexedb) indexes do not start from 1 and are not sequentialLook at the data within the inspector to ensure this...
View ArticleGetting Started with LiveCode - Complete Beginners • Click doesn't register...
I have a text input field and a couple of list fields.When I edit the value of the input field, it puts that value into the first list field and selects the line, e.g.:CODE: on closeField updateTitle...
View ArticleGetting Started with LiveCode - Complete Beginners • What's the difference...
I'm able to set the highlighted line of a list field with either of these:CODE: select line 6 of fid myFieldset the hilitedline of old myField to 6I've searched lo and hi, but can't find the...
View ArticleOff-Topic • Re: Serfing USA
I paid for Serf circa 2020 as an unreleased product but if I recall it never actually shipped.And since we're getting nostalgic, I went to Dallas circa 1987 to hear Bill Atkinson speak about...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: What's the...
Well, this:CODE: on mouseUp select line 6 of fld "ff"end mouseUpworks, while this:CODE: on mouseUp set the hilitedlines of fld "ff" to 6end mouseUpdoes nothing.- selected.livecode.zipStatistics:...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Click doesn't...
Hi Michael,Your current code in the input field takes the focus away from the second list field because of the CODE: select line 4 of fld listField1You can avoid setting the focus to listField1 with...
View ArticleOff-Topic • Re: A Create area in the forum?
Please help me, I am not receiving the registration confirmation email in that new forum.Statistics: Posted by lauralordelaure — Mon Feb 17, 2025 5:20 am
View Article