Re: EventHandler not working in 11.0.2

2019-03-27 Thread Siddhesh Rane

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 ch

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 ar

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

2019-01-16 Thread Siddhesh Rane
January 16, 2019 8:07 AM, "Ty Young" wrote: > > ...and can cause undefined behavior like horizontal scrollbars showing when > they shouldn't I > assume? As I have said previously, scrollbar issue is occuring only due to your use of DoubleBinding in layout. I saw your code and I can confirm th

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

2019-01-06 Thread Siddhesh Rane
gly not being > applied to 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