*** A special note for Dragon for Mac Forum Users ***

Nuance is pleased to announce our new Product Forum User Community - the new Dragon Dictate community will replace these existing Dragon for Mac Forums.

To access the new Online Forums, you must first sign up for an account through our Support Portal here. After activating your new account, or if you already have an account, you may use THIS LINK to log into the Community.

Please note that as of June 18, 2012 this Dragon for Mac Forum has been set to read-only in order to retain all historical information and post details. Any new content or updates to existing content will no longer be permitted at this time. Please visit the new community link listed above to post new content and start new topics of discussion.

Dragon for Mac Forums and Discussion » Dragon Dictate » Extending Dictate

Show and Hide MacSpeech Dictate

(2 posts)
  • Started 4 years ago by MoonWalker
  • Latest reply from Yakker
  1. MoonWalker
    Member

    So... as you all know "Bring MacSpeech Dictate to front" only makes the Dictate menu items appear in the menu bar, but doesnt actually bring the status and available commands window out from hiding.

    I created a command to have this done for me using the apple scripting of the show and hide commands.

    Create a new command, name it Show Dictate (or Show MacSpeech Dictate), change the context to Global, change the type to Apple Script, and enter the following into the text field:

    tell application "MacSpeech Dictate"
    set show Status Window to true
    end tell
    tell application "MacSpeech Dictate"
    set show Available Commands to true
    end tell

    Then click compile. Now when you say the command, it will present both the available commands window AND the status window.

    You can also use do the same thing to Hide it by using Hide Dictate as the command name and the following as the applescript:

    tell application "MacSpeech Dictate"
    set show Status Window to false
    end tell
    tell application "MacSpeech Dictate"
    set show Available Commands to false
    end tell

    That should work quite well!

    Posted 4 years ago #
  2. Yakker
    Member

    MoonWalker, thank you for the scripts. Not only have you helped me resolve a minor nag, but you've given me my first experience in successful script writing!

    (Okay, so my ignorance is showing. What the heck; I ain't proud.)

    Ray

    Posted 3 years ago #

RSS feed for this topic