Hi, Anton Rolls answered this issue very well, "as-is" flag solves the = problem for many facets, label, info, field etc.
view layout [label as-is "line-1^/line-2"] we cannot change the label size usually because width should be fixed = many times. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf = Of Brock Kalef Sent: Wednesday, January 21, 2009 4:54 PM To: [email protected] Subject: [REBOL] Re: How to put return in view facets You can control the size of the label to get the desired affect.... REBOL [] view layout [label 40x40 "test1 test2"]=3D20 By providing a multi-row label area as above, the wrap occurs automatically. I realize this is likely not a representation of the data you are trying to apply this to. I also find myself unable to 'rejoin 'reduce 'form 'mold or 'compose a string to get the desired textual result, which surprises me. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Semseddin Moldibi [ Bircom ] Sent: January 21, 2009 9:27 AM To: [email protected] Subject: [REBOL] How to put return in view facets Hi, I'm using View 2.7.6, how do I put a return (newline) char in a label, = =3D =3D3D vtext etc.? REBOL [] view layout [label "test1^/test2"] ^/ doesn't mean new line? -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject. --=20 To unsubscribe from the list, just send an email to=20 lists at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
