Re: Icon size / Button in Display Dialog
Re: Icon size / Button in Display Dialog
- Subject: Re: Icon size / Button in Display Dialog
- From: Shane Stanley <email@hidden>
- Date: Wed, 16 Sep 2015 10:26:21 +1000
On 15 Sep 2015, at 11:56 PM, Karthikeyan M <email@hidden> wrote:
I am working on a script to display a dialog to the user. I am beginner of applescript looking for a suggestion for the below queries.
1) We need to add our Organization image/icon in the script. I am able to add the icon with "with icon alias" in the display dialog but its appears very small in the dialog. Is there a way I can add a bigger image or icon in the display dailog?
2) I would like to have one button created on the left down corner of the dialog and two on right side(default). Will that possible?
3) Can we add the hyperlink in the display dialog? (Like Click Here will take to a webpage)
As Brian says, you will need to go to Xcode for that sort of custom window. But a couple of things:
* When you say the icon is "very small", it should be appearing at the standard size for an alert. If it's not, you may want to check your icon file. If you want something bigger, you need Xcode.
* If you use display alert instead of display dialog, you will get the button arrangement you require.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden