BGHUDAppKit
BGHUDAppKit copied to clipboard
* 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 scro...
Implemented Recessed Button Cell and Textured Rectangle Button Cell. Improved Process Indicator and Textured Round Button. Improved Segmented Control. Updated plug-in nib files. Fixed some bugs.
BGHUDScroller.m is a great piece of code. Is it possibile to extend it and position the arrows as for AppleScrollBarVariant "DoubleBoth" or to enable double-scroll arrows at both ends of...
BGHUDAppKit looks great. Thank you, Tim! BGHUDSliderCell doesn't draw a vertical slider correctly in the disabled state. I think this is just an oversight and easily fixed by applying the...
Hi, I'm currently using BGHUDTokenField/BGHUDTokenFieldCell in my application. However, I'm seeing the following odd behaviour: - Add a BGHUDTokenField to a HUD-styled NSPanel - Run the application - Enter some...
BGHUDScrollView really needs to get some adjustments applied to it border styles. NSNoBorder is fine. NSLineBorder needs to be a bright yet (slightly) transculent white. NSBezelBorder's opacity needs to be...
Should button outlines be drawn in the disabledStrokeColor in the disabled state? In particular, the disabled state of an unchecked HUD checkbox is hard to distinguish from an enabled one....
I've read the steps in https://github.com/binarygod/BGHUDAppKit/issues/7 and tried to follow them to create a radio button matrix, but it doesn't seem to work for me. When I tried it one...
When using the procedure in Bug Report #7 to create a two dimensional matrix of radio buttons, only the first column of buttons renders the text correctly. The additional columns...
Entering a BGHUD style text control permanently changes all Insertion Points to the white color (or themed color) This is a known and ongoing issue, the answer is constantly being...
the " | " cursor when editing seems disappear and not blinking in BGHUDTextFieldCell, but works in SearchFieldCell and in TokenFieldCell. Great API, can not work without it, hope to...