You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
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 time, the text was still black, and the radio button circles looked pixelated. When I've tried it since, the entire radio button matrix is completely invisible.
Now, I have some existing xib files that I've inherited for a project, and the puzzling thing is that I see an example of a working radio button matrix in one of those xibs, I just can't replicate making it from scratch.
In the working version, the BGHUDButtonCell objects are not NSButtonCell objects with a new custom class name, their innate class type is BGHUDButtonCell, and for their IB attributes inspectors, they have a "Theme" disclosure area set to "gradientTheme". Their radio button circle looks fine.
So do people know how to make a radio button matrix that fits that description?
The text was updated successfully, but these errors were encountered:
Currently things are a little wacky. In order to get a radio button matrix to work we had to take advantage of private API's, since the App Store rejects any use of private API's I had to remove the offending code. Radio matrices are now broken until I can find a better solution that doesn't involve private API's.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've read the steps in
#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 time, the text was still black, and the radio button circles looked pixelated. When I've tried it since, the entire radio button matrix is completely invisible.
Now, I have some existing xib files that I've inherited for a project, and the puzzling thing is that I see an example of a working radio button matrix in one of those xibs, I just can't replicate making it from scratch.
(Note this working radio button matrix has the display issue described in https://github.com/binarygod/BGHUDAppKit/issues/#issue/21 )
In the working version, the BGHUDButtonCell objects are not NSButtonCell objects with a new custom class name, their innate class type is BGHUDButtonCell, and for their IB attributes inspectors, they have a "Theme" disclosure area set to "gradientTheme". Their radio button circle looks fine.
So do people know how to make a radio button matrix that fits that description?
The text was updated successfully, but these errors were encountered: