Search found 13545 matches

by Klaus
Wed May 08, 2024 12:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Custom Properties and nested arrays
Replies: 5
Views: 90

Re: Custom Properties and nested arrays

Sorry, in a hurry right now, will check this later today...
by Klaus
Wed May 08, 2024 10:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Custom Properties and nested arrays
Replies: 5
Views: 90

Re: Custom Properties and nested arrays

Hi Al, using your array for my example: ... ## Get a value: answer the animals["dogs"]["rufus"] of this stack ## -> chum ... ## Set a value set the animals["dogs"]["rufus"] of this stack to "fido" ... ## Create a new key and value: set the animals["dogs"]["pluto"] of this stack to "your name for plu...
by Klaus
Tue May 07, 2024 4:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unusual Refresh Problems with Mac standalone
Replies: 18
Views: 1588

Re: Unusual Refresh Problems with Mac standalone

Don't you read the previous postings?
LC 9.6.11 is the latest stable version.
by Klaus
Tue May 07, 2024 4:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I want to obfuscate some things.
Replies: 4
Views: 179

Re: I want to obfuscate some things.

We've already been this far... :D
by Klaus
Tue May 07, 2024 8:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I want to obfuscate some things.
Replies: 4
Views: 179

Re: I want to obfuscate some things.

Hi oldummy, do you mean something like this: on mouseUp ## Not sure if this should happen only with controlkey or commandkey? if the label of me = "Locked" then set the label of me to "Unlocked" end if if the controlkey = "down" then ## do your stuff exit mouseup end if if the commandkey = "down" th...
by Klaus
Mon May 06, 2024 8:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Script Widget does not work as expected - solved
Replies: 6
Views: 289

Re: Script Widget does not work as expected

jacque wrote:
Mon May 06, 2024 6:49 pm
Klaus wrote:
Sun May 05, 2024 6:49 pm
Yes, that applies to widgets built with Livecode Builder, but does that also apply to SCRIPT (built with LC scripts) widgets?
Apparently. Who knows.
I don't! :-D
by Klaus
Mon May 06, 2024 8:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to honor "Auto-Rotate Off" on Android
Replies: 9
Views: 246

Re: How to honor "Auto-Rotate Off" on Android

Hi Jeff,

sorry, looks like I did not understand your problem correctly.


Best

Klaus
by Klaus
Sun May 05, 2024 6:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Script Widget does not work as expected - solved
Replies: 6
Views: 289

Re: Script Widget does not work as expected

Yes, that applies to widgets built with Livecode Builder, but does that also apply to SCRIPT (built with LC scripts) widgets?
by Klaus
Sat May 04, 2024 7:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to honor "Auto-Rotate Off" on Android
Replies: 9
Views: 246

Re: How to honor "Auto-Rotate Off" on Android

Hi Jeff,

you can catch the "orientationchanged" message on the mobile platform.
Query the new orientation (portrait/landscape) with the "mobileDeviceOrientation()" function.


Best

Klaus
by Klaus
Sat May 04, 2024 11:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: OpenCard to control?
Replies: 23
Views: 606

Re: OpenCard to control?

Hi Zax,

unfortunaltely there is no such message.

However we have a "opencontrol" message, but that is only sent to GROUPS.
But maybe you can use this somehow by just grouping one or more of your controls. :)

Best

Klaus
by Klaus
Fri May 03, 2024 6:46 pm
Forum: Off-Topic
Topic: ChatGPT and LiveCode
Replies: 33
Views: 267887

Re: ChatGPT and LiveCode

But it takes seven postings before being able to also post images, stacks etc.
by Klaus
Fri May 03, 2024 6:02 pm
Forum: Off-Topic
Topic: ChatGPT and LiveCode
Replies: 33
Views: 267887

Re: ChatGPT and LiveCode

What about the posting of new user TJF above?
I don't even understand what the script does, or might do if the syntax was correct. :-)
by Klaus
Thu May 02, 2024 1:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cursor visibility problem
Replies: 10
Views: 324

Re: Cursor visibility problem

Hm, how and when did/do you set the cursor in LC?
by Klaus
Thu May 02, 2024 11:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cursor visibility problem
Replies: 10
Views: 324

Re: Cursor visibility problem

Hi CAsba, desktop also means laptop! :-) The opposite of "desktop" is mobile and html (web). However setting the "cursor" to any graphic should not crash your machine, as long as the image meets theses requirements: Windows XP and above support full alpha-blended cursors up to 64x64 More recent Linu...

Go to advanced search