PDA

View Full Version : Carriage Returns in "Ready to Install" additional information text



meercat
04-17-2008, 02:52 AM
Hi,

I am trying to find out how to populate the additional information text box in the Ready to Install dialog.

I want to be able to provide my own information to my users in this format:

Item Label: %Item Variable Value%
Item Label: %Item Variable Value%
Item Label: %Item Variable Value%
Item Label: %Item Variable Value%
Item Label: %Item Variable Value%

But can't seem to as all the lines concatenate together, without any scroll bars, off the page. I have also tried \n to no avail on the end of each line.

Is there a way of appending a carriage return to each line?

linder
04-17-2008, 03:06 AM
Hello,

Please see "Ready to Install Dialog.sb6" demo script in the Examples Package.

Does this help?

Friedrich

meercat
04-17-2008, 03:28 AM
thanks, yes