WidgetFX 1.1 Release

0 views
Skip to first unread message

Keith

unread,
Feb 23, 2009, 4:29:11 AM2/23/09
to WidgetFX Developers
WidgetFX 1.1 is now officially available. This release is primarily
to support JavaFX 1.1. There are also some performance improvements
that will be of interest to widget developers.

All widgets will now have to be converted to JavaFX 1.1 to run in
Widget FX. For help with this process see Steve's Blog here:
http://steveonjava.com/2009/02/14/migrating-to-the-javafx-11-release/

Setting a clip on your widget will now provide significant drawing
performance improvements for widgets that are highly animated. If you
have performance issues when dragging or resizing your widget, give
this a try. The clipping region should be set to the outer bounds of
your widget. For example from Clock contructor:

override var clip = Circle {
centerX: bind width / 2,
centerY: bind height / 2,
radius: bind min(width, height) / 2
}

Pär Dahlberg

unread,
Feb 23, 2009, 2:21:05 PM2/23/09
to widget...@googlegroups.com
I've recompiled DiskSpace Widget with this version.
http://pmdit.se/widgets/diskspace/

And let me just point out that if you, like me, have auto upgraded the JavaFX compiler you will have lost the rt.jar 1.6 hack. Sure made me confused for a while before I remembered it ;)
http://steveonjava.com/2009/01/02/hacking-javafx-10-to-use-java-16-features/

/M v h Pär
Welcome to my blog, mostly about programming: http://www.pmdit.se/blog
Reply all
Reply to author
Forward
0 new messages