Glavo

Results 78 comments of Glavo

Hi, I found and reported this problem at the end of October. I fixed it with this workaround in HMCL: https://github.com/huanghongxun/HMCL/pull/1145 When a non ASCII character is detected in the...

> Is there anything end-users like me could do to fix it locally? Run in a directory where the path contains only ASCII characters.

By the way, simply moving the call to the `scrollToPixel` method to the JavaFX thread doesn't work either. It seems that in 0.10.9 `scrollToPixel` doesn't take effect for a short...

> Try the following: > > ```java > new Thread( new Task() > { > @Override public CodeArea call() // executes on background thread > { > CodeArea area =...

> What you need to do is wrap all the `CodeArea`s in their own `VirtualizedScrollPane`s and then hide the scroll bars you don't want to see and bind them together....

> Not sure what you mean by this ? So I'm guessing that this is what happens if you wrap the HBox in a Scrollpane .... ? ![image](https://user-images.githubusercontent.com/20694662/169861356-f7420c93-0eed-4614-bf56-b8e5a9d3f421.png) I'm saying...

> To get the scrollbar to hug the right hand side you need to tell the HBox to stretch one or more of its children. Using my example to stretch...

> Hmm, so I've had a look and the selection behavior can't be changed easily. The simplest alternative then is to do the reverse of the above and limit the...

> Ahh, sorry my bad - I forgot about the _TabPane_ you have. Do `setMaxWidth` on the _TabPane_ instead. Well, setting it's max size does fix that, but the limitations...

> Please test with the latest version (0.10.6) that's been released now, and give feedback if needed. @Jugen I still get these confusing exceptions in 0.10.8.