Search found 9107 matches

by FourthWorld
Wed Jan 31, 2024 8:03 pm
Forum: Off-Topic
Topic: LiveCode and HyperStudio
Replies: 29
Views: 58215

Re: LiveCode and HyperStudio

It seems likely we could actually emulate this in LiveCode (implemented as a test-off palette), but the question is: should we? I wouldn't bother. It would be challenging enough on Windows and Linux, and the global menu bar in macOS would require some clever Builder hooks to get it working. And wit...
by FourthWorld
Wed Jan 31, 2024 12:33 am
Forum: Off-Topic
Topic: LiveCode and HyperStudio
Replies: 29
Views: 58215

Re: LiveCode and HyperStudio

SparkOut wrote:
Tue Jan 30, 2024 9:56 pm
Dunno, a google search revealed this, might be the requested one http://preserve.mactech.com/articles/ma ... index.html
Yep, that's the one.

I still remember typing the hex pattern for the accompanying WDEF palette, so grateful I would never do that again. :)
by FourthWorld
Tue Jan 30, 2024 6:22 am
Forum: Off-Topic
Topic: LiveCode and HyperStudio
Replies: 29
Views: 58215

Re: LiveCode and HyperStudio

In the few apps that used them, tear-off menus were custom code in an MDEF resource (Menu Definition). The OS Toolbox generally only provided direct support for GUI elements recommended in the HIG. There was a old MacTech issue with a tutorial on how to code one. I ran that exercise through ThinkC b...
by FourthWorld
Mon Jan 22, 2024 9:47 pm
Forum: Talking LiveCode
Topic: this is simple and it should work
Replies: 1
Views: 528

Re: this is simple and it should work

Works here in 9.6.10.

If staying with such an old version for performance reasons, maybe we can more easily optimize those core routines than to find workarounds for nearly two decades of bug fixes.
by FourthWorld
Sat Jan 20, 2024 5:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: SystemVersion
Replies: 6
Views: 3290

Re: SystemVersion

richmond62 wrote:
Sat Jan 20, 2024 3:13 pm
I wonder if anyone could be so kind as to tell me where inside the LC MacOS bundle I can find the code to detect the systemVersion.
I'd guess you'd be looking for the compiled object code engine, as The system version is obtained thru a call to an OS API.

Probably better to review the source.
by FourthWorld
Sat Jan 20, 2024 5:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LC and Javascript hash?
Replies: 5
Views: 1052

Re: LC and Javascript hash?

The GitHub link is 404.

What did the difference turn out to be?
by FourthWorld
Wed Jan 17, 2024 5:41 pm
Forum: Developer Services Marketplace
Topic: Offering Development from Ukraine
Replies: 7
Views: 3901

Re: Offering Development from Ukraine

Done.

(Why are posts here required to have at least 10 characters? Seems like a remedy to a problem from another time.)
by FourthWorld
Tue Jan 16, 2024 11:35 pm
Forum: Developer Services Marketplace
Topic: Offering Development from Ukraine
Replies: 7
Views: 3901

Re: Offering Development from Ukraine

This is a great idea. May I suggest creating a thread with such offerings in the Developer Marketplace forum? We don't get much traffic here, but those coming in may look there first for developer assistance.

https://forums.livecode.com/viewforum.php?f=134
by FourthWorld
Mon Jan 15, 2024 3:41 pm
Forum: Off-Topic
Topic: LiveCode and HyperStudio
Replies: 29
Views: 58215

Re: LiveCode and HyperStudio

...a "tear-off" Library palette with access to both built-in and user objects, graphics, audio, animation & video. - A tear-off Layout palette with icons... - A tear-off Tools palette with a color picker... Help bring me up to speed with where HyperStudio is with those palettes: are those torn away...
by FourthWorld
Mon Jan 15, 2024 3:29 pm
Forum: Off-Topic
Topic: LiveCode and HyperStudio
Replies: 29
Views: 58215

Re: LiveCode and HyperStudio

IIRC HyperStudio's web export relied on a browser plug-in, a delivery method no longer available in the product. Browser plug-ins were impractical even as late as LC's browser plug-in experiment many years ago, which is why LC's plug-in was EOL'd within about 24 months of launch. HyperStudio Author ...
by FourthWorld
Fri Jan 12, 2024 12:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Convert seconds back to date form
Replies: 9
Views: 304359

Re: Convert seconds back to date form

Seconds or InternetTime are the two formats especially useful if you need to support teams in different time zones, as they are based off of GMT and can be converted to local time easily.
by FourthWorld
Wed Jan 10, 2024 3:04 am
Forum: Off-Topic
Topic: AI to replace programmers?
Replies: 4
Views: 34695

Re: AI to replace programmers?

1. A 14 year old girl using chatGPT via SnapChat managed to convince the thing that 1+1=3. this is really interesting. How was it proven? Hi oilumiun12. Welcome to the LiveCode forums. I'm curious: what was it about this 8-month old thread that prompted you to create an account? To answer your ques...
by FourthWorld
Tue Jan 09, 2024 8:25 am
Forum: Windows
Topic: launch an ".EXE (command line program)" silent.
Replies: 2
Views: 27748

Re: launch an ".EXE (command line program)" silent.

Does it help if you set the showConsoleWindows global property to false on startup?

Go to advanced search