Getting Started with LiveCode - Complete Beginners • Re: Unusual Refresh...
Don't you read the previous postings?LC 9.6.11 is the latest stable version.Still might be worth checking to see if also present using 9.6.12 (RC1) and/or 10.0.0 DP8, there's a number of fixes in...
View ArticleDatabases • Re: Database using only native Livecode?
Thanks, stam, that all seems like good general advice. In this particular case my preference is for something as simple as possible, and I figure text lists are the simplest and easiest to eyeball. I...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: determining...
I realize that I'm several years late to this thread, but I wanted to note for future passers-by that the comments here and bug reports about this 'problem' are basically misinformation...An Extension...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: OpenCard to control?
I’m not sure you can really represent behaviors cleanly like that. They don’t sit where they are drawn completely. In addition to catching messages that are not present in the object you can also have...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Scaling on Mobile
Take a look at my project here:https://github.com/bwmilby/mobileDemoYou may just need to try setting the rect of the stack and not the height/width. That is how I changed stack size in the above...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Script Widget...
@stam@bnThe suggestion to incorporate the mouseUp handler into the build script forthe widgets works like magic .Thank you, stam, this is precisely what I needed.Interestingly, Bernd had the same idea...
View ArticleGetting Started with LiveCode - Complete Beginners • Custom Properties and...
Hi all, I've read a whole lot of forum posts about custom properties over the last couple of weeks so I'm fine with things such as set the cCurrentWeather of this stack to "Sunny" and put the...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Custom Properties...
Hi Al,using your array for my example:CODE: ...## Get a value:answer the animals["dogs"]["rufus"] of this stack## -> chum...## Set a valueset the animals["dogs"]["rufus"] of this stack to...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Cursor visibility...
Hi Jacque,I'm afraid my 'solution' did not last. For some reason - possibly after shutdown/startup - the cursor reverted to its previous hardly visible state whilst in the script and in the IDE, but...
View ArticleTalking LiveCode • What is up with "lock Cursor"?
This derived from a thread about cursors. I almost never use the "cursor" property.But I do not understand why, in a new stack with a single button, in the button script:CODE: on mouseUp set the...
View ArticleTalking LiveCode • Re: What is up with "lock Cursor"?
It seems that changing the cursor is meant for running handlers, not just general cursor "styles".But is there no way to simply have ones own cursor for general use?CraigStatistics: Posted by dunbarx...
View ArticleGetting Started with LiveCode - Complete Beginners • How to Integrate...
Hi everyone ,Is it possible to integrate external APIs into an app built with LiveCode? If yes, Is there a specific video tutorial or guide available that demonstrates this process? I’m especially...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: How to Integrate...
Hi MrFantastic,welcome to the forum!No idea if there are any Livecode videos about this on Youtube, but here is a lesson from the mothership:https://lessons.livecode.com/m/4071/l/1 ......
View ArticleGetting Started with LiveCode - Complete Beginners • iOS certificates?
I cannot load my compiled LC program to my iPhone.I get 3002 error. I believe it is related to the Development Profile.My Development Certificate ends in a different ID number than my Distribution...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: iOS certificates?
Hi David,I never cheked the IDs of my certificates, so I cannot tell if that is the case.But to be sure, you did add the UDID of your iPhone/iPad to the Dev profile?BestKlausStatistics: Posted by...
View ArticleGetting Started with LiveCode - Complete Beginners • Can You do this?
An Answer dialogue:--And I mean an Answer Dialogue, NOT a fake one with a substack. Statistics: Posted by richmond62 — Fri May 10, 2024 12:53 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Can You do this?
Yes, I can! Statistics: Posted by Klaus — Fri May 10, 2024 1:40 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Color Scripts
Hello,As I often use colors in different formats, and each time I get confused with the conversions, I created a stack which serves as a library *. Perhaps this library will be useful to others.* It...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Color Scripts
Hi Zax,Thank you for this stack. I is very nicely done and comes in handy.Kind regardsBerndStatistics: Posted by bn — Sat May 11, 2024 11:13 am
View ArticleGetting Started with LiveCode - Complete Beginners • Side Trip
Speaks for itself really:- Side Step.livecode.zipStatistics: Posted by richmond62 — Sat May 11, 2024 9:48 pm
View Article