Re: NSView Names
Re: NSView Names
- Subject: Re: NSView Names
- From: Andy Lee <email@hidden>
- Date: Wed, 27 Feb 2002 23:05:34 -0500
At 4:22 AM +0100 2/28/02, Ondra Cada wrote:
>
Nice trick; I'll consider that next time I'll need something similar --
>
thanks.
I recently did something similar myself. Since you can't enter table contents directly in IB, I used a multi-column matrix to provide test data for a table. It might have been just as easy to hard-code the test data in Objective-C, but this was more fun.
>
Incodentally, why use two columns? One should be sufficient, should
>
it not?
Yup, it should.
>
AL> Simson, I don't know if you'll find this any less "gross and awkward"
>
AL> than the Tooltip trick. If nothing else, this would free up tooltips to
>
AL> be used for their original purpose in case you ever want that.
>
>
That's no problem; all my Tooltip-based tricks allowed to enter the text
>
wich is meant to be the "real tooltip" as well. Like "@foo@bar@", where "foo"
>
is the special name of mine, whilst "bar" is the tip to be shown.
Makes sense.
--Andy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.