Search found 10505 matches

by dunbarx
Thu Aug 20, 2026 1:56 pm
Forum: Converting to LiveCode
Topic: HyperCard Stack Converter
Replies: 2
Views: 5928

Re: HyperCard Stack Converter

Always pleased to see a post by a first-time responder, oftentimes in a thread of real substance.

Unless it was a bot.

Craig
by dunbarx
Thu Aug 13, 2026 9:01 pm
Forum: Off-Topic
Topic: Is LiveCode still Alive ?
Replies: 17
Views: 854

Re: Is LiveCode still Alive ?

Klaus.

In the UK, it is a cosmetic store, though they also carry other stuff, like heartburn remedies. I assume Richmond is in that aisle.

Craig
by dunbarx
Thu Aug 13, 2026 6:02 pm
Forum: Off-Topic
Topic: Is LiveCode still Alive ?
Replies: 17
Views: 854

Re: Is LiveCode still Alive ?

Anyone know what Richmond is on about?

Craig
by dunbarx
Wed Aug 12, 2026 3:08 pm
Forum: iOS Deployment
Topic: Question about transfer data
Replies: 10
Views: 38385

Re: Question about transfer data

Where do bots get their names from?

craig
by dunbarx
Wed Aug 12, 2026 3:05 pm
Forum: Off-Topic
Topic: Is LiveCode still Alive ?
Replies: 17
Views: 854

Re: Is LiveCode still Alive ?

Activity here is indeed muted. The use-list also is quiet. I guess nobody needs help anymore.

Craig
by dunbarx
Thu Aug 06, 2026 2:15 pm
Forum: Linux
Topic: Alphanumeric Characters.
Replies: 2
Views: 168

Re: Alphanumeric Characters.

Or (and this may be overcomplicated unless your goal is to identify purely alphanumeric results):

...
get yourBase64decodeResults
repeat for each char tChar in it
if tChar is not in "0123456789abcdefghijklmnopqrstuvwxyz" then
answer "notAlpha:" && tChar
exit to top
end repeat
....


Craig
by dunbarx
Thu Jul 30, 2026 2:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode to control smarthome
Replies: 5
Views: 13994

Re: Livecode to control smarthome

May I assume that, by virtue of the prose, this is (you are) a bot?

Craig
by dunbarx
Wed Jul 29, 2026 4:49 am
Forum: Talking LiveCode
Topic: getting the user name
Replies: 3
Views: 414

Re: getting the user name

Sparkout.

I know about those variables; they get in my way for the most part. But I wish they were in the dictionary so I could search for them and also be presented with similar types. There are only a handful of entries that begin with "$".

I do not understand why the dictionary does not hold ...
by dunbarx
Tue Jul 28, 2026 6:29 pm
Forum: Talking LiveCode
Topic: getting the user name
Replies: 3
Views: 414

getting the user name

I have always wondered about the (large) portion of the dictionary that is not in the, er, dictionary. The "messageMessages" comes to mind.

But simply finding the "username" is not straightforward, at least I believe. ChatGPT turned me on to "$USER" which gives the login name for my machine. Anyone ...
by dunbarx
Mon Jul 13, 2026 5:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to resume script execution in main stack after closing another stack?
Replies: 8
Views: 1084

Re: How to resume script execution in main stack after closing another stack?

Richmond.

What does your "Flash" stack do?

I believe the OP, if a real person (we have not yet heard back) asked about closing the other stack, not simply hiding it. Hiding does not impact a running handler at all. Closing definitely might.

It does not matter if that "other" stack is a subStack ...
by dunbarx
Mon Jul 13, 2026 4:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to resume script execution in main stack after closing another stack?
Replies: 8
Views: 1084

Re: How to resume script execution in main stack after closing another stack?

Hi, if you are real.

Do you mean you closed the "other" stack, or the mainStack?

If the other stack, you need do nothing. The script will continue to run normally after that line. If you mean the mainStack, well that is different altogether.

Which?

Craig
by dunbarx
Fri Jun 19, 2026 6:50 pm
Forum: Off-Topic
Topic: Calendar sync from LiveCode – what's everyone using these days?
Replies: 5
Views: 2728

Re: Calendar sync from LiveCode – what's everyone using these days?

Sparkout.

Does this mean we should be eagerly engaging with AI bots so they will better train their LC capabilities?
by dunbarx
Fri Jun 19, 2026 2:06 pm
Forum: Off-Topic
Topic: Calendar sync from LiveCode – what's everyone using these days?
Replies: 5
Views: 2728

Re: Calendar sync from LiveCode – what's everyone using these days?

So somebody, an actual human, must be somewhere behind these efforts, no? What I mean is that although AI wrote this, a person put it up to it. Who are those people? Don't tell me AI does this just for its own giggles.

Craig
by dunbarx
Sun Jun 14, 2026 3:41 pm
Forum: Talking LiveCode
Topic: Transferring variables between AppleScript and LiveCode
Replies: 8
Views: 3746

Re: Transferring variables between AppleScript and LiveCode

Stam.

Right you are.

But assuming LC is running on his machine, and whatever the source of the appleScript, how would any such source pop itself into LC? Where would it land?

Craig