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

BGHUDBox doesn't understand transparency #16

Closed xdissent closed 14 years ago

xdissent commented 14 years ago

Normal boxes can be set transparent or have their transparency bound to some value through IB. While the bindings show up fine, they currently don't change the transparency at all. Is this perhaps due to the way the gradients are rendered?

timthedevguy commented 14 years ago

Transparent BGHUDBox

Added checks to draw background based on state of [NSBox isTransparent] setting. Closed by 2076e78b6ab6f7e22e19faa091107bf18e8aae15

xdissent commented 14 years ago

Thank you!