Hi i have a audio player project, but I’d like to change control items style… How can I do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That depends on the framework and the control. With some controls, notably NSButton and UIButton, you can provide your own images for the control in different states. Other controls, like NSTextField, aren’t so readily customizable and will require more work. In some cases, it may not be possible to customize the appearance the way you want, at which point you start thinking about creating your own control instead.
It would help if you’d provide the framework and specific classes that you’re looking at modifying.