Getting 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 - Experienced Developers • Re: Open PDF once...
The images that are available on disk are rather huge, measuring about 500 pixels on the long edge. My datagrid differs from the tutorial in that I am trying to display the images at 180 by 180...
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 ArticleGetting Started with LiveCode - Complete Beginners • Print from mobile app?
Is it possible to use LC to print from mobile app to a wireless printer?Is there an example somewhere?Thanks,DavidStatistics: Posted by DR White — Wed Jul 03, 2024 11:25 am
View ArticleGetting Started with LiveCode - Complete Beginners • Referring to self?
Imagine a button called "B1" containing the script:CODE: on mouseUpdelete meend mouseUpThis will NOT work, and generate the following error message:CODE: object's script is executingThis IS...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Referring to self?
I'm pretty sure you can't. Why would you need to?You could send the long name of me from the control's script to a handler in the stack script or library that takes the parameter and does a bit of...
View Article