B4J Question size of views change when running .jar file (after fx8 update)

cbal03

Member
Licensed User
Longtime User
Is there a way to restore a view's properties after running fx8 update. I needed the update to add printer functionality but now static views look larger than they should when directly running jar file. If I run it in the IDE everything looks normal. Thanks!

nevermind, I found the problem. It seems the view's (textfield) change their appearance if the font size is changed programmatically. The view will change size and the corners will become square. If the font size is changed in the properties page then an error is thrown (invalid property). this seems a little strange but I can work with it.
 
Last edited:
Top