Any suggestions?
* posted via http://www.mymac.ws
* please report abuse to http://xinbox.com/mymac
That's because Mac users depend on having a standard GUI so that
they know how to use their applications.
> I
> have looked at some apple references - NewThemeButtonDrawUPP, but i
> can find out how to actually set my image(s) to become or customize
> a button/control, window etc.
You can use images as buttons: set up an NSImageView and react to
clicks on it. You can make a window look like anything you like:
subclass NSWindow and write your own routine to draw it. Do what
you like in your own application. Just don't mess with other
people's applications.
It is possible to change the user interface but it's very complicated
and all programs which do it seem to cause problems sooner or later.
Simon.
--
Using pre-release version of newsreader.
Please tell me if it does weird things.
Sure you can. Make a new button in IB, set its type to Square Button,
uncheck the Bordered check box, and drag an image onto the button from the
Images tab of your nib file.