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 > OmniOutliner > OmniOutliner 3 for Mac
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Column Width Thread Tools Search this Thread Display Modes
Does anyone know how to set the column width?
I am a teacher and use OO for rosters, among other things. It would be nice to be able to set the grade columns to a specific width. What I'm doing now is just dragging them until they are about the right width.
Is there an easier way to do this?
 
It sounds like you probably want to make similar documents over and over with the template facility. You make a "blank" document, get the settings the way you want them, then save as and choose "OmniOutliner 3 Template" as the file time (or just use Save As Template... if you have OmniOutliner Professional). Then whenever you need a grading sheet, or a class roster, or whatever you've made into templates, you open the template file and it makes you a new document based on the template.

As for setting the column width exactly, there is support in the Applescript dictionary for OmniOutliner to do that. The following script will prompt you for a value (in pixels) and set the width of all selected columns to that value. Is this better/easier than just dragging them all to be the right size? Depends on the severity of one's OCD, I think :-)

Code:
property defaultWidth : 100 -- default width, in pixels

tell application "OmniOutliner Professional"
	tell front document
		display dialog "Desired column width (in pixels)?" default answer defaultWidth buttons {"Cancel", "OK"} default button 2
		set width of selected columns to (the text returned of the result) as integer
	end tell
end tell
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Column width settings not working ? ayodh14 OmniFocus 1 for Mac 4 2011-03-16 05:21 AM
Change column width? Chrisphelps@me.com OmniFocus 1 for Mac 3 2009-09-01 06:54 AM
Adjustable column width bug? type11 OmniFocus 1 for Mac 2 2007-11-19 06:45 PM
Setting print column width Dan Ingold OmniOutliner 3 for Mac 0 2007-01-13 08:35 AM
Wider (Day)Column Width Franz OmniPlan General 1 2006-12-16 04:55 PM


All times are GMT -8. The time now is 12:00 AM.


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