Talking 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 ArticleTalking LiveCode • Re: Problem with revCopyFile
Hi Robert,please use the CODE tags above (5th button from the left) after pasting your script.That will keep the formatting and makes the script better readable_CODE: ... if tAppExeVersionUpdateCheck...
View ArticleMac OS • Current advice for building stand-alone?
It's been quite a while since I built a standalone, and the reason is 99 (.999) % because of the weird and complex hoop-jumping required to get these things working on macOS (and then Windows, etc.) I...
View ArticleMac OS • Re: Current advice for building stand-alone?
KeithMay I assume your question is all about Mobile? I do not develop for mobile, rather I develop on a Mac and distribute to both Mac and Windows desktops.Know that there is almost no issue with what...
View ArticleTalking LiveCode • MouseColor working incorrectly in standalone
I have a very simple LC tool that uses mouseColor to tell me the precise RGB colour (and then works out the hex value) of what I point at. This works as expected running as a stack in LiveCode (9.6.13...
View ArticleTalking LiveCode • Re: MouseColor working incorrectly in standalone
Hi.I am not sure what you mean.How is the mouseColor function invoked? What changes or fails in the standalone? I made a stack with some colored controls, and used the "mouseMove" message to track the...
View ArticleLinux • Re: Farewell Livecode...?
To resurrect a thread, I can confirm that a paid for LiveCode Professional 10.0 install still doesn't run on Arch Linux, it stalls at the same -E warning regardless of whether you choose All Users,...
View Article