The Javateer

Results 15 comments of The Javateer

I tested with a change of value for setting monocle.input.touchRadius=2. I also tested with values 4, 8, 16, 20, 40, and 80. I don't believe what I observed was a...

**Update** Good news! Changing the value of monocle.input.touchRadius was what mattered. I was not seeing the changes because of how I was testing. With my phone tethered to my laptop,...

Only when I try to tap directly on the line between two list items, whereby the outcome is uncertain to me, do I see a list item selected that I...

I was using the following before: `GRAALVM_HOME=/opt/graalvm-svm-linux-gluon-21.2.0-dev` `com.gluonhq` `gluonfx-maven-plugin` `1.0.0` I saw this same error message after upgrading as so: `GRAALVM_HOME=/opt/graalvm/graalvm-svm-java11-linux-gluon-22.0.0.3-Final` That error went away for me after I subsequently...

I am closing this ticket as resolved. [Here](https://github.com/gluonhq/substrate/issues/1183#issuecomment-1328578235) is a demo app written which demonstrates how to fix the problem. It's better than changing monocle.imput.touchRadius value because, whereas that config...

For what it's worth, I've just upgraded From: - 11 - 1.0.12 - 6.1.1 - 4.0.14 - GRAALVM_HOME=/opt/graalvm/graalvm-svm-java11-linux-gluon-22.0.0.3-Final To: - 17 - 1.0.16 - 6.2.2 - 4.0.16 - GRAALVM_HOME=/opt/graalvm/graalvm-svm-java17-linux-gluon-22.1.0.1-Final and...

I started to see this after upgrading GRAALVM for my build environment. But then I deleted _~/.gluon/substrate/Android_ folder and let it recreate itself during the next build. Also, I updated...

Perhaps this issue was resolved as told [here](https://stackoverflow.com/a/73297655/16394182) and @jperedadnr forgot to close this ticket. Let me know if I should post this comment as a new, separate Issue to...

I also [reported on this issue](https://github.com/gluonhq/substrate/issues/987) and setting -Dmonocle.input.touchRadius to a higher value does work but at a trade-off that scrolling is compromised. Widgets seem to move in a choppy...

@jperedadnr @nlisker please pull my demo app from https://github.com/javateer/gluonfx-list-selection-adapter The app shows you two lists of the same data. One of the lists is denoted as Default and the other...