Vighnesh Pai
Vighnesh Pai

Reputation: 1843

Is it possible to set color of texts in dialog boxes of Applescript?

Is there any way that the text's color inside a dialog box of Apple script can be changed???

Please reply

Thanks in advance.

Upvotes: 0

Views: 1776

Answers (1)

monoxygen
monoxygen

Reputation: 463

No, there is not a way to change the text color in a AppleScript dialog box. However, you can change other aspects such as displaying an icon, making the text field display the letters as bullets (for things like passwords), etc. See AppleScript Wiki for more info.

Upvotes: 1

Related Questions