[Squeak-fr] test...

Hannes Hirzel squeak-fr@lists.squeakfoundation.org
Tue, 23 Apr 2002 15:45:12 +0100


Jean-marie Zajac <jean-marie.zajac@ipbs.fr> wrote:

> Could someone help me to test this small program (FontMover.st) and
> comments the problems?
> Maybe it's not the good list for that ?
> 
>   jean-marie.zajac@laposte.net

Excellent idea to do this utility program. Very handy.


Test report

1. FileIn
It files in fine in a Squeak 3.2gamma-4827 image


2. Export test of StrikeFonts
I could write out all fonts



3. Another image
I open another image
Delete Atlanta font
Get the files Atlantann.sf2 and put them in the 'police' directory (in
explorer)
Move the font Atlanta back into the image -> an ERROR occurs
StrikeFont doesNotUnderstand

a Message with selector: #readFromStrike2:directory: and arguments:
#('Atlanta22.sf2' DosFileDirectory on
'D:\Squeak3.2gamma-4827IndianFonts\Police')



4. Labeling of buttons

It it not ovious what the buttons mean: do balloon help

Use 
setBalloonText: 'a help text'.
to send to the SimpleButtonMorph instances in the method
openAViewOnMe


Regards
Hannes Hirzel