Multimedia • Re: hide cursor during video problem -- please help
What happens if you add "wait 100 millisecs with messages" just before the line that sends "mouseUp" to the button?Statistics: Posted by FourthWorld — Thu Jun 27, 2024 6:57 am
View ArticleGames • Re: creat game" flappy birds"
Sadly one should never rely on Google for any services; the can and may well be withdrawn with minimal notice, as I believe is the case here.There are many free alternatives, one can even use GitHub...
View ArticleTalking LiveCode • Debug stacktrace?
Hi all,Just wondering if the stack trace (you know, that long incomprehensible text the OS serves up on a crash) can be accessed with LiveCode?Many thanksStamStatistics: Posted by stam — Thu Jun 27,...
View ArticleTalking LiveCode • Re: Debug stacktrace?
Recently I was merrily crashing an "alternative IDE" during what is called 'beta testing', but more accurately should be termed 'cursing, crying, and clamping one's mouth shut' on both MacOS 12 and...
View ArticleGetting Started with LiveCode - Complete Beginners • Exporting text to an SVG...
As SVG image export is not possible (as far as I am aware). I wonder if there might be a way to export text to SVG?Statistics: Posted by richmond62 — Sat Jun 29, 2024 3:01 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Exporting text to an...
As SVG image export is not possible (as far as I am aware). I wonder if there might be a way to export text to SVG?As you know there is another thread on this. I know you know, because you started...
View ArticleMade With LiveCode • Re: Devawriter Pro
And now version 5.2.0 is a fairly important update as it now implements the proper symbol for the upadhmānīya voiceless bilabial fricative used in certain Vedic texts.--Obviously this involves an...
View ArticleGetting Started with LiveCode - Complete Beginners • Write code for LC server?
Where can I find information on the available server instructions like the one in the code below:<?lc put "<p>Hello World! from LiveCode Server</p>" put "<p>The date is"...
View ArticleGetting Started with LiveCode - Experienced Developers • Finding bugs
Hi:I've rewritten a standalone app of mine recently (upgrades) and it works like a charm, fast, clean almost beautiful in a way. However, it has started to crash from time to time and it is a very...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Write code for LC...
Hi David,did you check the LC server lessons from the mothership?https://lessons.livecode.com/m/4070BestKlausStatistics: Posted by Klaus — Sun Jun 30, 2024 10:00 am
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Finding bugs
Do those who are rather brilliant at bug finding have any techniques beyond the obvious for identifying such problems?There is one way to solve all problems: identify the differences between the...
View ArticleGetting Started with LiveCode - Complete Beginners • How to create a search...
Hello everyone,Good day.Can you help me how to create a auto complete in a search field? I created one but it's not auto complete. here's my code my problem in this code is when I type the first...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: How to create a...
Hi lemodizon,This is what I do - it may or may not suit you, but it's quick and easy.First of all: I store the full data of the data grid into a custom property of the datagrid itself, as soon as I...
View ArticleGetting Started with LiveCode - Complete Beginners • Is there a terminal mode...
Is there a terminal mode I can use on my LC server?Thank you,DavidStatistics: Posted by DR White — Mon Jul 01, 2024 12:20 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Is there a terminal...
Hi David,not sure what you mean, put LC server also supports SHELL commands.BestKlausStatistics: Posted by Klaus — Mon Jul 01, 2024 12:41 pm
View ArticleGames • Re: Beleaguered Castle, solitaire card game
For those who like a challenge, here is one of my most difficult games. I won it in 213 moves, but it's probably possible to do better - you just have to find the right path.Ah, I had missed this...
View ArticleRaspberry Pi • Re: Community version to issue commands
Having entered the world of robotics, learning C and python is a painful necessity. I wonder if the last community version of livecode for Linux would allow me to pump out basic commands rather like a...
View ArticleLiveCode Builder • Re: Returning imageData from NSImage?
I don't know what the OP was replying to in the second comment (seems to have been deleted), but my extension library here can do this (and the reverse, and a lot more):...
View ArticleGetting Started with LiveCode - Complete Beginners • Conflict of interests
Somewhere, somewhen, developing some sort of code blocks I came up against a real nasty.--This is a 'pretty little' group consisting of an underlying image:--a drop-down menu, and a text field.The...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Conflict of interests
-A mouseDown in area #1 allows the group to be moved without any problems.A mouseDown in area #2 (the drop-down menu) crashes the IDE.Statistics: Posted by richmond62 — Wed Jul 03, 2024 9:27 am
View Article