Search found 3324 matches

by mwieder
Thu May 04, 2023 4:17 pm
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 711116

Re: Announcing Xavvi, a Great Leap Forward for App Building

Paul-

Admittedly I haven't paid any attention to xavvi and don't intend to do so, so thanks for that interesting viewpoint.
Is that video archived somewhere publicly accessible?
by mwieder
Thu May 04, 2023 4:08 pm
Forum: Talking LiveCode
Topic: empty and the number 0
Replies: 15
Views: 9946

Re: empty and the number 0

Is nothing a constant?
is nothing sacred?
by mwieder
Thu May 04, 2023 3:26 am
Forum: Talking LiveCode
Topic: empty and the number 0
Replies: 15
Views: 9946

Re: empty and the number 0

Actually nothing is defined in LC10. And has an entry in the dictionary.
put nothing is empty -- true
put nothing is 0 -- true

The nothing value behaves like empty when used in string context, and like
zero when used in number context.
by mwieder
Thu May 04, 2023 3:21 am
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 711116

Re: Announcing Xavvi, a Great Leap Forward for App Building

they all give varying answers when a single person asks the same question twice.
My memory works the same way a lot of the time.
by mwieder
Thu May 04, 2023 3:19 am
Forum: Off-Topic
Topic: Emulating Apple IIgs
Replies: 4
Views: 3357

Re: Emulating Apple IIgs

Why not ten billion?
6502 Assembly language. Only had one byte for comparison.
by mwieder
Thu May 04, 2023 12:42 am
Forum: Talking LiveCode
Topic: empty and the number 0
Replies: 15
Views: 9946

Re: empty and the number 0

Nope

Code: Select all

put empty is nothing
by mwieder
Thu May 04, 2023 12:37 am
Forum: Off-Topic
Topic: Emulating Apple IIgs
Replies: 4
Views: 3357

Re: Emulating Apple IIgs

When I was at Apple I swore I was never going to work on the IIgs... and then I got assigned to the IIgs Project Toucan. So it goes. Still have the tshirt. My favorite thing about the IIgs was the fact that there was a spurious NMI (non-maskable interrupt) that would occur for no apparent reason. An...
by mwieder
Wed May 03, 2023 11:52 pm
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 711116

Re: Announcing Xavvi, a Great Leap Forward for App Building

I actually dislike the term Artificial Intelligence because I think it implies an unhealthy anthropomorphism. Machine Learning and Deep Learning, the more specific terms for the way the algorithms function do as well, but to a lesser degree. I also am struggling with the "Great Leap Forward", but fo...
by mwieder
Wed May 03, 2023 7:27 pm
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 711116

Re: Announcing Xavvi, a Great Leap Forward for App Building

Surely you can have an AI read the books for you and give you a one-sentence synopsis.

/ducking/
by mwieder
Mon May 01, 2023 10:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: message box covered with objects of some kind
Replies: 45
Views: 36529

Re: message box covered with objects of some kind

OK - does your backscript have a closeStack handler? closeCard?
Are there unclosed "put" statements? i.e.

Code: Select all

put xyzzy
rather than

Code: Select all

put xyzzy into msg
?

Are you changing the defaultStack in the backscript?
by mwieder
Mon May 01, 2023 8:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: message box covered with objects of some kind
Replies: 45
Views: 36529

Re: message box covered with objects of some kind

Hmmm... how about the View menu... is there a checkmark at Show Invisible Objects?
by mwieder
Mon May 01, 2023 7:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: message box covered with objects of some kind
Replies: 45
Views: 36529

Re: message box covered with objects of some kind

Yeah... I've been all over the engine source and the IDE scripts grepping for it. Nada.
by mwieder
Mon May 01, 2023 5:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: message box covered with objects of some kind
Replies: 45
Views: 36529

Re: message box covered with objects of some kind

Ah, the dreaded "something" dialog. That's been around for some 20 years with no one any the wiser as to its source. As to your message box, try renaming the LC preference file, then launch LC. It will create a new preferences file for you and that way you can still save the old one in case that's t...
by mwieder
Mon May 01, 2023 1:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using expressions with "<" and ">"
Replies: 17
Views: 11974

Re: Using expressions with "<" and ">"

Well, I can verify that code hasn't changed since at least as far back as v 7.0.4.
I'm guessing it's just always been that way.

Go to advanced search