From: Donal K. Fellows on
On 15 Feb, 16:28, Bill Waddington <william.wadding...(a)beezmo.com>
wrote:
> 2) _Very_ good point.  I shouldn't have asked people to download
> strange executables.  So:
>
> http://www.beezmo.com/scratch/sudoku/osx/CompareTCL.jpg

FreeWrap's issue on OSX is probably a missing encoding. And for this
sort of thing, you're probably better of representing the grid as a
canvas instead of a collection of label widgets. Yeah, it may take a
bit more programming on your part, but the look is easier to make work
across all platforms. (People tend to be much more accepting of non-
platform perfect looks in games than in "productivity" software.)

Donal.