Search found 13509 matches

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

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: 991

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: 7442

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: 7442

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: 309

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: 309

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: 309

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: 9448

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: 310

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: 261

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
by Klaus
Tue Mar 19, 2024 2:04 pm
Forum: Research and Post Secondary
Topic: Serious Games and Game-Based learning
Replies: 13
Views: 21529

Re: Serious Games and Game-Based learning

I found it rather embarrassing! :?
by Klaus
Tue Mar 19, 2024 1:26 pm
Forum: Research and Post Secondary
Topic: Serious Games and Game-Based learning
Replies: 13
Views: 21529

Re: Serious Games and Game-Based learning

Yes, this is the only "Marielle" that has ever been in this forum.
by Klaus
Tue Mar 19, 2024 1:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: connect text strings
Replies: 4
Views: 343

Re: connect text strings

Hi Walther,

welcome to the forum!

Sounds like you are german, there is also a german LC forum here:
https://www.livecode-blog.de/forums/for ... ode-forum/

Best

Klaus
by Klaus
Sun Mar 17, 2024 2:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Empty application folder upon build
Replies: 3
Views: 237

Re: Empty application folder upon build

Hi oldummy, sound like you checked: -> Move substacks to individual files and maybe -> -> Create folder for stackfiles on the "Stacks" card of the "Standalone Application Settings..." Ususally this stack "Datagrid Templates xxxxxxxxxx" will be created as a substack of the mainstack where you create ...

Go to advanced search