Re: JavaFX Content Rendering & Resizing and Font Bugs In Linux

2019-01-06 Thread Siddhesh Rane
some Label text. It might work on a few Labels in a certain > part of the UI but completely refuse in other parts. Making things > weirder is the disappearing boldness of Labels after setting a new Pane > in the ScrollPane and switching back to a that specific pane. Without relevant code, we cannot comment. Regards Siddhesh Rane

Re: JavaFX Content Rendering & Resizing and Font Bugs In Linux

2019-01-06 Thread Siddhesh Rane

Re: JavaFX Content Rendering & Resizing and Font Bugs In Linux

2019-01-17 Thread Siddhesh Rane
January 16, 2019 11:31 PM, "Ty Young" wrote: > How else is percentage based UI sizing besides DoubleBinding(s)? Isn't column > restraints just the > same thing but aligns everything to a column? > > I have to ask(again) as to why minWidth/maxWidth, minHeight/maxHeight, > prefWidth/prefHeight

Re: JavaFX Content Rendering & Resizing and Font Bugs In Linux

2019-01-18 Thread Siddhesh Rane
January 18, 2019 2:48 PM, "Ty Young" wrote: > The documentation on the sizing says that they override the computed size. Computed size refers to Region.USE_COMPUTED_SIZE which causes a node to compute its intrinsic or default size if given infinite space. Basically, you want a button with 4

Re: EventHandler not working in 11.0.2

2019-03-27 Thread Siddhesh Rane