Updates and problems...

Ned Konz ned at bike-nomad.com
Wed Jun 18 14:40:30 UTC 2003


On Tuesday 17 June 2003 03:47 pm, Benoit St-Jean wrote:
> Just fetched the latest updates and had a few
> surprises...
>
> First, it looks like update 5195 doessn't like my
> appearance prefs since I've replaced the base fonts
> with the AccuFonts...
>
> So TextMorph>>#fontName:size: expects the presence of
> a specific font (ComicBold) and halts if the specified
> font isn't found instead of just using the default.
>
> Okay then, I'll email a bug report...  MailSender
> class blows when I try to email the bug report since
> it seems the #preferred method is missing from that
> class...
>
> Am I alone with those problems?

No. I have a CS somewhere where I fixed most of the hard-coded font 
names. I will post that someday when I can get some time.

However, at present you can just do something like:

TextConstants at: #ComicBold put: (TextConstants at: #Accula).

There has been a bug fix already for the MailSender (just change 
#preferred to #default).

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list