Re[2]: [REBOL] Re: pdf-maker.r errors
From: g:santilli:tiscalinet:it at: 19-Apr-2002 13:06
Hi Graham,
you wrote:
GC> and you may see that it although it right aligns, it does
GC> not respect the line breaks.
Indeed. You need to use 'newline to do that. I.e.:
lo: layout-pdf [
[ ; page 1
textbox 65 230 40 40 [
right align "Investment" newline
"Loan Amount" newline
"Loan Cost" newline
"Loan Type"
]
]
]
GC> I get the following error:
That's a bug. I hope to fix it soon. Workaround:
lo: layout-pdf [
[ ; page 1
textbox 65 230 40 40 [ as-is
{ Investment
Loan Amount
Loan Cost
Loan Type}
]
]
]
Regards,
Gabriele.
--
Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r