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

IOS conference

 [1/4] from: gchiu:compkarori at: 3-Apr-2002 16:06


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

 [2/4] 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

 [3/4] from: gchiu:compkarori at: 4-Apr-2002 8:04


On Wed, 3 Apr 2002 18:50:58 +1000 "Allen Kamp" <[rebol--optushome--com--au]> wrote:
> Looks like you resized it too small. edit > apps/messenger/prefs.r and
Hmm. Don't think I resized it at all.
> increase size. This bug has been reported, it happens > because size-text
<<quoted lines omitted: 5>>
> it to return 0x0 > so you don't have to remember to handle the exception.
I removed all the messages again from my messages directory, and the problem seems to have gone. -- Graham Chiu

 [4/4] from: alanwall::sonic::net at: 3-Apr-2002 10:59


At 06:50 PM 4/3/02 +1000, Allen wrote:
>Graham, >Looks like you resized it too small. edit apps/messenger/prefs.r and
<<quoted lines omitted: 3>>
>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.
Thanks,that fixed the problem :) I resized to 396x555 but still get some text wrapping.Is there a way to set that?

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted