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 > OmniPlan > OmniPlan General
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Applescript problems Thread Tools Search this Thread Display Modes
Could you confimr me if beta 7 will contain this problem?

Thanks
 
Quote:
Originally Posted by mattao
Could you confimr me if beta 7 will contain this problem?
This bug is now fixed, and so with beta 7 you should no longer have any problems with AppleScripting dates.
 
Quote:
Originally Posted by Greg Titus
This bug is now fixed, and so with beta 7 you should no longer have any problems with AppleScripting dates.
Cool thanks

I am impatient!
 
OK guys

My scripts actually work.
I will add some functionality soon I try to build up an aplication.

Thanks a lot for your help.

I will give news soon.
 
Thanks for the good news mattao, and let us know if you hit any more roadblocks.
 
Hi guys and gals,

And a BIG HI to Lizard,

My script is evoluting I need to create group and affects task to it.

I can't succeed! Could you please help?

my script is:

property ATime : date
property BTime : date
property CDuration : 4
property ADur : 4
property BDur : 4


set CTime to (current date)

tell application "OmniPlan"
activate
tell document "planning"
set MyTask to make new task with properties {name:"Cure Mat"}
set MyTask to make new task with properties {name:"Bisoux", starting date:CTime, duration:CDuration}
set duration of task "Bisoux" to 1
set ATime to current date
set starting date of task "Bisoux" to ATime

set task type of task "Cure Mat" to group task
set parent task of task "Bisoux" to "Cure Mat"


end tell
end tell

:mad:

As you can probably see if you try it, it fail on the last instruction line. I got an error message:"OmniPlan got an error: Can't make "Cure Mat" into type task."

What to do?
 
And in the dictionnary I read: "parent task (task, r/o) : the group that this task is in"

What the hell r,o mean?

Thanks
 
OK r/o means read only!

Who said it's obvious?

:rolleyes:
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sync problems? Mondraymond Syncing via Omni Sync Server 2 2012-09-17 09:30 AM
Applescript - 2 problems in linking two shapes with a line RobTrew OmniGraffle General 4 2011-06-09 10:38 AM
Problems since upgrading milkywater OmniFocus 1 for Mac 1 2008-03-26 10:54 AM
Last.fm problems asiufy OmniWeb Bug Reports 0 2006-04-28 12:19 PM


All times are GMT -8. The time now is 10:48 PM.


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