dlemmermann

About Dirk Lemmermann

This author has not yet filled in any details.
So far Dirk Lemmermann has created 111 blog entries.

FlexGanttFX 1.6 Released

Version 1.6 of FlexGanttFX has been released today. It contains the usual bug fixes and minor enhancements but also several new controls. It can be downloaded here. Gantt Chart Lite When doing some consulting at Emirates Airlines in Dubai the users and I came to the conclusion that the Gantt chart in their application doesn't really need a tree table view on its left-hand side. All it was used for was to show the name of the resource in each row. The users complained about the wasted space as every pixel on the screen matters for their work. So [...]

By |2021-02-18T13:42:25+01:00July 12th, 2016|FlexganttFX, JavaFX|2 Comments

JavaOne 2016 Presentations

Four of my talk proposals were accepted, so I will be talking about these things at JavaOne this year: JavaFX Tips and Tricks [CON1379] Dirk Lemmermann, DLSC This session presents an extensive list of tips and tricks that will make every developer better at coding JavaFX-based user interfaces. Topics include advanced clipping, working with the Canvas API, color selection, saving memory, table column autosizing, updating read-only properties, and more. It Gets Better: Developing Frameworks in JavaFX Versus Swing [CON1366] Dirk Lemmermann, DLSC This session shows the differences between developing a complex user interface framework for JavaFX and for Swing. [...]

By |2021-02-18T13:42:25+01:00July 12th, 2016|JavaFX, Speaking|0 Comments

FlexGanttFX 1.5 Released

The maintenance release 1.5 of FlexGanttFX has been released today. It contains several bug fixes and enhancements. The complete list can be found below. To download this version simply follow this link. Release Notes - FlexGanttFX - Version Release 1.5.0 Bug [FLEXFX-198] - Activity link is shown incorrectly when one of the activities is out of view [FLEXFX-236] - Rendering of a link between adjacent activities [FLEXFX-260] - Unable to load Gantt with the same dateline when it is already loaded. Like a refresh. [FLEXFX-267] - Correct Visible Time in FlexGantt [FLEXFX-271] - Marker lines stay visible when no [...]

By |2021-02-18T13:42:25+01:00May 27th, 2016|FlexganttFX|0 Comments

Real World Apps @ JUG Bern

I will be joining Michael Inden tonight at his JavaFX workshop for JUG Bern and will use the opportunity to present the JavaOne "JavaFX Real World Apps" presentation. I hope the attendees will find the applications inspiring and convincing enough to start their own development efforts based on JavaFX.

By |2016-05-19T14:57:16+02:00May 19th, 2016|JavaFX|2 Comments

New Website

I am happy to announce that I finally managed to consolidate all 5 JavaFX-related websites of mine into one. It can be found at https://www.dlsc.com. The websites in question are: This blog "Pixel Perfect" FlexGanttFX.com CalendarFX.com FlexGantt.com DLSC.com

By |2021-02-18T13:42:26+01:00May 15th, 2016|DLSC|0 Comments

JavaFX Missing Features Survey: CSS

In the last post of the Missing Features Survey series I said that this post would be about missing features in CSS and FXML. Now it turns out that the survey submissions did not contain any valid FXML issues. So I will focus on CSS only. These are the CSS features that were reported missing: Full CSS support - some properties are simply missing in the current JavaFX CSS version, e.g. "fitToWidth" in ImageView. Also font inheritance is not working. Support for CSS3. CSS transitions - the ability to specify a transition right inside CSS. This would make it a [...]

By |2016-04-25T08:55:44+02:00April 19th, 2016|JavaFX|1 Comment

JavaFX Missing Features Survey: Performance & Quality

I take it as a good sign that the categories "Performance" and "Quality" have not seen a lot of submissions in the "Missing Features Survey". Performance In the survey the performance of JavaFX was compared with the performance of Swing and people noticed that JavaFX is slower than Swing. I personally have yet to find a use-case where that is true but I do believe that they can be found, however it should be noted that JavaFX also provides a much better coding experience based on a modern API and architecture. JavaFX supports property bindings and CSS styling. These [...]

By |2021-02-18T13:42:26+01:00April 12th, 2016|JavaFX|4 Comments

New CalendarFX View: MonthGridView!

Me and my team have recently begun work on a new view for CalendarFX with the initial goal to display a whole year in vertical columns. The name of the view is MonthGridView. As usual the goal has changed slightly while coding. The view is now capable of displaying any number of months with extra months added in front or in the back. Now, for example, the developer can choose to display six months (a semester) with one month "padding" in front and one month in the back. The following screenshot shows an entire year with no padding. In [...]

By |2021-02-18T13:42:26+01:00April 6th, 2016|CalendarFX, JavaFX|5 Comments