Note that FontDialog from swt is system specific and we only support font type, style and size. Modifying other font properties won’t have any effect. Maybe this clears things ?
I understand what you say but it is best imho to use the 3.5 font editor or change the interaction with the system chooser…
Can you please check this yourself so that you see what I mean.
I tried this on my windows and a 10.4 mac here (on latest sources) but didn’t find a bug. If you are sure it is a bug file a case in our support system.
OS X 10.5 wants to edit the color in the font picker as well.
The console shows the following error when I try to set the font: Macintosh servoy[6601]: Custom ColorPicker class with name .com.freeverselib could not be loaded.
So this is/was the issue reported back by Servoy Support:
This error is caused by a custom color picker which is installed. See http://www.cocoabuilder.com/archive/mes … /13/194876 . Delete file “.com.freeverselib” from ~/Library/ColorPickers or /Library/ColorPickers.
The funny thing is that I don’t have that library installed and when I moved my custom colorpickers from /Library/ColorPickers to ~/Library/ColorPickers the issue was solved
Hope this helps in case somebody else experiences this…