The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus 1 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=38)
-   -   Aesthetics of the New Filter Bar (http://forums.omnigroup.com/showthread.php?t=13521)

Dogsbreath 2009-10-12 08:52 AM

Brilliant!!

Thanks a lot.

elektroglide 2009-10-12 09:51 AM

i agree - too dark, bold, and incongruent - as someone said, neither os x nor omni. urrgli !

elektroglide 2009-10-12 09:55 AM

[QUOTE=RobTrew;68161]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 [URL="http://files.me.com/robinfrancistrew/tc8rrx"]an Applescript[/URL], 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:

[IMG]http://farm3.static.flickr.com/2587/4005297956_36c1f54ab0.jpg[/IMG]

which I find less distracting than the loud contrasts in:

[IMG]http://farm3.static.flickr.com/2562/4004675889_4fa2e70a03.jpg[/IMG]

though I would still like:[LIST][*]the button labels to be grayed except when displaying a non-default value[*]the ribbon labels to be made optional[/LIST]
[COLOR="White"]--[/COLOR][/QUOTE]

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.

Toadling 2009-10-12 09:57 AM

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

RobTrew 2009-10-12 10:11 AM

[QUOTE=elektroglide;68165]i get an applescript error when i try to run this:[/QUOTE]

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 [URL="http://files.me.com/robinfrancistrew/mag7n3"]here[/URL].

[COLOR="White"]--[/COLOR]

RobTrew 2009-10-12 10:13 AM

[QUOTE=Toadling;68166]to my tired eyes, the lighter background makes the bar much more difficult to read[/QUOTE]

If you want brighter label text you can edit [URL="http://files.me.com/robinfrancistrew/mag7n3"]the script[/URL] to read:

-- Transparency of ribbon labels
property alphaLabels : 1.0

[IMG]http://farm3.static.flickr.com/2459/4005072991_bafbf2dcc0.jpg[/IMG]

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

or even switched off :-)

property alphaLabels : 0.0

[IMG]http://farm3.static.flickr.com/2530/4005850994_4f96a75bf4.jpg[/IMG]

[COLOR="White"]--[/COLOR]

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

[IMG]http://farm3.static.flickr.com/2562/4004675889_4fa2e70a03.jpg[/IMG]
[COLOR="White"]--[/COLOR]

elektroglide 2009-10-12 02:25 PM

[QUOTE=RobTrew;68169]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 [URL="http://files.me.com/robinfrancistrew/n86ljy"]here[/URL].

[COLOR="White"]--[/COLOR][/QUOTE]

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...

RobTrew 2009-10-12 03:17 PM

[QUOTE=elektroglide;68183]i'm running latest versions of omnifocus and os x, no script editing.[/QUOTE]

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.

Ken Case 2009-10-12 04:43 PM

[QUOTE=elektroglide;68165]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.[/QUOTE]

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.

RobTrew 2009-10-12 09:34 PM

[QUOTE=Ken Case;68187]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.)[/QUOTE]

Thanks for spotting that Ken.

This [URL="http://files.me.com/robinfrancistrew/mag7n3"]redraft[/URL] allows for regional variation in number formats.
[COLOR="White"]--[/COLOR]


All times are GMT -8. The time now is 02:43 AM.

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