Search found 9388 matches

by dunbarx
Fri Apr 26, 2024 5:31 pm
Forum: Windows
Topic: SQL Query error when a String has double quote
Replies: 3
Views: 68

Re: SQL Query error when a String has double quote

Paul and Stam are trying to convince you to solve your problem like an adult would. But I ran into something like this many years ago, and solved it like a petulant child. I substituted ASCII 210 (or 211, I cannot now remember) for every quote constant at risk: replace quote with numToChar(210) in y...
by dunbarx
Thu Apr 25, 2024 8:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Exporting SVG images?
Replies: 8
Views: 209

Re: Exporting SVG images?

So is this worth an enhancement request, to add a sixth format to the "export" command?

Craig
by dunbarx
Thu Apr 25, 2024 8:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Palettising a main stack.
Replies: 9
Views: 214

Re: Palettising a main stack.

Well, more complicated than I thought.

If your handler is in the stack script, it does not work. The openStack handler fires but nothing happens. But if it is this in the stack script:

Code: Select all

on mouseUp
   palette me
end mouseUp
it work fine if you click on the card window.

Craig
by dunbarx
Thu Apr 25, 2024 8:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Palettising a main stack.
Replies: 9
Views: 214

Re: Palettising a main stack.

Well, more complicated than I thought.

If your handler is in the stack script, it does not work. But if it is this:

Code: Select all

on mouseUp
   palette me
end mouseUp
it work fine.

Craig
by dunbarx
Thu Apr 25, 2024 8:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Palettising a main stack.
Replies: 9
Views: 214

Re: Palettising a main stack.

Richmond.

"Me" really cannot be used that way. It only refers to the object that contains a running handler. So you could make this work if you put your original handler in the stack script.

Craig
by dunbarx
Thu Apr 25, 2024 3:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Exporting SVG images?
Replies: 8
Views: 209

Re: Exporting SVG images?

They are xml files. I assume that they present their vector graphic data in a certain format. The issue, I guess, is that the SVG data is not exportable by LC in its "SVG" format.

Craig
by dunbarx
Thu Apr 25, 2024 1:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Exporting SVG images?
Replies: 8
Views: 209

Re: Exporting SVG images?

Richmond.

The dictionary does not seem to include that format in the five it mentions.

Craig
by dunbarx
Wed Apr 24, 2024 2:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problems using camera on iPhone
Replies: 2
Views: 112

Re: Problems using camera on iPhone

Hi.

I do not do mobile, but reading the dictionary about that command, what do you get in "the result" after the command executes?

Craig
by dunbarx
Tue Apr 23, 2024 8:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Force the script editor to update?
Replies: 30
Views: 737

Re: Force the script editor to update?

Craig or Stam bring up something slightly better...
Slightly?

Craig
by dunbarx
Tue Apr 23, 2024 3:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Force the script editor to update?
Replies: 30
Views: 737

Re: Force the script editor to update?

Is there a way to exclude certain messages from being passed?
You can always trap whatever messages you want in a backScript.

But is this really a problem?

Craig
by dunbarx
Mon Apr 22, 2024 3:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: My masterpiece vanished.
Replies: 11
Views: 444

Re: My masterpiece vanished.

Obviously it was stolen, and is now in private hands. Offer a reward.

Craig
by dunbarx
Mon Apr 22, 2024 2:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Force the script editor to update?
Replies: 30
Views: 737

Re: Force the script editor to update?

Hi. So I understand, is it that the tabs stay alive when messages are locked? And you believe these tabs are now valueless? If so, I get what you are saying, but also say that everything is working as advertised. After, all, even with the stack closed, you can still edit the scripts, and even save t...
by dunbarx
Mon Apr 22, 2024 2:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: My masterpiece vanished.
Replies: 11
Views: 444

Re: My masterpiece vanished.

Richmond.

Was everything else, apart from the paint, intact?

Craig
by dunbarx
Mon Apr 22, 2024 3:42 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Open PDF once created
Replies: 7
Views: 258

Re: Open PDF once created

Brudders. Glad it worked out. Most of my issues are forehead-slappers, and only after making myself believe that it could not possibly be me. But I am still interested in finding out about the original postulate, that is, does this: The problem is sometimes the PDF is still in the process of being c...
by dunbarx
Sun Apr 21, 2024 1:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Open PDF once created
Replies: 7
Views: 258

Re: Open PDF once created

The problem is sometimes the PDF is still in the process of being created after the Browser substack is opened I am not sure, but this does not make sense to me. Someone like Richard will pipe in about whether LC, being single-threaded, can go off creating something like a PDF, at the same time it ...

Go to advanced search