MQTT.fx 0.0.15 released

You can download latest binaries at mqttfx.org. Bugs and feature requests can be reported via the issue tracker. 0.0.15 RELEASE NOTES [Fixed] Issue #31 Unsubscribe + Disconnect from a Broker didn’t clean messages from the client. [Changed/New] Bound new Output-Handler to Script execution System.out is not bound to the script console anymore! You should now… Continue Reading MQTT.fx 0.0.15 released

FontAwesomeFX 8.4 released

FontAwesomeFX 8.4: bug fixes and refactoring: FIXED: Issue #10: “NPE in updateSize() method” Issue when using Java 8u20: Exception in thread “JavaFX Application Thread” java.lang.NullPointerException at de.jensd.fx.glyphs.GlyphIcon.updateSize(GlyphIcon.java:142) at de.jensd.fx.glyphs.GlyphIcon.lambda$new$0(GlyphIcon.java:60) DONE: Issue #12: “Change class names” Note this if you are using FontAwesomeFX with SceneBuilder! You will have to re-import the custom components! FontAwesomIcon is now… Continue Reading FontAwesomeFX 8.4 released

FontAwesomeFX 8.3 is there!

FontAwesomeFX 8.3 comes with extended CSS support. Introducing two new CSS Properties to set the glyph name and size via stylesheet, while the value for the name and the value for the glyph size follows the common JavaFX CSS type definition: -glyph-name: <string> -glyph-size: <size> You can now set all icon properties via CSS only:… Continue Reading FontAwesomeFX 8.3 is there!

FontAwesomeFX 8.2 released

I made some refactorings and have now released FontAwesomeFX 8.2 containing some (more or less) minor changes: Icon enums renamed: ‘*Name’ is now ‘*Icons’ (e.g. ‘FontAwesomeIcons’ instead of ‘FontAwesomeIconName’) added a ‘BLANK’ icon to both FontAwesomeIcons and WeatherIcons which is in fact unicode ‘\u0020’ (SPACE) (@dlemmermann! ;-)) GlyphsBuilder: icon(GlyphIconName glyphIconName) is now glyph(GlyphIcons glyph) removed… Continue Reading FontAwesomeFX 8.2 released

MQTT.fx 0.0.14.3 – bug fix release

You can download latest binaries at mqttfx.org. Bugs and feature requests can be reported via the issue tracker. Version 0.0.14.3 contains some bug fixes (since 0.0.14 release): [Fixed] Issue #27 Disconnection when publishing to a second broker [Fixed] bug when to show only latest messages [Fixed] bug when receiving broker status messages ($SYS-topics)

Introducing: FontAwesomeFX 8.1

I have started a new major of FontAwesomeFX. First of all the new container for an icon character now extends javafx.scene.text.Text instead of javafx.scene.control.Label (see this post for details, many thanks to Peter Schulz for the hint!). If you know former versions of FontAwesomeFX you may notice that AwesomeDude is now called GlyphsDude, AwesomeIconsStack is… Continue Reading Introducing: FontAwesomeFX 8.1

MQTT.fx 0.0.14 released

As always you can download latest binaries at mqttfx.org. Bugs and feature requests can be reported via the issue tracker. Also the Update Feature of 0.0.13 should inform you, that there are updates available (See NNOTE 1 at bottom of this page)! Reviewed Clipboard Messages Order can now be changed by Drag-and-Drop Can be published… Continue Reading MQTT.fx 0.0.14 released

SweetHomeHub: Home Control with Raspberry Pi and MQTT – Part 1

Since quite a long time I am working on my universal Raspberry Pi based Intertechno-Remote (see former posts 1 2 3 4): I tried different approaches to trigger/control my remote control service via a custom HTTPServer/-Handler and a simple Vert.x verticle. Since MQTT v3.1.1 turns out as on of the de-facto standard protocols for the… Continue Reading SweetHomeHub: Home Control with Raspberry Pi and MQTT – Part 1