Search found 13530 matches

by Klaus
Thu Mar 14, 2024 7:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Using field with "answer" dialog open
Replies: 26
Views: 1209

Re: Using field with "answer" dialog open

... In practice I do not find an elegant method to delete a row from a field, also because there are other functions that the field performs... Not sure I understand, do you mean that something like: ... delete line 42 of fld "your field in question here" ... will trigger some other commands/functi...
by Klaus
Thu Mar 14, 2024 6:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Using field with "answer" dialog open
Replies: 26
Views: 1209

Re: Using field with "answer" dialog open

Buongiorno e benvenuto nel LC forum, Paolo,

short answer: Questo non è possibile! :?
The ASK and ANSWER dialogs are opened as MODAL, which means they block everything until you close them.

What exactly do you need to do?
Maybe we can find another way to do this.


Best

Klaus
by Klaus
Tue Mar 12, 2024 2:05 pm
Forum: Made With LiveCode
Topic: UPDATE! New plug-in for LC
Replies: 5
Views: 5389

Re: UPDATE! New plug-in for LC

Hi friends,

a new version of my plug-in "Iconmaker" is available, it now also creates .ICNS icon files for macOS apps.
Check it here: https://major-k.de/iconmaker.html

Best

Klaus

P.S.
Important note:
This plug-in will only work on macOS!
by Klaus
Fri Mar 08, 2024 4:44 pm
Forum: Talking LiveCode
Topic: Reading and writing text to / from a file
Replies: 26
Views: 1380

Re: Reading and writing text to / from a file

I'm not convinced that open file for read , then using read from file and then figuring out where lines -200 to -1 are to read those in will be particular faster than using the put URL method. I can't see a way to automatically figure out what the last 200 lines will be and possibly counting will b...
by Klaus
Fri Mar 08, 2024 10:46 am
Forum: Talking LiveCode
Topic: Reading and writing text to / from a file
Replies: 26
Views: 1380

Re: Reading and writing text to / from a file

Hi Bruce,

look up these terms in the dictionary:
open file
read from file
close file


Best

Klaus
by Klaus
Mon Mar 04, 2024 8:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: tsneterr: (35) SSL peer handshake failed
Replies: 7
Views: 704

Re: tsneterr: (35) SSL peer handshake failed

Hi Greg,

work without problem here: macOS 12.7.3, LC 9.6.11
Means i can see the JSON in the upper field.


Best

Klaus
by Klaus
Sun Mar 03, 2024 8:34 pm
Forum: Made With LiveCode
Topic: UPDATE! New plug-in for LC
Replies: 5
Views: 5389

Re: UPDATE! New plug-in for LC

Hi Al,

that will be in the same stack, it is a plug-in, and I am currently testing the new version, see screenshot.
Will inform you here once it is ready.

Best

Klaus
by Klaus
Sun Mar 03, 2024 11:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 3291

Re: Click and/or drag ?

As I can see from his script above, he already did it. :)
by Klaus
Sun Mar 03, 2024 10:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 3291

Re: Click and/or drag ?

richmond62 wrote:
Sat Mar 02, 2024 5:47 pm
Indeed that works. 8)

The disadvantage with your stack is that the end-user gets visual feedback when s/he performs a drag, but the "drag image" does not remain on the target.
Well, I wanted to leave a tiny bit of work up to you! 8)
by Klaus
Sat Mar 02, 2024 8:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 3291

Re: Click and/or drag ?

And here a slightly enhanced version, where you can drag and drop anything onto anything.
Except the behavior button and the info field at the bottom.
by Klaus
Sat Mar 02, 2024 5:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 3291

Re: Click and/or drag ?

Here a really working stack, sorry for the others...
by Klaus
Sat Mar 02, 2024 5:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 3291

Re: Click and/or drag ?

Drag the button on the topleft (just as its LABEL say) onto one of the colored graphics...
A dragimage might clarify this.
by Klaus
Sat Mar 02, 2024 5:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 3291

Re: Click and/or drag ?

My stack is quite rudimentary, you should add a "dragimage" (screenshot of the control to be dragged).
Seems to be the only way of "faking" a LC "grab me" kind of action.
by Klaus
Sat Mar 02, 2024 4:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 3291

Re: Click and/or drag ?

Works fine here, but maybe a little different than what you think! :-)
See example stack...

EDIT: Removed the silly stack
by Klaus
Sat Mar 02, 2024 1:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click and/or drag ?
Replies: 58
Views: 3291

Re: Click and/or drag ?

Maybe you can create and use a "on dragenter" behavior for your 96 objects?

Go to advanced search