Hi all, I am having a problem with a small Delphi address database application. When attempting to display the address details from one of a list of addresses, an empty text area is displayed instead of a text area containing address details. Screenshots of the app in windows and wine can be found here: http://www.blub.net/~wouter/wine/windows.png http://www.blub.net/~wouter/wine/wine.png The problem seems to be related to fonts, because there is a configuration screen for font selection, which lists all fonts but does not display any of them in the preview text area. Running the program with as debug options --debugmsg warn+font I get many error messages, summarized by sort -u as follows: FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock Wine exited with a successful status err:statusbar:StatusWindowProc unknown msg be10 wp=650001 lp=00010065 fixme:commctrl:FlatSB_SetScrollProp stub fixme:commctrl:InitializeFlatSB stub fixme:tab:TAB_WindowProc Unimplemented msg TCM_HIGHLIGHTITEM warn:font:LFD_Parse font 'fixed' doesn't begin with '-' warn:font:XFONT_LoadDefault Ini section [Software\Wine\Wine\Config\fonts]DefaultFixed is malformed The error I get most is, however: fixme:commctrl:FlatSB_SetScrollProp stub What can I do to solve this problem? Best regards, Wouter