Forum: OmniGraffle General
2010-05-21, 04:14 AM
|
Replies: 3
Views: 3,252
|
Forum: OmniGraffle General
2010-05-20, 02:03 PM
|
Replies: 3
Views: 3,252
Reset Bezier Control Points?
Hi-
Apologies if this has been answered (I searched), but is it possible to reset Bezier control points to what I would call their original "zero-offset" from the drawing point?
In other words,...
|
Forum: OmniOutliner 3 for Mac
2009-08-14, 05:19 PM
|
Replies: 2
Views: 2,224
|
Forum: OmniGraffle General
2009-07-30, 12:02 PM
|
Replies: 2
Views: 2,718
Did you figure this out? You can do this:
...
Did you figure this out? You can do this:
tell application "OmniGraffle Professional 5"
every group of every layer of every canvas of every document
end tell
But in practice you'll want to...
|
Forum: OmniGraffle General
2009-07-30, 11:40 AM
|
Replies: 3
Views: 4,183
|
Forum: OmniGraffle General
2009-07-30, 03:59 AM
|
Replies: 3
Views: 4,183
Hi Daria-
I didn't try your script, but...
Hi Daria-
I didn't try your script, but doesn't "make" return a reference to a DOCUMENT, but you need a reference to a CANVAS to contain the graphic group?
Best, Charles
|
Forum: AppleScripting Omni Apps
2009-07-26, 11:41 AM
|
Replies: 3
Views: 7,219
|
Forum: AppleScripting Omni Apps
2009-06-30, 08:13 AM
|
Replies: 6
Views: 4,387
|
Forum: OmniFocus Extras
2009-06-30, 06:49 AM
|
Replies: 17
Views: 7,517
Hi Ken-
This is very interesting. I've...
Hi Ken-
This is very interesting. I've posted in the Applescript section inquiring about doing this in OmniOutliner. Is it possible, and if so, would you be so kind to post a simple example?
...
|
Forum: AppleScripting Omni Apps
2009-06-30, 05:52 AM
|
Replies: 6
Views: 4,387
Hi Rob-
Thanks for the pointer, but I think...
Hi Rob-
Thanks for the pointer, but I think OmniOutliner handles things a bit differently. AFAIK, there isn't any "link" attribute to a style in OO3.
I have gotten a bit farther on my own, very...
|
Forum: AppleScripting Omni Apps
2009-06-29, 08:37 PM
|
Replies: 6
Views: 4,387
Well, here you go:
tell application...
Well, here you go:
tell application "OmniOutliner Professional"
get file name of text attachment 1 of text 1 of cell 2 of leaf 1 of document 1
end tell
Thanks for your interest!
Charles
|
Forum: AppleScripting Omni Apps
2009-06-29, 12:54 PM
|
Replies: 6
Views: 4,387
Applescripting Text Attachments?
Hi-
I'm a newbie to Omnioutliner 3, using the Beta 4 release. I had a question about manipulating Text Attachments with Applescript. First off, I'm assuming that a Text Attachment is the button...
|