Getting Started with LiveCode - Complete Beginners • Re: how to use repeat in...
Hi lemodizon,There is tsvData for the polygrid, you can set and get tsvData of a polygrid.The first line is the column headers.That is one way to get at your data, here it seems to be the easiest...
View ArticleOff-Topic • Pricing: downgrade macOS an alternative?
HelloI have coded several solutions for my research lab with the community version of live code, which was for free. The fact that it was free drove the decision to use it, but also because I had...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Counting Lines...
Hello.I tried the script reporter opening my quite large stack, but the Script Reporter freezes just after listing all the cards and stacks.I using LC10dp8Statistics: Posted by trevix — Tue May 28,...
View ArticleMac OS • Re: Recreating a 1993 CompileIt! app
Nostalgia for my beloved HC aside, I would take a look at the old code and rewrite in LC. You will not need Compileit, since everything and more is native in LC, and far simpler to implement. That...
View ArticleGetting Started with LiveCode - Complete Beginners • How to align the display...
hello everyone,I was able to get the records from the database using xamp mysql and display it to the polygrid. unfortunately the records displayed scattered in my polygrid. please help me how to...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: How to align the...
Hi lemodizon,make a stack with a PolyGrid and a buttonset the script of the button to CODE: on mouseUp put the colorNames into tCNames repeat with i = 1 to 20 repeat with j = 1 to 5 put any line of...
View ArticleAndroid Deployment • Unable to build app for testing
Hello.Today I got again in the standalone install nightmare.Using LC10dp8 on OSX 14.4.1 I tried to ADB install an updated standalone on a Android 13 TvBox.Just yesterday I had no problems on doing...
View ArticleOff-Topic • Re: Pricing: downgrade macOS an alternative?
Hi ElZitouni,To answer your questions:1. The latest community version was 9.6.3 and that has been taken up by an opensource developer who has kept it going. You can google for this.2. No one knows the...
View ArticleGetting Started with LiveCode - Complete Beginners • Apps not opening
Windows 11 (old pc)LC 9.6.0I thought I have seen this problem on this forum, but I can't seem to find it.I have an issue with applications not opening.This is a new problem for me. I originally...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Apps not opening
Hi,I do not use Windows but there is a bug described herehttps://quality.livecode.com/show_bug.cgi?id=23659that could be the problem. It has to do with printer drivers on Windows.Kind...
View ArticleAndroid Deployment • Re: Unable to build app for testing
For what I understand, reading from the web:This error is telling us that our class was compiled at a higher version of Java than the version with which we tried to run it. More specifically, in this...
View ArticleOff-Topic • Integrating Calendar Sync Functionality in LiveCode Projects
Hi ! Has anyone experimented with integrating calendar synchronization features in LiveCode applications? With tools that allow syncing across multiple platforms, I'm curious about the best approaches...
View ArticleTalking LiveCode • Pesky semiColons?
Should have put this in the beginners section. Am I the only one on the planet who just now discovered that, given:CODE: if this then XYZelse doThis ; doThatis NOT the same as:CODE: if this then...
View ArticleTalking LiveCode • Re: Pesky semiColons?
If you replace the semicolon with a line break, do you then see why the two examples behave differently, as they should? Statistics: Posted by SWEdeAndy — Fri May 31, 2024 5:05 pm
View ArticleGetting Started with LiveCode - Experienced Developers • How to use...
The Dictionary show:difference targetArray with templateArray [into destinationArray]How do you use the "[into destinationArray]" option?The only example does not show how to use it. If you add "into"...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: How to use...
Difference removes the key:value pair from targetArray who's key:value pair are the same in the comparison ("template") array.into tDestinationArray simply puts the pruned target array into a new...
View ArticleGetting Started with LiveCode - Complete Beginners • LiveCode with Sonoma 14.2?
Hi all,I can't make LiveCode start with Sonoma 14.1 (tried with 8.2.0, 9.5.1, 9.6.1, 9.6.3). Reading some posts in this forum it seems as if it is implied that LC doesn't work in Sonoma, but I'm not...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: LiveCode with Sonoma...
Older versions do not work with Sonoma. The new OS broke something with menus. In general when an OS upgrade breaks an app, you would expect the app to updated to address the issue. And this is the...
View ArticleUser Groups and Events • LiveCode on Social Media
For LC support nothing beats the use-list and these LC Forums, but for spreading the word about LC and the cool stuff you're making with it nothing beat social media.Two of the largest social media...
View ArticleGetting Started with LiveCode - Complete Beginners • IDE won't load -- sudden...
I've run into a weird issue I can't solve. It happens in nine six and nine eleven and 10dp8 on Windows eleven. (Board tells me I can't type digits since they might be external URLs....)I've been using...
View Article