Hi Scott, IIRC, the alert's message is backed by a Label instance, in which case it won't respect newlines. You can get around this by treating the message as a "title", and providing a read-only TextArea instance as the alert's body component. The TextArea will respect newlines. Arguably, this is better anyway, because if you want the user to be able to copy the text in your message, you'd need to use TextArea anyway :)
-T On Wed, Dec 16, 2009 at 9:25 PM, Scott Lanham <li...@sael.com.au> wrote: > Howdy Everyone, > > I can't seem to get the displayed message in an Alert to honour new lines. > I > was wondering if new lines are supported and if so, how to specify them? > > Thanks, > > Scott. > >