RE: NSFormatter for hexadecimal numbers
RE: NSFormatter for hexadecimal numbers
- Subject: RE: NSFormatter for hexadecimal numbers
- From: Louis Demers <email@hidden>
- Date: Wed, 24 May 2006 11:00:28 -0400
At 10:25 AM -0400 2006/05/24, Christopher Hickman wrote:
> > I have some 80 ints that need displayed in a view. I've looke at
> various examples on how to roll my own but the part to turn
it into
> a IB palette has me confused.
Do you really need to have it in IB?
I've made a number of NSFormatters, and I've found that there is little
value in making an IB pallette for them. Its dead simple to use the
formatter in IB even without a pallette. Just use the superclass and change
its custom class to your own in the inspector (you'll just need to drag your
header into the IB window to make your class available).
Begin new to this, It sounds promising but the process has got me confused.
1) I have both HexFormatter.h and HexFormatter written. HexfFormatter
is a descendent of NSFormatter.
2) In IB, I read the HexFormatter.h file
3) then I'm stumped. How do I use the super class ?
Topher
--
Louis Demers ing.
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden