[Cocoadialog-users] Newline in --informative-text?
Status: Beta
Brought to you by:
sporkstorms
From: Thomas P. <tp...@gm...> - 2009-01-03 17:22:42
|
Hello CocaDialog Users: Is it possible to print out multiple lines in the --informative-text portion of a CocoaDialog call? In my particular case it is for a yesno-msgbox type call. I would like to be able to do something like: --informative-text "Process ID: $MAINFIREFLYPID \n Run Time: $TIME"` But obviously this will not work. Is there a syntax that support newline calls from within the --informative-text option and if so what is the syntax? Thanks, Thomas |