Can I make a pop-up alert a textured window (brushed metal) through an applescript or does it use thew systems apperence settings?
Thanks a lot
Can I make a pop-up alert a textured window (brushed metal) through an applescript or does it use thew systems apperence settings?
Thanks a lot
This is available for applescript-studio windows…
I am using Apple Script Studio… what do I need to do to change the style?
Oh! I see…
Simply go to the attributes tab in the properties panel of your window and check “Textured Window”.
Maybe you are trying to use the “display alert” command? Then I don’t know how can you set it to brush-metal style… Hmmm… I don’t know how can it be done programatically… Maybe if you attach the alert-panel to a textured window, it inherits its properties?
Yes, i did the textured window thing for all my windows already and wanted to match the applescript command “display alert” to also be textured… hmm i wonder if that can be done without making a new panel and everythng
Nah, unfortunately the AppleScript-language native window commands like ‘display dialog’ and such cannot currently be used with the brushed metal appearance.
You’ll need to use a panel or other window you’ve built in AStudio.