Talking 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 ArticleAnnouncements • Re: Сервисный центр
Repairing washing machines is not expensive at home.Telling random Russians to 'boil their heads' is quite easy as well. Statistics: Posted by richmond62 — Wed Feb 12, 2025 5:37 pm
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 ArticleGetting Started with LiveCode - Complete Beginners • Re: Essential Tips for...
I am also a new member of the forum and new to LiveCode. I am very happy to meet such positive help from you guys.Statistics: Posted by barkerxavierr — Mon Feb 17, 2025 7:35 am
View ArticleAndroid Deployment • Re: Android Studio LadyBug 2024.2.1
I have a different problem with Android Studio. I keep getting the same error. Here is what I have installed. And this What am I missing?Statistics: Posted by macrhino — Mon Feb 17, 2025 2:22 pm
View ArticleInternet • tsneterr: (28) Operation too slow
I am using the API maker "Twidget" I am having one problem with one specific endpoint: "forgot-password"tData is just a JSON with an email address: {"email":"123@abc.com"}tHeader is "Content-type:...
View ArticleInternet • Re: tsneterr: (28) Operation too slow
Does this work outside of LC? (eg in Postman)Does the synchronous TSNetPost work and it's just the asynchronous call that has issues?Statistics: Posted by stam — Tue Feb 18, 2025 11:07 am
View ArticleDatabases • How to Prevent SQL Injection and Other Attacks
SQL Injection is a common security issue that allows attackers to manipulate database queries by injecting malicious SQL code. To prevent this, always use prepared statements and parameterized queries...
View ArticleDatabases • Re: How to Prevent SQL Injection and Other Attacks
Is this relevant to LiveCode?Statistics: Posted by richmond62 — Tue Feb 18, 2025 2:03 pm
View ArticleAndroid Deployment • Can't find the Android SDK
I am running on the Mac OS and I have installed Android Studio LadyBug 2024.2.1. I have downloaded the required SDK but get the following error when I go to preferences and select the SDK root I have...
View Article