Page 1 of 1

My attempt to scroll a field on the web

Posted: Mon Apr 25, 2022 12:36 pm
by Kangaroo SW
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 capabilities for those interested. :P


Cheers
Kangaroo

Re: My attempt to scroll a field on the web

Posted: Mon Apr 25, 2022 4:27 pm
by bobcole
I, too, have had a scrolling field that doesn't work well.
I downloaded your file and will spend some time looking at your solution.
Thank you for posting your stack.
Bob

Re: My attempt to scroll a field on the web

Posted: Tue Apr 26, 2022 8:39 am
by bn
Hi Rolf,

your javascript solution works like a charm in your WASM standalone example stack. Thank you for sharing.
It seems that knowing javascript is really helpful with regards to WASM.

Kind regards
Bernd

Re: My attempt to scroll a field on the web

Posted: Thu Apr 28, 2022 7:43 pm
by williamdesmet
Brilliant!