You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TweetBox
Hi,
I have released version 0.0.16 and tagged it as such in the SVN
repository.
The new development version is 0.0.17.
Things I have been working on in 0.0.17:
- improving the rendering of tweets: I am now experimenting with
displaying links in a tweet as just "link" in stead of the full URL to
keep the tweet tidier.
- dealing with a JavaFX bug in the vertical translation (translateY)
property of the Text node (javafx.scene.text.Text). Text nodes always
seem to be position to high. I found out that you always need to set
the translateY property of a Text node to the size of the font used
for this node.