Getting Started with LiveCode - Complete Beginners • Essential Tips for...
I'm new to LiveCode and just starting my first project. What are some essential tips and best practices for beginners to keep in mind when coding with LiveCode? Statistics: Posted by Erikullen — Fri...
View ArticleGetting Started with LiveCode - Complete Beginners • Tips for Designing...
I'm trying to create a simple app in LiveCode, but I'm struggling with the interface design. What are some best practices or resources for designing user-friendly interfaces in LiveCode?? Thanks in...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Essential Tips for...
Hi Erik,welcome to the forum!This could be a good starting place: https://lessons.livecode.comBestKlausStatistics: Posted by Klaus — Fri Nov 01, 2024 1:39 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Tips for Designing...
Interesting question.No context at all? OK,-Intuitive-Logical-Not overdone in terms of colors, shapes and fonts.-FunIn other words, what are you building?CraigStatistics: Posted by dunbarx — Fri Nov...
View ArticleTalking LiveCode • Issues with Encoding UTF-8 JSON Files in LiveCode for...
Hello everyone,I’m working on a project where I need to export configuration data from LiveCode to a JSON file. The ultimate goal is for this JSON file to be compatible with a Python program that...
View ArticleTalking LiveCode • Re: Issues with Encoding UTF-8 JSON Files in LiveCode for...
I thought th the internal methods would respect UTF-8, no?In any case a very nice alternative to the internal method is this 3rd partly library from...
View ArticleConverting to LiveCode • To open HyperCard Stacks with one command
I know "To open your HyperCard stacks in Revolution, make sure you enable all file types in the open file dialog"But, I need to convert a stack of numerous HyperCards. So, isn't there a command to...
View ArticleGetting Started with LiveCode - Experienced Developers • Message handler...
Hi,I have a simple routineon setupstackput x into fld "y"end setupstackthat I would like to run everytime I run the app in the iOS simulator. Is there a function or message handler that is called...
View ArticleConverting to LiveCode • Re: To open HyperCard Stacks with one command
Possibly when Create was LiveCode was Revolution.Best bet: get a PPC Mac, install MacOS 9.2.1 and MacOS 10 4 on it, download Revolution 2 from Macintosh Garden and convert what you can: then work with...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Message handler...
Is there a function or message handler that is called every time the test button (or build for device) is pressed I can hook into?Yes, the test button/menu triggers the revIDEDeployAction message. You...
View ArticleTalking LiveCode • Polygrid : Property value is not a array
Good evening,I am having a issue with setting pgData of the polygrid with a filtered array.I am getting an error message that the value is not an array.When I check the array is filtered...
View ArticleTalking LiveCode • Re: Polygrid : Property value is not a array
Hi, I think PG is a bit fussy with its array data. Not sure what your array looks like but needs to be 1. Numerically keyed2. Numerical index needs to start at 13. No gaps in numerical indexes ( ie...
View ArticleTalking LiveCode • Locked stack??
I have a stack of one card that has several scrollable fields and a few buttons. Nothing fancy about any of those controls. The stack is a year old.All of a sudden, though each of the fields can be...
View ArticleAnnouncements • [ANN] Release LiveCode 10.0.1 RC-2
Dear LiveCoders,We are pleased to announce the release of LiveCode 10.0.1 RC-2.- LiveCode 10.0.1 RC-2 comes with 4 bugfixes:- Menu keyboard shortcuts will now behave as expected, regardless of current...
View ArticleTalking LiveCode • Re: Locked stack??
It sounds like a frontscript. Try locking messages in the toolbar before opening the stack and see if that works. If so, scan the scripts for a frontscript, or anything else that might...
View Article