timthedevguy / BGHUDAppKit

* BGHUDAPPKIT is no longer under development by me, I hope that the community will keep it alive and going as I no longer have time to dedicate to the project** The missing HUD controls. Please scroll down to read the readme file for an important notice concerning the future of BGHUDAppKit. Note that there are multiple versions available, 10.5+, 10.6.7, and now 10.7. As soon as I learn how I'll make these all one code base if possible.
http://www.binarymethod.com/
312 stars 57 forks source link

Scrollbars ignore the "AppleScrollBarVariant DoubleBoth" option #10

Closed EricShapiro closed 14 years ago

EricShapiro commented 14 years ago

If the global preference AppleScrollBarVariant is set to DoubleBoth, the scrollbars should display two arrows at both ends. This doesn't appear to happen in programs that use GBHUDAppKit.

You can set this option with: defaults write "Apple Global Domain" AppleScrollBarVariant DoubleBoth

Almost all apps (except notably iTunes) support it.

See: http://lifehacker.com/5040043/add-double-scroll-arrows-to-both-ends-of-the-scroll-bar

timthedevguy commented 14 years ago

The reason I didn't support it is because it was listed as Depreciated in the Docs, didn't realize they still supported it.

timthedevguy commented 14 years ago

Won't support due to being Depreciated in HIG Docs