Search found 14066 matches

by Klaus
Tue Oct 28, 2025 7:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to save a graphic on a card using paint tools
Replies: 21
Views: 618

Re: How to save a graphic on a card using paint tools

Yes, but in that case you cannot even draw anything on a card at all!
by Klaus
Tue Oct 28, 2025 4:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to save a graphic on a card using paint tools
Replies: 21
Views: 618

Re: How to save a graphic on a card using paint tools

Sorry, I meant the script to create the graphic(s).
by Klaus
Tue Oct 28, 2025 4:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to save a graphic on a card using paint tools
Replies: 21
Views: 618

Re: How to save a graphic on a card using paint tools

OK, OK, just wanted to be sure. 8)
But what do you mean by:
(If I want to draw a new graphic I use a button that cuts the rectangle of the graphic.)
Maybe you could post the script and/or stack here?
by Klaus
Tue Oct 28, 2025 3:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to save a graphic on a card using paint tools
Replies: 21
Views: 618

Re: How to save a graphic on a card using paint tools

Hi Martin,

never heard of this problem!?
Sure there is no "pre-/opencard" handler that will "clean up" the card?


Best

Klaus
by Klaus
Sat Oct 25, 2025 11:02 am
Forum: Talking LiveCode
Topic: Truchet Pattern Generator
Replies: 9
Views: 769

Re: Truchet Pattern Generator

Come on, Richmond, that is enough!
by Klaus
Fri Oct 24, 2025 4:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: adding a widget to card using LC script
Replies: 9
Views: 930

Re: adding a widget to card using LC script

Hi Mark,

a cards size is defined by the stacks size!
So you cannot set the width/height of a card separately, that'll throw an error.

Best

Klaus
by Klaus
Thu Oct 23, 2025 9:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: adding a widget to card using LC script
Replies: 9
Views: 930

Re: adding a widget to card using LC script

Hi Mark,

1. sorry, no idea.
2. Take a look at the "kind" field in the inspector for widgets.
That is the thing to use in scripts:

Code: Select all

...
create widget "your name for the new widget here..." as "com.livecode.widget.headerbar"
...
Check "Create widget" in the dictionary for more info.


Best

Klaus
by Klaus
Thu Oct 23, 2025 10:30 am
Forum: Off-Topic
Topic: Over on Haiku
Replies: 2
Views: 696

Re: Over on Haiku

Congrats and thank you for sharing your latest zoological adventures with us! :-D
by Klaus
Thu Oct 16, 2025 12:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: See text returned from a tsNetCustom TCP call
Replies: 3
Views: 1183

Re: See text returned from a tsNetCustom TCP call

I never used tsNetCustom, but this is a function, so doesn't it (or "the result") return something useful?
Or the params your "callback" handler comes with? In case you use a callback message.
by Klaus
Sun Oct 12, 2025 4:52 pm
Forum: Databases
Topic: Question about mySQL running on a remote server not returning all data
Replies: 4
Views: 2232

Re: Question about mySQL running on a remote server not returning all data

One thread per problem is sufficient! 8)
Will delete the post in "Experienced developers"!
by Klaus
Thu Oct 09, 2025 2:32 pm
Forum: Made With LiveCode
Topic: Wordle type game for iOS
Replies: 7
Views: 14895

Re: Wordle type game for iOS

I just deleted an AI spam posting which Richmond refers to...
by Klaus
Wed Oct 08, 2025 4:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: QR Code
Replies: 3
Views: 1405

Re: QR Code

I just created a "feature request" for this and Panos answer is really helpful!
See here: https://quality.livecode.com/show_bug.cgi?id=24751
by Klaus
Fri Oct 03, 2025 2:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Put the unicode range
Replies: 3
Views: 1972

Re: Put the unicode range

Select and copy the text on the webpage
Paste into a new sheet in EXCEL or NUMBERS
Then export it to a TSV file to import into LC
:-)
by Klaus
Wed Oct 01, 2025 10:45 am
Forum: Android Deployment
Topic: Google Play Console: new requirements
Replies: 21
Views: 23523

Re: Google Play Console: new requirements

Thanks!

I added a little translation of "Non supporta 16 kB" just in case they don't get it! :-D