Re: [Fxruby-users] FXFont initialization is complex
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@kn...> - 2004-06-17 09:52:39
|
On Jun 16, 2004, at 6:48 PM, Simon Strandgaard wrote: > First I tried changing to a windows specific font > > @font = FXFont.new(application, "Fixedsys") > > But that segfaulted OK, I will try this out on Windows shortly. If I can reproduce it and it's a FOX bug, I'll need to forward this to Jeroen and see what can be done. If it's in the FXRuby layer, I will get it on our bug list and schedule it for the next release. > <feature-request> > I tried selecting a font via the fontselector.. but never managed to > get it > working. Better default-values would be nice. > </feature-request> Could you maybe submit a feature request to the project at SourceForge: http://sourceforge.net/tracker/?group_id=20243&atid=370243 and provide some more details about what might be appropriate default values? > <feature-request> > I tried add debug statements to the fxruby's sample editor, but had to > write all fields manually that I wanted to see. It would be nice if > #inspect > was providing this information. > </feature-request> Yes, I agree. I've already added this feature request to the aforementioned list, but if you'd like to tack on some comments to that entry about a useful format, etc. please feel free. > I spend 30 minutes attempting to change font.. but unsuccessfully. > Please make font handling more robust, to avoid segfaults ;-) Sorry about that. No one else has mentioned this to me in the last three years, and I didn't realize there was a problem. ;) > Otherwise thanks Jeroen and Lyle for this great project. ... and thank you very much for taking time to report the problems and make suggestions. |