Search found 10295 matches
- Tue Jul 22, 2025 7:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Modifier Keys?
- Replies: 29
- Views: 1000
Re: Modifier Keys?
Back at this just today, and astonished a what happened since my last post. @Eeveryone but Richmond. I know you guys get it, but still not sure about Richmond. @Richmond. With (on Mac, I am sure Windows can manage as well) with Shift, Control, Option and Command, you do not instantly see six two-key...
- Thu Jul 17, 2025 9:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Modifier Keys?
- Replies: 29
- Views: 1000
Re: Modifier Keys?
Richmond.
Calm down.
There are four "no-lock" control keys. That is six two-key combinations. You have five discrete needs. So, what am I missing?
Craig
Calm down.

There are four "no-lock" control keys. That is six two-key combinations. You have five discrete needs. So, what am I missing?
Craig
- Thu Jul 17, 2025 7:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Modifier Keys?
- Replies: 29
- Views: 1000
Re: Modifier Keys?
I am confused. The difference between the names of keys ("alt" vs. cmd. for example) will not affect their behavior. Why not just ignore this entirely? The stack's instructions, which can be tailored for any platform, can refer to whatever name is appropriate. Or am I missing something here? Craig
- Wed Jul 16, 2025 8:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Modifier Keys?
- Replies: 29
- Views: 1000
Re: Modifier Keys?
I don't suppose you are amenable to three control keys?
Craig
Craig
- Wed Jul 16, 2025 3:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Modifier Keys?
- Replies: 29
- Views: 1000
Re: Modifier Keys?
Richmond.
The locking thing would make me cringe. No other double combination of control keys seems attractive?
Craig
The locking thing would make me cringe. No other double combination of control keys seems attractive?
Craig
- Wed Jul 16, 2025 3:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to move an object from one card to another?
- Replies: 5
- Views: 504
Re: How to move an object from one card to another?
Charles (?) Sounds like you are pretty well along for a "beginner". Some questions: Is there a single image or are there multiple ones, depending on the card? Whatever image there is, is that the first place the user is supposed to interact? You said "When you interact with an image, its visibility ...
- Wed Jul 16, 2025 3:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Global Variable Not Working Between Cards?
- Replies: 6
- Views: 396
Re: Global Variable Not Working Between Cards?
All good stuff.
@ lucassinner. What is the latest news?
@ lucassinner. What is the latest news?
- Tue Jul 15, 2025 2:50 pm
- Forum: Made With LiveCode
- Topic: how to manage data in LiveCode when working with multiple cards?
- Replies: 12
- Views: 859
Re: how to manage data in LiveCode when working with multiple cards?
@mailWrithing.
I made the "W" uppercase to conform to good LC practice.
The thing about globals is spot on. I recommend you play with custom properties instead. They are far easier to manage, and even survive sessions.
Craig
I made the "W" uppercase to conform to good LC practice.

The thing about globals is spot on. I recommend you play with custom properties instead. They are far easier to manage, and even survive sessions.
Craig
- Tue Jul 15, 2025 2:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Global Variable Not Working Between Cards?
- Replies: 6
- Views: 396
Re: Global Variable Not Working Between Cards?
Hi.
What Stam may have meant was to make sure the global was not empty. The scripts themselves are indeed perfectly sound.
You can test this with:
Make sure there is something in that variable.
Craig
What Stam may have meant was to make sure the global was not empty. The scripts themselves are indeed perfectly sound.
You can test this with:
Code: Select all
global gUserText
put field "InputField" into gUserText
answer gUserText
Craig
- Mon Jul 14, 2025 9:04 pm
- Forum: Made With LiveCode
- Topic: how to manage data in LiveCode when working with multiple cards?
- Replies: 12
- Views: 859
Re: how to manage data in LiveCode when working with multiple cards?
@Stam. I only meant that perhaps the issue is less complicated. If the user fills in an "ask" dialog, for example: ...ask "Enter data" put it into fld 3 of card 7 And if the user types into a field: put fld "entryField" into fld 3 of card 7 The need to store the data may not be an issue at all, only...
- Mon Jul 14, 2025 3:23 pm
- Forum: Made With LiveCode
- Topic: how to manage data in LiveCode when working with multiple cards?
- Replies: 12
- Views: 859
Re: how to manage data in LiveCode when working with multiple cards?
@Stam. Rereading, I suspect the OP has his user type data into a field or enter it from a dialog, and simply wants to transfer that data to another card. @mailwrithing. Interesting name. But is this correct? If so, then as Klaus mentioned, you simply need to identify the target container and the use...
- Mon Jul 14, 2025 2:38 pm
- Forum: Made With LiveCode
- Topic: Livecode fountain pens
- Replies: 11
- Views: 15797
Re: Livecode fountain pens
Michael.
Post a handful of messages to clear the seven post minimum. They need no content; we will know what you are up to.
Craig
Post a handful of messages to clear the seven post minimum. They need no content; we will know what you are up to.
Craig
- Mon Jul 14, 2025 2:27 pm
- Forum: Made With LiveCode
- Topic: Livecode fountain pens
- Replies: 11
- Views: 15797
Re: Livecode fountain pens
Michael. Very cool indeed. Can you use the 3D printer to "write" a label on the outside of your pens, to personalize them? That would boost sales a great deal, I think. You are the only other person I know of, besides myself, that has used LiveCode to control actual machines. I made three such gadge...
- Mon Jul 14, 2025 2:16 pm
- Forum: Made With LiveCode
- Topic: how to manage data in LiveCode when working with multiple cards?
- Replies: 12
- Views: 859
Re: how to manage data in LiveCode when working with multiple cards?
Hi. What Klaus said. The important thing he mentioned is to clearly define the destination of the data to which you want to transmit. Know that this can be extended to stacks as well, which is a "larger", but very similar idea; put fld 1 of cd 3 of stack "XYZ" into fld 3 of cd 2 of stack "ABC" You c...
- Fri Jun 20, 2025 12:49 pm
- Forum: Games
- Topic: cutting irregular pieces from image for puzzle game
- Replies: 62
- Views: 20284
Re: cutting irregular pieces from image for puzzle game
If the maskData works pixel by pixel, that is the way to go. My method is a massive kluge.
Craig
Craig