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

[ALLY] Wrapping text to a face?

 [1/3] from: tbrownell::yahoo::com at: 23-Apr-2001 19:44


Hello again. Q1. How do you get the text to wrap? eg: rebol [] view layout [ across reply1: info 200x150 "This is a test string that does not wrap to the face" s1: slider 14x150 [scroll-para reply1 s1] ] Thanks TBrownell

 [2/3] from: larry:ecotope at: 23-Apr-2001 20:21


Hi Terry Try this: reply1: info 200x150 "This is a test string that does not wrap to the face" wrap HTH -Larry

 [3/3] from: carl:rebol at: 24-Apr-2001 7:52


Put the word WRAP in the line. -Carl