The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus Extras (http://forums.omnigroup.com/forumdisplay.php?f=44)
-   -   Script error when re-arranging projects (http://forums.omnigroup.com/showthread.php?t=10213)

iNik 2008-10-13 11:25 AM

Script error when re-arranging projects
 
I've run into a number of strange bugs when calling OmniFocus with AppleScript. I'm working on some sort routines to organize projects alphabetically, and they work pretty well, except that I keep running into a bug when I try to move certain items to the end of their container. Here's an example:
[INDENT]tell application "OmniFocus" to tell document window 1 of document 1
set xT to tree 1 of library of sidebar
set xV to value of xT
set xC to container of xV
move xV to after last section of xC
end tell[/INDENT]
I get an Apple Event Handler Failed when I run this script.

This does work, I think, outside of the root level of the library, but I can't say for sure that it does.

Also, is there any way to directly re-arrange trees? I'm having to walk back through value -> container, when it would be a lot easier to just go from the tree and re-arrange it.


All times are GMT -8. The time now is 09:02 PM.

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