Search found 40 matches

by Kangaroo SW
Thu Jun 26, 2025 11:44 am
Forum: HTML5
Topic: HTML5 modal focus not working
Replies: 5
Views: 2378

Re: HTML5 modal focus not working

Hi everyone 8) Some time ago, I did also a bit of research to figure out how to focus a field after a page loads. I'm using a combination of JavaScript and LC Script for this. on openCard do "document.getElementById('canvas').focus();" as javascript focus on fld 1 end openCard I’m not entirely sure ...
by Kangaroo SW
Wed Jan 15, 2025 8:42 am
Forum: Talking LiveCode
Topic: Accordion for LC
Replies: 13
Views: 14831

Re: Accordion for LC

Hello Bernd

I just Love it :D

Thanks for sharing !

Cheers
Rolf
by Kangaroo SW
Sat Dec 21, 2024 2:30 pm
Forum: HTML5
Topic: [Ann] macOS-Style ColorPicker designed for the Web
Replies: 4
Views: 13827

[Ann] macOS-Style ColorPicker designed for the Web

Hi everyone, I’m very happy :lol: to introduce a new macOS-style ColorPicker built specifically for the web. It’s perfect for situations where a native ColorPicker isn’t available. This ColorPicker is a self-contained group. When integrating it into your project, you might need to adjust the Behavio...
by Kangaroo SW
Tue Dec 03, 2024 11:56 am
Forum: HTML5
Topic: Change cursor to hand
Replies: 7
Views: 21940

Re: Change cursor to hand

Hi William

I have such a stack. it changes the cursor to many different styles and also scrolls fields :D

Cheers Rolf
by Kangaroo SW
Tue Nov 26, 2024 8:18 am
Forum: Talking LiveCode
Topic: Accordion for LC
Replies: 13
Views: 14831

Re: Accordion for LC

Hello Bernd,
This is fantastic – thanks for sharing! It works great in HTML5.

I like the fact that the groups are self-contained, so after editing, they can be copied. This is very smart :P

Thanks again,
Rolf
by Kangaroo SW
Wed May 08, 2024 7:35 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Script Widget does not work as expected - solved
Replies: 6
Views: 9157

Re: Script Widget does not work as expected - solved

@stam @bn The suggestion to incorporate the mouseUp handler into the build script for the widgets works like magic :P . Thank you, stam, this is precisely what I needed. Interestingly, Bernd had the same idea yesterday, and it functions flawlessly :lol: . With this resolved, I can now proceed to enh...
by Kangaroo SW
Sun May 05, 2024 11:09 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Script Widget does not work as expected - solved
Replies: 6
Views: 9157

Script Widget does not work as expected - solved

Greetings everyone :D , With a bit of spare time on my hands, I decided to dive deeper into Script Widgets. My initial idea was to craft a simple yet practical Script Widget, and I settled on creating a Button Control. However, navigating the creation process proved challenging, as there's scarce do...
by Kangaroo SW
Sat Aug 20, 2022 7:56 am
Forum: HTML5
Topic: Is there anyway to determine the OS of the device running a web deployment ?
Replies: 17
Views: 52171

Re: Is there anyway to determine the OS of the device running a web deployment ?

Hello Bob

You can also use this link to see what gets reported by JavaScript.
On my macOS ARM mac some info is wrong eg. the platform and the system version ?


https://www.w3schools.com/jsref/tryit.a ... ef_nav_all


Cheers
Kangaroo
by Kangaroo SW
Thu May 05, 2022 3:45 pm
Forum: HTML5
Topic: My attempt to write a text file to the local disk
Replies: 2
Views: 13522

Re: My attempt to write a text file to the local disk

Thank you for the compliments !

I like to share what I create - always hoping someone can improve it or just us it as it is.
I learned a lot from many people here :wink: , this is just my way of giving it back to the community.


Cheers
Kangaroo
by Kangaroo SW
Thu May 05, 2022 3:41 pm
Forum: HTML5
Topic: My attempt to read a text file on the web
Replies: 2
Views: 13479

Re: My attempt to read a text file on the web

Thank you for the compliments !

I like to share what I create - always hoping someone can improve it or just us it as it is.
I learned a lot from many people here :wink: , this is just my way of giving it back to the community.


Cheers
Kangaroo
by Kangaroo SW
Wed May 04, 2022 1:30 pm
Forum: HTML5
Topic: My attempt to write a text file to the local disk
Replies: 2
Views: 13522

My attempt to write a text file to the local disk

Hello all I have been doing a lot of experiments with the new WASM Web Engine recently. I found that writing a text file is not natively supported. Here my attempt, to write a text file onto the local disk. I hope this is useful for someone, or shows at least the some new web capabilities for those ...
by Kangaroo SW
Wed May 04, 2022 12:29 pm
Forum: HTML5
Topic: My attempt to read a text file on the web
Replies: 2
Views: 13479

My attempt to read a text file on the web

Hello all I have been doing a lot of experiments with the new WASM Web Engine recently. I found that reading a text file is not natively supported. Here my attempt, to read a text file and put it into a field. I hope this is useful for someone, or shows at least the some new web capabilities for tho...
by Kangaroo SW
Mon Apr 25, 2022 12:36 pm
Forum: HTML5
Topic: My attempt to scroll a field on the web
Replies: 3
Views: 14525

My attempt to scroll a field on the web

Hello all I do a lot of experiments with the new WASM Web Engine recently. I found that scrolling is not natively supported. Here my attempt, to scroll a LC native field, as well as changing the cursor on the web page. I hope this is useful for some one, or shows at least the some new web capabiliti...
by Kangaroo SW
Mon Mar 28, 2022 9:44 am
Forum: HTML5
Topic: LC10 DP3 - app fullscreen/fullscreenmode no longer possible?
Replies: 7
Views: 18070

Re: LC10 DP3 - app fullscreen/fullscreenmode no longer possible?

I can confirm that this is no longer working, please file a bug request in the quality center

Cheers
Kangaroo SW
by Kangaroo SW
Fri Dec 03, 2021 10:19 am
Forum: HTML5
Topic: Release 10.0.0 DP-1 and HTML5 URL Stuff (broken ?)
Replies: 2
Views: 14372

Release 10.0.0 DP-1 and HTML5 URL Stuff (broken ?)

First of all thanks for the WebAssembly implementation. This is really great stuff :D . I already played with it a lot and found that some things work better :P others don't. For instance all my URL stuff (loading a stack on same domain) is unfortunately not working anymore. Also, all the PHP script...