Paul Bruneau wrote: > Is it true that the _useWFont option is not valid in the Appearance > Runtime? I am working to convert my application to the Appearance > runtime, and my buttons that have _useWFont are getting fouled up > (like a pushbutton turns into a checkbox). > > Must I use the APPEARANCE BUTTON statement to make buttons have small > text, or is there a way to have small text using the BUTTON statement > like I did with _useWFont in the FBII runtime? dim as Rect r window 1 SetRect( r, 20, 20, 100, 40 ) appearance button 1,,,,, "OK", @r, _kControlPushButtonProc _useWFont do HandleEvents until 0 Robert P.