The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > Search Forums
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Tommy@heltenkelt.se
Forum: OmniFocus Extras 2008-08-01, 02:40 PM
Replies: 8
Views: 8,708
Workaround

Here is a workaround, using applescript within Python, as Wim suggested:

import os

def createInboxTask(name):
cmd = """osascript<<END
tell front document of...
Forum: OmniFocus Extras 2008-08-01, 02:28 PM
Replies: 8
Views: 8,708
Interesting idea, but I can't get that to work.

Interesting idea, but I can't get that to work.
Forum: OmniFocus Extras 2008-08-01, 11:57 AM
Replies: 8
Views: 9,227
A simular problem is discussed here...

A simular problem is discussed here (http://forums.omnigroup.com/showthread.php?p=43425#post43425) (with Python syntax)
Forum: OmniFocus Extras 2008-08-01, 11:51 AM
Replies: 8
Views: 8,708
Cache 22?

Curt:

The object created by the code above, is described by PyObjC like this:

<future OmniFocusInboxTask with properties { name = "Task name"; }>

I suspect that "future" may be...
Forum: OmniFocus Extras 2008-07-31, 04:09 PM
Replies: 8
Views: 8,708
Partly solved - but what do i do with a future task

I have partly solved the problem. With PyObjC a new inbox task object can be created like this:

omnifocus =...
Forum: OmniFocus Extras 2008-07-29, 12:47 PM
Replies: 8
Views: 8,708
How can I create a task, using Objective C (or PyObjC)?

In AppleScript, a new task can be created like this:

tell front document of application "OmniFocus"
make new inbox task with properties {name: theName}
end tell

But what would be the...
Showing results 1 to 6 of 6

 
Forum Jump

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


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