Search found 10381 matches

by dunbarx
Thu Oct 30, 2025 2:25 pm
Forum: Feature Proposals
Topic: full text justification
Replies: 16
Views: 22455

Re: full text justification

Mike is just about the busiest liveCoder out there.

Craig
by dunbarx
Tue Oct 28, 2025 9:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to save a graphic on a card using paint tools
Replies: 21
Views: 612

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

Jacque.

The "cantModify" of the test stack I made was "false".

Craig
by dunbarx
Tue Oct 28, 2025 9:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to save a graphic on a card using paint tools
Replies: 21
Views: 612

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

Bernd. I do not understand. If I paint a line on a new card, it is true that the rect of the "image" of that line fills the card window. Save that stack. It is lost if I close and reopen. An imported image, however, allows the paint to survive if that paint lies within the rect of that image. What a...
by dunbarx
Tue Oct 28, 2025 8:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to save a graphic on a card using paint tools
Replies: 21
Views: 612

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

Bernd. Well, I see what you meant. If you import an image, and I guess that could be 100% whiteSpace that fills the card window, then any painting you do within the rect of that image sticks. Note that you can only paint within the image rect because the tools fail to paint at all outside it. They w...
by dunbarx
Tue Oct 28, 2025 8:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to save a graphic on a card using paint tools
Replies: 21
Views: 612

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

Bernd. Could you try to create an image object of the size and location you want first and then do your drawing- Why would that be of any use, even if it worked? The whole point of paint tools, awkward as they are, is lost if you have to prep them with an image. In that case, what do you need to pai...
by dunbarx
Tue Oct 28, 2025 8:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to save a graphic on a card using paint tools
Replies: 21
Views: 612

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

Bernd. I never use paint tools, though I remember back in 1987 I doodled a lot with HC. In a new stack I made a small "drawing" using each of the seven standard paint tools in the toolbar, rectangle, line, brush, etc. I saved the stack and re-opened. All the doodles except for the line and polygon d...
by dunbarx
Thu Oct 23, 2025 11:22 pm
Forum: Windows
Topic: Execute A Program
Replies: 15
Views: 9277

Re: Execute A Program

OK,

Code: Select all

send "preOpenStack" to stack "yourScriptOnlyStackHere"
Craig
by dunbarx
Thu Oct 23, 2025 9:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: adding a widget to card using LC script
Replies: 9
Views: 926

Re: adding a widget to card using LC script

Part 1. When you say "place", do you need a way to automate that process, because there are a lot of controls? Or because they need to follow some sort of pattern on the card? Something else? Part 2. A widget is really just another type of control. You can pull it from the tools palette, from the Ob...
by dunbarx
Thu Oct 23, 2025 8:58 pm
Forum: Windows
Topic: Execute A Program
Replies: 15
Views: 9277

Re: Execute A Program

Hi. Are you asking how to "use" a stack within LC? All the chatter here seemed to me to indicate that you wanted to open other applications from within LC, but not run LC from within LC. "launch" is your friend there. But this latest: start using stack "stack name" or go stack "stackName" ... Threw ...
by dunbarx
Tue Oct 14, 2025 3:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Raising the roof
Replies: 1
Views: 858

Re: Raising the roof

Richmond ...but, clicking on the revMenubar bit that protruded above the LibreOffice window top, that stack came to the front, but my stack did not... If I understand you, you clicked on the revmenuBar, which brought LC (the app) to the front but not any LC stacks. Is that what you meant? If so, it ...
by dunbarx
Thu Oct 09, 2025 7:51 pm
Forum: Made With LiveCode
Topic: Wordle type game for iOS
Replies: 7
Views: 14882

Re: Wordle type game for iOS

Richmond.

We will know something has fundamentally shifted when robots do not simply detect snarkiness and reply appropriately, but rather feel outrage and push back with emotional fervor. 8)

Craig
by dunbarx
Thu Oct 09, 2025 4:31 pm
Forum: Made With LiveCode
Topic: Wordle type game for iOS
Replies: 7
Views: 14882

Re: Wordle type game for iOS

Ah, but witnesses and evidence were left at the scene. We know the AI was named "spunkiBot", which is not smart, the "Bot" part easy for detectives to find. We know it caused Richmond to respond in a snarky way. But I think Richmond was in on it from the beginning and is trying to cover his tracks. ...
by dunbarx
Thu Oct 02, 2025 3:28 pm
Forum: Talking LiveCode
Topic: LC 10/Create and Linux?
Replies: 4
Views: 2784

Re: LC 10/Create and Linux?

Rusty was clear and spot on.

I only mention this to confirm, since that was a recent discussion, that there are a lot of LC people out there that have never posted here. I wonder how many.

Craig
by dunbarx
Wed Oct 01, 2025 8:31 pm
Forum: Linux
Topic: Farewell Livecode...?
Replies: 56
Views: 147584

Re: Farewell Livecode...?

Stam. That is what I thought. I will stick with LC forever since it does all I could want. When Create is really running I will try it in earnest, but will not care if i revert back to "classic". Why? I run three different factory production machines using LC through a gadget that communicates to th...
by dunbarx
Wed Oct 01, 2025 4:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Ask how to save data in LiveCode
Replies: 7
Views: 3238

Re: Ask how to save data in LiveCode

What Klaus said. But as a new user, here is what I have done for a stack I use. This is on a Mac. This uses the "open File" command and creates and writes to a file on my desktop. In this simple example, the variable "filepath" is "/users/craignewman/desktop/myFile.txt" The data it writes is up to y...