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 ----- Original Message ----- From: "Graham Chiu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 2:06 PM Subject: [REBOL] IOS conference > > Anyone else having problems with IOS messenger? > > I'm getting this report: > > ** Script Error: Expected one of: pair! - not: none! > ** Where: make-new > ** Near: n/size/y: second n/para/origin + n/para/margin > >> > > I removed all the messages in case one of them was > corrupting messenger, but that didn't help :( > > -- > Graham Chiu > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
