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 > OmniFocus > OmniFocus 1 for Mac
FAQ Members List Calendar Today's Posts

 
Aesthetics of the New Filter Bar Thread Tools Search this Thread Display Modes
Brilliant!!

Thanks a lot.
 
i agree - too dark, bold, and incongruent - as someone said, neither os x nor omni. urrgli !
 
Quote:
Originally Posted by RobTrew View Post
It has been pointed out to me that in OF 1.7.4 it is now possible to adjust the background color of the filter bar.

I have drafted an Applescript, which can be adjusted to suit your taste, and which shows how the filter bar color can be set.

(The script closes OF, if it is running, and the new colors appear when OF is restarted).

Mine currently looks something like this:



which I find less distracting than the loud contrasts in:



though I would still like:
  • the button labels to be grayed except when displaying a non-default value
  • the ribbon labels to be made optional

--
i get an applescript error when i try to run this:

2009-10-12 19:54:03.777 defaults[4248:60f] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2009-10-12 19:54:03.779 defaults[4248:60f] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2009-10-12 19:54:03.779 defaults[4248:60f] Could not parse: {r=0,588235294118; g=0,588235294118; b=0,617647058824; a=1.0;}. Try single-quoting it.
 
Personally, I still prefer the default view bar over RobTrew's change -- to my tired eyes, the lighter background makes the bar much more difficult to read, bordering on annoying. But hey, too each his own.

Anyway, thanks for the hint, RobTrew! This is a good thing to know.

-Dennis
 
Quote:
Originally Posted by elektroglide View Post
i get an applescript error when i try to run this:
Are you running OF 1.7.4 ?
An earlier OS X ?
Have you edited the script ?

It might be worth downloading it again in text format from here.

--

Last edited by RobTrew; 2009-10-12 at 09:35 PM..
 
Quote:
Originally Posted by Toadling View Post
to my tired eyes, the lighter background makes the bar much more difficult to read
If you want brighter label text you can edit the script to read:

-- Transparency of ribbon labels
property alphaLabels : 1.0



(By now I know what the text says, so I personally prefer it rather muted,

or even switched off :-)

property alphaLabels : 0.0



--

(Something of a relief after the urgent high-contrast chatter)


--

Last edited by RobTrew; 2009-10-12 at 09:42 PM..
 
Quote:
Originally Posted by RobTrew View Post
Are you running OF 1.7.4 ?
An earlier OS X ?
Have you edited the script ?

It might be worth downloading it again in text format from here.

--
thanks for getting back to me.

i'm running latest versions of omnifocus and os x, no script editing.

i just click on either the original link, or the text version, and i get the same error when i try to run the script...
 
Quote:
Originally Posted by elektroglide View Post
i'm running latest versions of omnifocus and os x, no script editing.
A Snow Leopard change in applescript or Bash ? (I'm still running Leopard).

When you run the script it places the shell commands in the clipboard. Perhaps you could paste what you are getting into a private message on this board and send it to me.

Last edited by RobTrew; 2009-10-12 at 03:50 PM..
 
Quote:
Originally Posted by elektroglide View Post
i get an applescript error when i try to run this:

2009-10-12 19:54:03.779 defaults[4248:60f] Could not parse: {r=0,588235294118; g=0,588235294118; b=0,617647058824; a=1.0;}. Try single-quoting it.
The problem is that the floating point numbers for the r, g, and b values are using comma as the decimal number separator (e.g. "0,58", a common formatting convention outside the U.S. for expressing decimal fractions), but the defaults command expects a period (e.g. "0.58", the convention in the U.S.).

Presumably AppleScript is formatting those numbers with commas based on your Language & Text locale settings in System Preferences. I'm not sure off-hand how to convince AppleScript to use the U.S. format other than to temporarily change your number format settings in System Preferences.
 
Quote:
Originally Posted by Ken Case View Post
The problem is that the floating point numbers for the r, g, and b values are using comma as the decimal number separator (e.g. "0,58", a common formatting convention outside the U.S. for expressing decimal fractions), but the defaults command expects a period (e.g. "0.58", the convention in the U.S.)
Thanks for spotting that Ken.

This redraft allows for regional variation in number formats.
--

Last edited by RobTrew; 2009-10-13 at 03:18 AM..
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
iPad Aesthetics :-( moons OmniFocus for iPad 4 2010-10-08 05:53 AM
Filter Bar (Again) ricot OmniFocus 1 for Mac 2 2010-02-21 01:18 AM
Omnifocus Interface Aesthetics/ Visual Design uxable OmniFocus 1 for Mac 25 2009-09-28 01:38 AM
filter by 'due soon' markbrown00 OmniFocus 1 for Mac 2 2007-11-17 02:01 PM
Sort filter + Next filter + repetitive actions santra OmniFocus 1 for Mac 4 2007-10-28 12:28 PM


All times are GMT -8. The time now is 10:17 AM.


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