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

 
OmniGraffle 5 general issues Thread Tools Search this Thread Display Modes
Sorry for the trouble, CPG - it'll probably be easiest for us to help if you send email to omnigraffle@omnigroup.com or give us a call at 800.315.6664.

(Since the printer drivers that are being used are have a pretty strong effect on issues like this, it's often difficult to troubleshoot something like this via forum post; we generally need to get screenshots of Page Setup and the print panel, or ask you to read stuff off to us if we're on the phone.)
 
Thanks for your sharing.
 
Quote:
Originally Posted by mariacordell View Post
I also want page numbers back! Using it the same way and finding the same issues as many others here. Lack of page numbers is highly frustrating in Omnigraffle files that have many pages (many of ours have 50-100). Yes, all pages have names, as someone else said, sometimes they're very similar or get truncated. And there's no way to react to someone who says, "Hey, on page 56, change...," or "take a look at page 43..."
Is there anything new on this? Canvas numbers are essential on any deck with more than a handful of pages.
 
It's not about printing!

It's about quickly finding canvas 63 in a 100 page deck when you're on the phone with a client! This is one of those nagging frustrations that prevent Omnigraffle from being a fully professional application.

Last edited by FlorianSE; 2013-01-22 at 07:53 AM.. Reason: Title not showing
 
So, you just want a way to quickly flip to canvas N? Are you willing to run an Applescript?

Code:
tell application "OmniGraffle Professional 5"
	tell front document
		set Targetstr to (text returned of (display dialog "Desired canvas? " default answer "" buttons {"OK"} default button 1))
		try
			set MyCanvas to first canvas of (every canvas whose name contains Targetstr)
		on error
			display alert "No such canvas:" & Targetstr
			return
		end try
	end tell
	set canvas of front window to MyCanvas
end tell
There's a nice FAQ at http://forums.omnigroup.com/showthread.php?t=7453
It is written for OmniFocus, but just read OmniGraffle where it says OmniFocus and you'll be fine.
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Omnigraffle 5.4 - text reflow issues fjordaan OmniGraffle General 3 2012-09-26 07:10 AM
Issues with Omnigraffle 5 nixwork OmniGraffle General 0 2011-10-03 02:39 PM
Anyone having issues with OmniGraffle 5.2 crashing? sevenupcan OmniGraffle General 12 2010-12-01 09:16 PM
General thoughts about OF davidk OmniFocus 1 for Mac 2 2007-12-14 09:50 PM


All times are GMT -8. The time now is 06:45 AM.


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