Re: Q: missing APIs needed for implementation of a rich text control

2023-01-27 Thread Mike Hearn
I'm sure you're aware already, but there is this: https://github.com/gluonhq/rich-text-area It's missing from your list of open source projects in the ticket. It is the most recent, I think, so Gluon would have the most insight into what's required. On Wed, 25 Jan 2023 at 23:40, Andy Goryachev

Re: TableViewBuilder idea

2023-01-23 Thread Mike Hearn
One thing worth considering is that the approach of putting everything in a third party library makes it much harder to find things. JavaFX has a lot of capabilities that you can't find out about unless you spend time maintaining an encyclopedic knowledge of hundreds of GitHub repositories. This is

Re: RFR: 8267546: Add CSS themes as a first-class concept

2022-11-09 Thread Mike Hearn
On Fri, 21 May 2021 04:30:28 GMT, Michael Strauß wrote: > This PR adds style themes as a first-class concept to OpenJFX. A style theme > is a collection of stylesheets and the logic that governs them. Style themes > can respond to OS notifications and update their stylesheets dynamically. > Th

Switching to ANGLE ?

2022-11-02 Thread Mike Hearn
On a topic unrelated to Conveyor, I saw the JavaFX roadmap document presented at JavaOne and the mention of a Metal pipeline. It prompted a thought I've never got around to exploring - does it make sense to switch JavaFX to using Google's ANGLE library i.e. to decommission all but the GL backend a

Conveyor: a new packaging tool

2022-11-02 Thread Mike Hearn
Hello, I hope this is of interest to the OpenJFX community. Conveyor is a new packaging tool that launched a few months ago. It's similar to jpackage, except with some useful additional features: - Handles online updates. - You can build for every OS from your own choice of OS: - Cros