Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

customizing the gui

0 views
Skip to first unread message

omacdog

unread,
Jun 22, 2005, 10:55:01 AM6/22/05
to
Hi i am wanting to customize the gui on an OSX 10.3 application,
instead of using aqua, but can't find much info on the subject. 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.

Any suggestions?

* posted via http://www.mymac.ws
* please report abuse to http://xinbox.com/mymac

Simon Slavin

unread,
Jun 24, 2005, 5:54:11 PM6/24/05
to
On 22/06/2005, omacdog wrote in message <u1119...@aknode.invalid>:

> Hi i am wanting to customize the gui on an OSX 10.3 application,
> instead of using aqua, but can't find much info on the subject.

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.

Michael Ash

unread,
Jun 25, 2005, 6:01:57 PM6/25/05
to
Simon Slavin <slavins.delete....@hearsay.demon.co.uk> wrote:
>
> You can use images as buttons

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.

0 new messages