Re: JavaFX (FXML) to HTML5+CSS+JavaScript

2018-08-15 Thread Zsolt Kúti
Hello, This coversation adds some bits of info: https://www.reddit.com/r/JavaFX/comments/5aqdrk/jproio_is_bringing_javafx_back_to_browser/ Bye On Wed, Aug 15, 2018 at 4:15 PM Pedro Duque Vieira < pedro.duquevie...@gmail.com> wrote: > Hi, > > Check out jpro (https://www.jpro.one/) > > AFAIK it

Re: how to implement delayed calculation of node/shape

2018-08-27 Thread Zsolt Kúti
.08.18 um 16:59 schrieb Zsolt Kúti: > > Hi, > > Some of my classes extend Path or Group and constructed by non-trivial > > algorithms that may use many properties, either standard (like > strokeWidth) > > or non-standard ones. Setting a property calculates a new state

Re: how to implement delayed calculation of node/shape

2018-08-27 Thread Zsolt Kúti
> Why not do the necessary stuff on the next layout-pass? > > Tom > > On 27.08.18 09:48, Zsolt Kúti wrote: > > Thank you for the idea, I'll explore it. > > > > On Sun, Aug 26, 2018 at 5:16 PM Michael Paus wrote: > > > >> One possible solution for this w

how to implement delayed calculation of node/shape

2018-08-26 Thread Zsolt Kúti
Hi, Some of my classes extend Path or Group and constructed by non-trivial algorithms that may use many properties, either standard (like strokeWidth) or non-standard ones. Setting a property calculates a new state at present. When several properties are set it means a lot of unnecessary

Re: user mailing list

2021-03-22 Thread Zsolt Kúti
elp, you can try r/JavaFX on Reddit or search for a > JavaFX discord server. > > On Mon, Mar 15, 2021 at 9:25 PM Zsolt Kúti wrote: > >> Hi, >> >> I asked something on Stackoverflow I do not think I can formulate better, >> but it was closed right away. Is th

user mailing list

2021-03-15 Thread Zsolt Kúti
Hi, I asked something on Stackoverflow I do not think I can formulate better, but it was closed right away. Is there a mailing list for user questions? Thx, Zsolt