Talking 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?See the defaultCursor global...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: OpenCard to control?
I like the idea. I actually threw a stack together last night to test/verify flow. That side route should be “not in” but before/after still will get called. If you pass in the object, then both “on”...
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 - Experienced Developers • Re: Scaling on Mobile
Thank you Brian! Your mobileDemo is incredibly helpful. I'd never even heard of "mobileSetFullScreenRectForOrientations" before. Unfortunately my stack does not love me because setting the rect of the...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Unusual Refresh...
Klaus? Strange comment? I wasn't sure if the original poster's bug was actually this one since he/she didn't specify the area not being drawn correctly.Anyway, the bug I am talking about is still...
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 • Re: Cursor visibility...
Thanks. The hand is great. I haven't figured out how to keep it in my stack - it works for a while then reverts to normal cursor and I have to run the code again to get it back. How can I make it...
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 ArticleAndroid Deployment • Hiding The Keyboard.
Hii Guys!I am not at my PC at the moment. I was wondering if there is a command that can hide an active on screen keyboard? Maybe - focus on image "test" -?Many Thanks, Matt.Statistics: Posted by...
View ArticleAndroid Deployment • Re: Hiding The Keyboard.
Do you mean the on-screen keyboard on a phone, or one on a computer screen?Statistics: Posted by richmond62 — Sun May 12, 2024 2:25 pm
View ArticleGetting Started with LiveCode - Complete Beginners • how to print a line...
Hi all,Is it possible to print a dg, line by line (some lines only, according to script). This is to create a report. I tried putting the lines in a field, but that did not maintain the column widths,...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: how to print a line...
CAsba.If you get the "dgText" of your dataGrid, you have the entirety of its contents in a return delimited list. Just take that to your printer.CraigStatistics: Posted by dunbarx — Mon May 13, 2024...
View ArticleTalking LiveCode • Can't maintain textSize properties
Yep. me again.In my largest project, now and then, the textSizes of some of the many fields in that project just change on their own. Sometimes larger, sometimes smaller, but usually larger. The...
View ArticleTalking LiveCode • Re: Can't maintain textSize properties
Just a thought - you haven't used responsiveLayout at some point previously on the stack?Statistics: Posted by stam — Mon May 13, 2024 4:42 pm
View Article