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)
-   -   Display only projects with available actions? (http://forums.omnigroup.com/showthread.php?t=23313)

amod 2012-01-26 09:41 AM

Display only projects with available actions?
 
Hi all,

I notice in OmniFocus that the Project Filter doesn't seem to let you select only projects that have actions available. I'm trying to have at least two different perspectives - one that lists all remaining actions, and one that lists only available ones. For the available-actions perspective, the projects with no actions are just clutter; they make it difficult to see everything. Is there a way to have a perspective that hides them and shows only the projects with available actions?

CatOne 2012-01-26 12:59 PM

[QUOTE=amod;106596]Hi all,

I notice in OmniFocus that the Project Filter doesn't seem to let you select only projects that have actions available. I'm trying to have at least two different perspectives - one that lists all remaining actions, and one that lists only available ones. For the available-actions perspective, the projects with no actions are just clutter; they make it difficult to see everything. Is there a way to have a perspective that hides them and shows only the projects with available actions?[/QUOTE]

Not possible without using a script. I think it is possible using a script that someone has posted previous, but I'm not gonna go searching. I'd dearly like this too to be built into the product. Empty projects can be in the sidebar but I don't need them cluttering up the main view.

Oh, you can of course get this in context view if you group by project, but you can't get the project list @ left in context view. Boo.

whpalmer4 2012-01-26 05:32 PM

You can do this with Rob Trew's [URL="http://bit.ly/OF-Find2"]Where in OF[/URL] script. Such a search might be:

[code]
projects where number of available tasks > 0
[/code]

but you could also make it more specific (such as only projects with more than 3 available tasks but fewer than 7 completed tasks where the project was created in the last month and has the string "dissertation" in the name and the string "I should do this" in the note located in the "Someday/Maybe" folder, for a contrived example). As a result of the search, you get a new window which only has the matching projects shown in the sidebar and thus in the window itself.

A listing of the properties with which you can describe your desired projects is shown here:

[URL=http://imageshack.us/photo/my-images/141/screenshot20120126at616.png/][IMG]http://img141.imageshack.us/img141/5438/screenshot20120126at616.png[/IMG][/URL]

I really like this script, and use it frequently. A number of particularly baroque features have been added at my suggestion, but I can't take the credit for all of them :-)

If you need help installing the script, see [URL="http://forums.omnigroup.com/showthread.php?t=7453"]the FAQ[/URL].

amod 2012-01-27 08:37 AM

Whoa! Thanks! I had no idea you could do that level of customization (and that people were already doing it). I will have to give this a try. (Though I agree it's a feature it should be added, and I don't think it's particularly baroque - it seems kind of obvious that if you're trying to get a list of available actions, you don't want to look at projects that contain no available actions.)

[QUOTE=whpalmer4;106621]You can do this with Rob Trew's [URL="http://bit.ly/OF-Find"]Where in OF[/URL] script. Such a search might be:

[code]
projects where number of available tasks > 0
[/code]

but you could also make it more specific (such as only projects with more than 3 available tasks but fewer than 7 completed tasks where the project was created in the last month and has the string "dissertation" in the name and the string "I should do this" in the note located in the "Someday/Maybe" folder, for a contrived example). As a result of the search, you get a new window which only has the matching projects shown in the sidebar and thus in the window itself.

A listing of the properties with which you can describe your desired projects is shown here:

[URL=http://imageshack.us/photo/my-images/141/screenshot20120126at616.png/][IMG]http://img141.imageshack.us/img141/5438/screenshot20120126at616.png[/IMG][/URL]

I really like this script, and use it frequently. A number of particularly baroque features have been added at my suggestion, but I can't take the credit for all of them :-)

If you need help installing the script, see [URL="http://forums.omnigroup.com/showthread.php?t=7453"]the FAQ[/URL].[/QUOTE]

amod 2012-01-31 11:19 AM

So I downloaded the Where In OF script and followed the FAQ. The script now shows up under OmniFocus Scripts in my script menu as WhereInOF 739 - but when I click it, absolutely nothing happens. What am I missing?

RobTrew 2012-01-31 12:27 PM

I presume you've unzipped it ?
Once you have, first try dbl-clicking it in a Finder directory - it should run as a stand-alone app.

If that's working then I would try installing it to the OF toolbar.

(Does also work from the script menu (on my 10.6 system, at least) but opening the menu just adds one more step).

amod 2012-02-01 05:31 AM

Yes, I have unzipped it. However, it (WhereInOF739.app) does not seem to run as a standalone app. I double-click it and nothing happens; its icon doesn't show up in the Dock.

I'm running Lion - could that be the problem?

RobTrew 2012-02-01 06:04 AM

Yes, it could be something to do with Lion - I'm compiling it under 10.6

It might be worth trying to recompile it by opening it in Applescript Editor and doing a Save As (file format: [I]application[/I]).

CatOne 2012-02-01 09:01 AM

It works fine on 10.7 (Lion). That's where I'm using it. I dropped it in ~/Library/Scripts/Applications/OmniFocus and it shows right up in OF. I added it to my toolbar.


All times are GMT -8. The time now is 02:01 AM.

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