Re: Behavior API proof of concept PR

2023-12-02 Thread John Hendrikx
uilt "on top" of another behavior) -- so far I've not found any real problems with this approach. --John *From: *openjfx-dev on behalf of John Hendrikx *Date: *Wednesday, November 29, 2023 at 14:54 *To: *openjfx-dev@openjdk.org *Subject: *Behavior API proof of concep

Re: Behavior API proof of concept PR

2023-12-01 Thread John Hendrikx
Hendrikx *Date: *Wednesday, November 29, 2023 at 14:54 *To: *openjfx-dev@openjdk.org *Subject: *Behavior API proof of concept PR For those still interested, I've updated https://github.com/openjdk/jfx/pull/1265 with a replaced ButtonBehavior and SpinnerBehavior, using concepts laid out in https:

Re: Behavior API proof of concept PR

2023-11-30 Thread John Hendrikx
to see how they can be built "on top" of another behavior) -- so far I've not found any real problems with this approach. --John *From: *openjfx-dev on behalf of John Hendrikx *Date: *Wednesday, November 29, 2023 at 14:54 *To: *openjfx-dev@openjdk.org *Subject: *Behavior API

Re: Behavior API proof of concept PR

2023-11-30 Thread Andy Goryachev
Hendrikx Date: Wednesday, November 29, 2023 at 14:54 To: openjfx-dev@openjdk.org Subject: Behavior API proof of concept PR For those still interested, I've updated https://github.com/openjdk/jfx/pull/1265 with a replaced ButtonBehavior and SpinnerBehavior, using concepts laid out in

Behavior API proof of concept PR

2023-11-29 Thread John Hendrikx
For those still interested, I've updated https://github.com/openjdk/jfx/pull/1265 with a replaced ButtonBehavior and SpinnerBehavior, using concepts laid out in https://gist.github.com/hjohn/c7b1bf9d4a4770b1b3ae854b20fbaa94 Any feedback is welcome, I think it's making progress, and the changes