Search found 9387 matches

by dunbarx
Thu Apr 04, 2024 7:57 pm
Forum: Talking LiveCode
Topic: An event trigger when data is added to a field
Replies: 15
Views: 705

Re: An event trigger when data is added to a field

Well, at least two people have wanted that "feature" to be "updated". Is this worth making an enhancement request?

Make that three, with me, just because.

Craig
by dunbarx
Thu Apr 04, 2024 6:00 pm
Forum: Talking LiveCode
Topic: An event trigger when data is added to a field
Replies: 15
Views: 705

Re: An event trigger when data is added to a field

I suppose you should test to see if the text has indeed changed, that is, you did not put the very same contents of that field back into that field. That may not always be a valueless thing to do, however, so mentioning it just in case.

Craig
by dunbarx
Thu Apr 04, 2024 5:57 pm
Forum: Talking LiveCode
Topic: An event trigger when data is added to a field
Replies: 15
Views: 705

Re: An event trigger when data is added to a field

Yep, something I would have bet money could not possibly be true. The "textChanged" message is not sent when the text changes in a field via script. Weird. And moreover, WHY??? Anyway, why not just do your task when you load the new data? In other words, instead of invoking a message, just: put "tes...
by dunbarx
Thu Apr 04, 2024 3:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1225164

Re: Where are the newbies?

Can you say "King Lear"?

Craig
by dunbarx
Thu Apr 04, 2024 1:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1225164

Re: Where are the newbies?

Richmond.

Glad we are friends again.

So it was "idiots" that was the trigger. OK, as a choice of words , that may have been over the top. How about "fools"? :D

Craig
by dunbarx
Wed Apr 03, 2024 11:01 pm
Forum: Talking LiveCode
Topic: Monitor DPI for Windows and Mac?
Replies: 12
Views: 591

Re: Monitor DPI for Windows and Mac?

Ah, I see. You do not want to have to rely on using a caliper to measure the actual size of either the screen or the card window dimensions.

Aha.

Craig
by dunbarx
Wed Apr 03, 2024 10:54 pm
Forum: Talking LiveCode
Topic: Monitor DPI for Windows and Mac?
Replies: 12
Views: 591

Re: Monitor DPI for Windows and Mac?

Richard.

You mean the "mobilePixelDensity()"?

Can't you use the screen/card dimensions to determine the number of X and Y pixels on each axis? And if you have that, doesn't that give you the "desktop pixel density"?

Craig
by dunbarx
Wed Apr 03, 2024 9:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1225164

Re: Where are the newbies?

Richmond. The last time this sort of thing happened was after I responded to someone here about this very sort of issue. I mentioned that I thought the main reason LC did not sweep the planet was that many programmers, experienced ones most of all, dismissed it as a toy, without really investigating...
by dunbarx
Wed Apr 03, 2024 9:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1225164

Re: Where are the newbies?

Richmond.

Really??

First off, I never mentioned Windows. Second, I was hardly actually angry or upset; I am startled you took such umbrage Don't become curmudgeonly.

Craig
by dunbarx
Wed Apr 03, 2024 6:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1225164

Re: Where are the newbies?

Richard. What do you see? I see, or rather feel, that we are a lonely group. This means to me that people are idiots, a treasure to be had for the taking that they simply do not see. Or worse, that either from prejudice against what LC is, or for want of investigation, they do not give it a fair tri...
by dunbarx
Wed Apr 03, 2024 6:33 pm
Forum: Talking LiveCode
Topic: Reading data from Bluetooth device
Replies: 4
Views: 204

Re: Reading data from Bluetooth device

Simon, nothing else, right? Seems so. I am the wrong person to even speak here, since I do not do mobile. But, again, I do not think that bluetooth is the issue. Whatever mobile app you have created must query and read from some dataset in some app on your phone. How that source gets its data via bl...
by dunbarx
Wed Apr 03, 2024 5:15 pm
Forum: Talking LiveCode
Topic: Reading data from Bluetooth device
Replies: 4
Views: 204

Re: Reading data from Bluetooth device

There is a function "mergNICisBluetoothConnected()" that determines whether a bluetooth device is connected at all. Beyond that, when you say: any way to read the data being sent from a Bluetooth device how do you mean that? Whatever comes over via bluetooth has to end up somewhere, and isn't that t...
by dunbarx
Wed Apr 03, 2024 5:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1225164

Re: Where are the newbies?

Native deployment is LiveCode's strength, and its breadth in that space leaves most competition in the dust. It has a few weaknesses to address, esp with mobile (scrolling fields, clipboard, etc), but still a strong competitor for mobile. Moreover, it's almost alone in the desktop space, where user...
by dunbarx
Wed Apr 03, 2024 3:08 pm
Forum: Talking LiveCode
Topic: Checking user answer in a quiz
Replies: 5
Views: 263

Re: Checking user answer in a quiz

I am assuming I am correct. Try out this test stack.

Craig


Q & A.livecode.zip
(1.08 KiB) Downloaded 11 times
by dunbarx
Wed Apr 03, 2024 2:44 pm
Forum: Talking LiveCode
Topic: Checking user answer in a quiz
Replies: 5
Views: 263

Re: Checking user answer in a quiz

Rereading, maybe your real issue is:
"How do I store the answer to the current question so I can compare it to whatever and however the user responds"
Is that so?

Craig

Go to advanced search