I am writing an AppleScript and I'd like to be able to format text in a display dialog box. For instance, I want part of the text to be bold or italic. How can I do this?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
|
|||||
|
|
Barring using Cocoa dialogs and integrating them into your script (way out of the scope of this question – and of my expertise, too), you can’t. AppleScript’s If all you need is for the first (supposedly most important) part of the text to be emphasized, you can use
which will give you this:
|
|||||||
|
|

