Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: IOS conference

From: rebol:optushome:au at: 3-Apr-2002 18:50

Graham, Looks like you resized it too small. edit apps/messenger/prefs.r and increase size. This bug has been reported, it happens because size-text returns none when the face is too small to determine the text-size. Unfortunately text-size is usually added or subtracted from other values, and none! is the last value you want then. I would prefer it to return 0x0 so you don't have to remember to handle the exception. Cheers, Allen