Search found 6829 matches

by jacque
Thu Dec 28, 2023 7:54 pm
Forum: Talking LiveCode
Topic: Text Answer box is white in the stand alone.
Replies: 30
Views: 932458

Re: Text Answer box is white in the stand alone.

FourthWorld wrote:
Thu Dec 28, 2023 6:19 pm
There's no place like Home.
That's the piece I forgot. Normal inheritance is happening. But extensions, including ask/answer dialogs, are attached to (or at least reference) the Home stack, which in a standalone is the mainstack containing the engine.
by jacque
Thu Dec 28, 2023 7:48 am
Forum: Talking LiveCode
Topic: Text Answer box is white in the stand alone.
Replies: 30
Views: 932458

Re: Text Answer box is white in the stand alone.

It only happens in standalones if I remember right.
by jacque
Wed Dec 27, 2023 2:44 am
Forum: Talking LiveCode
Topic: Text Answer box is white in the stand alone.
Replies: 30
Views: 932458

Re: Text Answer box is white in the stand alone.

He mentioned there were many stacks, and I assumed only one put up a dialog. "This stack" is presumably that one.
by jacque
Tue Dec 26, 2023 7:18 pm
Forum: Talking LiveCode
Topic: Text Answer box is white in the stand alone.
Replies: 30
Views: 932458

Re: Text Answer box is white in the stand alone.

Why would not the field inherit its properties from the dialog stack itself, and only that stack, as opposed to any old topStack that called the dialog? That would not work with any other pair of stacks that were in play. I haven't looked at the scripts but I assume they set the colors so the dialo...
by jacque
Mon Dec 25, 2023 6:19 pm
Forum: Talking LiveCode
Topic: Text Answer box is white in the stand alone.
Replies: 30
Views: 932458

Re: Text Answer box is white in the stand alone.

Actually, the answer and ask dialogs inherit colors from the current stack, so it would affect the dialog. I had to do the same thing once.
by jacque
Sun Dec 24, 2023 8:46 pm
Forum: Off-Topic
Topic: Happy 2024
Replies: 7
Views: 160794

Re: Happy 2024

It won't take long. As Kitty Carlisle said once, at our age "every 15 minutes it's breakfast.".
by jacque
Sun Dec 24, 2023 7:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode Subscription
Replies: 6
Views: 121738

Re: Livecode Subscription

oldummy wrote:
Sun Dec 24, 2023 11:06 am
Well, that clarifies that. Thank you.
Also, at the very lowest tier, any standalones you've built stop working. Higher tiers don't have that restriction. That tier is suitable for students who are learning LC in the classroom.
by jacque
Sun Dec 24, 2023 7:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: background and foreground
Replies: 15
Views: 204331

Re: background and foreground

DumbarX and Stem
I LOVE this. Sounds like a comedy team. They should go on the road. 🤣
by jacque
Sun Dec 24, 2023 7:17 pm
Forum: Off-Topic
Topic: Happy 2024
Replies: 7
Views: 160794

Re: Happy 2024

Be of good cheer, the sun is returning! Good wishes to all.
by jacque
Sat Dec 23, 2023 7:49 pm
Forum: Talking LiveCode
Topic: How to detect CMD-V in the SE
Replies: 8
Views: 122614

Re: How to detect CMD-V in the SE

My guess is that a paste requires the SE to recalculate the red dot breakpoints, the formatting, and the text coloration; basically the entire display, so it reverts to LC native script styling.
by jacque
Mon Dec 18, 2023 6:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LC 10.0 dp-7 Android Deployment
Replies: 5
Views: 56682

Re: LC 10.0 dp-7 Android Deployment

Do you get any errors, and if so, what are they?
by jacque
Sun Dec 17, 2023 3:03 am
Forum: Talking LiveCode
Topic: Send the Stack to the Center of the screen.
Replies: 62
Views: 1174495

Re: Send the Stack to the Center of the screen.

I forgot about that, it hasn't been in my menu for years. The last time I looked at it, it was only for character info, I wasn't aware you can actually type with it. Or maybe I'm thinking of something else. I wonder if it's for adaptive hardware, since otherwise the usual keyboard should be more con...
by jacque
Sat Dec 16, 2023 7:23 pm
Forum: Talking LiveCode
Topic: Send the Stack to the Center of the screen.
Replies: 62
Views: 1174495

Re: Send the Stack to the Center of the screen.

richmond62 wrote:
Sat Dec 16, 2023 10:48 am
It could be very useful on desktops as they all sport virtual keyboards.
I didn't know that, how would I see that on my Mac?
by jacque
Sat Dec 16, 2023 7:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Browser Widget - LiveCode 10 DP-5 Release Notes
Replies: 2
Views: 11497

Re: Browser Widget - LiveCode 10 DP-5 Release Notes

Internet permissions maybe? There are two for Android, one in inclusions and another in the Android pane.
by jacque
Fri Dec 15, 2023 6:53 pm
Forum: Talking LiveCode
Topic: Send the Stack to the Center of the screen.
Replies: 62
Views: 1174495

Re: Send the Stack to the Center of the screen.

richmond62 wrote:
Thu Dec 14, 2023 5:22 pm
The ONLY thing that fusses me is how an LC stack or standalone is going to work out 'by itself' when someone summons another bit of screen furniture.
LC sends a keyboardActivated message so you can adjust the stack.

Go to advanced search