Talking LiveCode • Re: Take Screenshot on other monitor
I am sorry, I am not near my computer at the moment but I vaguely remember something about screenrects (with an 's').Statistics: Posted by richmond62 — Sat Jan 25, 2025 3:52 pm
View ArticleTalking LiveCode • LiveCode Create Licensing for Open Source Developers
Hi Everyone,I'm potentially contemplating a switch from my current Standard Plan to a Create Standard Plan but wanted to know what the state of licensing is for open source developers, the intention...
View ArticleTalking LiveCode • Re: LiveCode Create Licensing for Open Source Developers
To be sure, ask Heather: support@livecode.comStatistics: Posted by Klaus — Mon Jan 27, 2025 2:36 pm
View ArticleTalking LiveCode • Dictionary error for "lineOffset"
The lineOffset function returns the line that contains a specified string. All well and good, I use it all the time.But the dictionary says:The value returned by the lineOffset function is the number...
View ArticleTalking LiveCode • Re: Dictionary error for "lineOffset"
I think lineToFind is the needle and stringToSearch is the haystack.So you can't search for"Something Iwant to getthe line number for" in the haystack, because it can't return a single line for a...
View ArticleTalking LiveCode • Saving and reading txt file
Hey everyone,Working on allow general saved data to be retrieved in my app, both for game saves and storing whether the in-app purchase has been made.I am following the guidlines here...
View ArticleTalking LiveCode • Re: Saving and reading txt file
Fixed it, not sure why but its failure in executing 'on openstack'. I put the 'loading' part into a button and then it worked. Shame that on openstack isn't working but I can work around that for...
View ArticleGetting Started with LiveCode - Complete Beginners • How to put a list into a...
I have a .txt file that is a list of items.I want to put this list into a field on a card when the card is opened and as characters are typed into a search field only items in the .txt file that match...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: How to put a list...
Hi Tom,Here is a stack that shows one way to do this. It uses the "colorNames" as an example.It uses a display field "fList" for the filtered list and the whole list is stored as a custom property of...
View ArticleTalking LiveCode • Windows copy paste does not work as it should (bug?)
Hi everyone,I have the issue on Windows with LiveCode 10.0.1 (rc 2) that Copy and Paste (CTRL-C and CTRL-V) does not work if I want to copy something e.g. code from the LiveCode environment into e.g....
View ArticleGetting Started with LiveCode - Experienced Developers • Re: KeyDown and...
I had forgotten my old own post on the quality center!! (bug https://quality.livecode.com/show_bug.cgi?id=23783)This confirmed bug is almost 3 years old.Posting and reposting a serious (in my opinion)...
View ArticleTalking LiveCode • Re: Windows copy paste does not work as it should (bug?)
I'm curious Paul, and I don't have Lc 10 to test with. If you create a blank stack, and put this (card or stack level): CODE: on mouseUp answer the clipboardDataend mouseUpThen highlight some code...
View ArticleGetting Started with LiveCode - Experienced Developers • Very slow launch of...
I am using, for mobile, the Splash method for my standalone. A splash stack that launches the real stack (named "ReferiTOP").On the very first launch of the standalone, the splash stack copies the...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Very slow launch...
At the risk of telling you something you both know and have already thought about I'll tell you a short story:I got fed up with Splash stacks and opted for something else:An image on the main stack...
View ArticleGetting Started with LiveCode - Complete Beginners • LiveCode throwing up...
Hello everybody, hope you all are doing well. When I run LiveCode in visual studio the following is returned "No installed Python found!Print Output:"I have already checked that Python is in fact...
View ArticleAndroid Deployment • Match varialbes with case sensitivity.
Hii Guys!!I'm wondering how to match 2 variables with case sensitivity. For example, AlPhA123 will currently match Alpha123. How do I match these variables with Case Sensitivity?Many...
View ArticleAndroid Deployment • Re: Match varialbes with case sensitivity.
Use caseSensitive.Statistics: Posted by richmond62 — Fri Jan 31, 2025 8:05 am
View ArticleGetting Started with LiveCode - Complete Beginners • Re: LiveCode throwing up...
When I run LiveCode in visual studio...Could you please first explain this? Statistics: Posted by Klaus — Fri Jan 31, 2025 9:59 am
View ArticleGetting Started with LiveCode - Experienced Developers • Set Accept language...
Hi,I have a stack with a browser widget and want to access a webpage. This webpage should think that I have a browser which accepts english language only (i am german). If you want to do this with a...
View ArticleTalking LiveCode • Problem with revCopyFile
I am trying to replace a Mac app with a higher version. I have successfully used revCopyFile in this script elsewhere. But, here, it doesn't.t work. The if statement is true.Yes, I know there is...
View Article