Re: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-30 Thread Mike Hearn
Of > Mike Hearn > Sent: Monday, January 27, 2020 11:00 AM > To: openjfx-dev@openjdk.java.net > Subject: [EXTERNAL] Explanation of different scaling factors anywhere? > > Hello, > > A feature I often miss when using non-web GUIs is support for browser > style zooming.

Re: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-30 Thread Michael Paus
? -Original Message- From: openjfx-dev On Behalf Of Mike Hearn Sent: Monday, January 27, 2020 11:00 AM To: openjfx-dev@openjdk.java.net Subject: [EXTERNAL] Explanation of different scaling factors anywhere? Hello, A feature I often miss when using non-web GUIs is support for browser style zooming

Re: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-30 Thread Mike Hearn
ike Hearn > Sent: Monday, January 27, 2020 11:00 AM > To: openjfx-dev@openjdk.java.net > Subject: [EXTERNAL] Explanation of different scaling factors anywhere? > > Hello, > > A feature I often miss when using non-web GUIs is support for browser > style zooming. In JavaFX i

Re: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-28 Thread Tom Eugelink
One can't keep taps on everything. :-) It was part of the "One application to rule them all" talk I had on the JavaOne 2017. Just tested it, but it's still doing its thing in my time registration app. Desktop layout: Phone layout: This is on my desktop when I resize the window. I'll stop

Re: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-28 Thread Pedro Duque Vieira
Interesting, Tom. I didn't know about this blog post and control. Cheers, -- Pedro Duque Vieira - https://www.pixelduke.com

Re: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-28 Thread Tom Schindl
jfx-dev On Behalf Of >> Mike Hearn >> Sent: Monday, January 27, 2020 11:00 AM >> To: openjfx-dev@openjdk.java.net >> Subject: [EXTERNAL] Explanation of different scaling factors anywhere? >> >> Hello, >> >> A feature I often miss when using non-web GUIs i

Re: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-27 Thread Tom Eugelink
ResponsivePane is an attempt to do something in that way, but I chose a slightly different approach where the system automatically switches between different layouts and CSS files depending on the window's size. It has a common area (reusable nodes) and then specific layouts per size.

RE: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-27 Thread Pedro Duque Vieira
Hi, AFAIK, -fx-padding values are also affected as long as they're also defined in em. I agree, would also be nice for other things to scale automatically, depending on the font size defined in root. I don't think other properties besides -fx-padding also scale. One thing that would be nice to

RE: [EXTERNAL] Explanation of different scaling factors anywhere?

2020-01-27 Thread David Grieve
Wouldn't this just be a scale transform? > -Original Message- > From: openjfx-dev On Behalf Of > Mike Hearn > Sent: Monday, January 27, 2020 11:00 AM > To: openjfx-dev@openjdk.java.net > Subject: [EXTERNAL] Explanation of different scaling factors anywhere? > >