The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus 1 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=38)
-   -   A simple button request (http://forums.omnigroup.com/showthread.php?t=11829)

figman 2009-04-03 08:25 AM

A simple button request
 
Could you add a simple button that would open address book and Ical as an optional toolbar item. I am constantly going between these programs in using OF and it sure would make life easier.

I know...I know...it's all about me...lol

Thanks for your consideration....

:)

curt.clifton 2009-04-03 09:25 AM

[QUOTE=figman;57920]Could you add a simple button that would open address book and Ical as an optional toolbar item. I am constantly going between these programs in using OF and it sure would make life easier.[/QUOTE]

Use [URL="http://forums.omnigroup.com/showthread.php?t=3734"]Help --> Send Feedback[/URL] to submit your feature request. But I wonder why you wouldn't just use the Dock if you aren't averse to using the mouse to change apps.

whpalmer4 2009-04-03 10:23 AM

Open up the Script Editor application and paste in the following:

[code]
tell application "Address Book"
activate
end tell
[/code]

Save it in your Library/Scripts/Applications/OmniFocus folder (may have to create the OmniFocus folder in Library/Scripts/Applications if you haven't previously installed any Applescripts for OmniFocus). Now go to OmniFocus, select View->Customize Toolbar and drag the icon for Script: Address Book (or whatever you chose to call it) to the desired spot on the toolbar. Now you have your very own button to fire up the Address Book and bring it forward. Building a similar button for iCal is left as an exercise for the reader, as is customizing the toolbar icon.

Lucas 2009-04-03 10:26 AM

You could also add scripts like the following to the toolbar:
tell application "iCal"
activate
tell (first window whose name is "iCal")
set visible to true
end tell
end tell

and:

tell application "Address Book"
activate
tell first window
set visible to true
end tell
end tell

Toadling 2009-04-03 10:28 AM

1 Attachment(s)
Couldn't you achieve this today with a pair of one-line AppleScripts? Put them in ~/Library/Scripts/Applications/OmniFocus/ and then add them to your OmniFocus toolbar.

[ATTACH]902[/ATTACH]

-Dennis


All times are GMT -8. The time now is 07:57 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.