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

text-list...again

 [1/2] from: mattsmac::hotmail::com at: 14-Nov-2003 11:57


Is there a way to not have the text list drop the last word on the line if it doesn't fit but instead just don't show the characters that don't fit? Matt

 [2/2] from: antonr:iinet:au at: 15-Nov-2003 22:30


Discovery: layout [text-list with [probe init]] Solution: view layout [ t: text-list "my really long entry is bigger than yours" do [ t/iter/para/wrap?: no ] ] Anton.