Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8151667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:27:31+00:00 2026-06-06T15:27:31+00:00

I have an Automator Application containing the action Show Growl Notification, which is always

  • 0

I have an Automator Application containing the action “Show Growl Notification”, which is always empty when it appears. I’ve tried using the “Get Specified Text” and “Get Value Of Variable” actions directly before it, but nothing I’ve tried seems to work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T15:27:33+00:00Added an answer on June 6, 2026 at 3:27 pm

    The code sample from gadgetmo is almost correct but won’t work as is with Growl 1.4

    An application must be registered and enabled and must provide a list of notifications it will present and also a list of which of those notifications are enabled.

    You can skip all that config stuff if you just hijack the preconfigured automator settings as shown below.

    Key points to note are “Automator notification” as the name of the notification and “Automator” as the source application.

    tell application "System Events"
        set isRunning to (count of (every process whose bundle identifier is "com.Growl.GrowlHelperApp")) > 0
    end tell
    
    if isRunning then
        tell application id "com.Growl.GrowlHelperApp"
            notify with name ¬
                "Automator notification" title ¬
                "Processing Files" description ¬
                input as text application name "Automator"
        end tell
    end if
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried creating an application in Automator that when double clicked, will tar
I have classes which have automatic properties only like public customerName {get; set;}. They
I have created an Automator workflow service (not Automator application!) under Mac OS X
I have an automator workflow with a Run Applescript action. Is it possible to
Im creating an IPad Application which will have an SQL Server backend. My question
I have Java Uno application which runs on server and performs automated text extraction
I've got a web application that controls which web applications get served traffic from
I have some model objects I'm using in my Java client application. Later these
I am writing a web application using Django, on djangorecipe. I wanted to have
I have the following automation code: lPrintSetup := fWordObject.Application.Dialogs.Item(wdDialogFilePrintSetup); lPrintSetup.Printer := 'MyPrinter'; lPrintSetup.DoNotSetAsSysDefault :=

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.