Alessadro Parisi

Results 88 comments of Alessadro Parisi

I don't know for sure, it could be anything. In general loading many nodes could be an issue. 1) When do slowdowns occur exactly? 2) What kind of operations are...

> 1. I tested switching just a single window in my app. The window has about 10 text fields, 1 combo box, and 2 radio buttons. It loads quickly when...

@infinite-dev22 It's a good remedy, but ideally it shouldn't be done. Like I said the CSS should be optimized and the demo restructured. The load mechanism is here [DemoController](https://github.com/palexdev/MaterialFX/blob/main/demo/src/main/java/io/github/palexdev/materialfx/demo/controllers/DemoController.java) Although,...

> @palexdev I want to rewrite the demo, but a certain feature that I'd like to add is still not yet perfect to the point that I want it to...

Ah, fantastic! I've always wanted to create one myself but never found the time. There are multiple ways to implement it. One approach is through a VirtualizedFlow, which essentially acts...

@infinite-dev22 Lately, I've been improving my technique at making custom controls from scratch. Use the MVC pattern. 1. The Control class (which is the Model) contains the properties which define...

> Yes, `implementation` cover both compile and runtime dependencies. > > I am unable to reproduce the issue you are facing with `configurations = [ 'implementation', 'testImplementation' ]`. > >...

Turns out when you use `makeScrollable(...)` the content you set is overwritten by the scroll pane I added a method in recent versions that also accept a Node as parameter,...

This should have been fixed by 2744609

Any update on this? Is there a way to suppress it? pretty annoying