Search found 13529 matches

by Klaus
Mon Apr 08, 2024 4:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Issue with with images in arrays
Replies: 8
Views: 402

Re: Issue with with images in arrays

Hi bryonenger,

what they said! :-)

And please get used to put QUOTES around names: image "sheep"!
With each new version the engine is less forgiving to "sloppy" coding,
so something like this might throw an error in future versions.


Best

Klaus
by Klaus
Fri Apr 05, 2024 7:06 pm
Forum: iOS Deployment
Topic: ITMS-91053: Missing API declaration
Replies: 4
Views: 624

Re: ITMS-91053: Missing API declaration

As far as I know, LC is already working on an update which will support these new requirements.
by Klaus
Fri Apr 05, 2024 11:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Text fields not displaying entered text
Replies: 2
Views: 233

Re: Text fields not displaying entered text

Hi Laura, welcome to the forum! Some questions: 1. Where did you place the script that you posted above? 2. It is not clear where your user(s) need to enter their name! I would recommend something like this... Create a button "Enter your name" or something with this script: ## This will open a dialo...
by Klaus
Thu Apr 04, 2024 5:41 pm
Forum: Talking LiveCode
Topic: An event trigger when data is added to a field
Replies: 15
Views: 659

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

Hi Lance, not directly, but you can do something like this. Script of field: on closeField ## Sent when field is closed (left) and its content has changed. ## your stuff here.... end closeField Then force this behaviour of the field with: ... put "test data" into field "Data" send "closefield" to fl...
by Klaus
Mon Apr 01, 2024 6:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to replace the windows `beep` sound
Replies: 12
Views: 710

Re: How to replace the windows `beep` sound

Hi Glenn,

a bit late for the party, but did you take a look at the "beepsound" entry in the dictionary?
Sounds like this might be helpful, but maybe not... :-)


Best

Klaus
by Klaus
Fri Mar 22, 2024 9:34 pm
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 1237

Re: AppLauncher - MacOS files launcher

Ah, sorry, looks like I probably misunderstood what was asked this time! :-)
by Klaus
Fri Mar 22, 2024 8:12 pm
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 1237

Re: AppLauncher - MacOS files launcher

I think the shortcut is added by the operating system, no matter if we leave it out in our LC menu or not.
It is a macOS standard in the end.
by Klaus
Fri Mar 22, 2024 3:05 pm
Forum: Android Deployment
Topic: Android 9 TV Box: acting on remote control
Replies: 16
Views: 8268

Re: Android 9 TV Box: acting on remote control

I've checked the user, he/she already made some vaild postings a long time ago.
But I might repeat myself, I have an eye on everything here! :D
by Klaus
Fri Mar 22, 2024 1:45 pm
Forum: Android Deployment
Topic: Android 9 TV Box: acting on remote control
Replies: 16
Views: 8268

Re: Android 9 TV Box: acting on remote control

kideveloper11 wrote:
Fri Mar 22, 2024 1:29 pm
On an Android 9 TV Box, commands from a TV remote control can be intercepted by using the mobile control message in LiveCode.
Well, we have already been this far actually... 8)
by Klaus
Fri Mar 22, 2024 1:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: DataGrid problem
Replies: 7
Views: 426

Re: DataGrid problem

Hint:

Code: Select all

exit <name of handler>

will really EXIT the handler at that point, so the following lines will never be executed!
by Klaus
Fri Mar 22, 2024 1:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: DataGrid problem
Replies: 7
Views: 426

Re: DataGrid problem

CAsba wrote:
Fri Mar 22, 2024 1:00 pm
Good to know you're still there !
I'm ALWAYS here! :)
by Klaus
Fri Mar 22, 2024 12:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: DataGrid problem
Replies: 7
Views: 426

Re: DataGrid problem

Hi CAsba,

you could use "refreshindex", "refreshline" or "refreshlist" as the last line in your handler to force an update of the datagrid.
See the dictionary for the exact syntax of these commands.

Best

Klaus
by Klaus
Thu Mar 21, 2024 11:53 am
Forum: Animation Engine
Topic: Animated Swipe for mobile?
Replies: 5
Views: 10047

Re: Animated Swipe for mobile?

With eggs! :D
by Klaus
Wed Mar 20, 2024 5:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where does a keyDown or keyUp signal originate?
Replies: 3
Views: 384

Re: Where does a keyDown or keyUp signal originate?

I highly doubt this is possible!
LC only "catches" the key-event without being aware of its source.
by Klaus
Wed Mar 20, 2024 3:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: CSV UTF-8
Replies: 7
Views: 397

Re: CSV UTF-8

Hi Mat,

obviously EXCEL add a BOM (Byte Order Mark) at the beginning of your file, but LC does not.
I think the Illustrator plugin is the culprit, since a BOM does NOT guarantee that the file is UTF8, but you could try this:
https://forums.livecode.com/viewtopic.php?f=7&t=22365

Best

Klaus

Go to advanced search