Re: TextThingys
Re: TextThingys
- Subject: Re: TextThingys
- From: SA Dev <email@hidden>
- Date: Fri, 5 Aug 2005 09:22:56 -0400
Roland:
You might get a response if you clarify this further. :-) By
"textThingy" do you mean NSTextField or NSTextView or something else?
By a 'scrollable array', do you mean you'd like something like an
NSMatrix of text fields?
Specify, please.
On Aug 4, 2005, at 9:11 PM, Roland Silver wrote:
I want to be able to create at run-time textThingyWindows each of
which contain a scrollable array of TextThingys, textThingy
[0]...textThingy[N-1]. Scrollable because there may be more
TextThingys than will fit in the visible part of the window.
Each textThingy has a display rectangle, within which can be
entered (and displayed) a single line of text.
If the window has focus, then a mouse-click within one of the
textThingys should invoke a method with an arg that tells the
method which thingy was clicked in.
The thingy itself should have instance variables for the window it
belongs to, its index, and its viewing rectangle.
--Rollos <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:
40silentalcove.net
This email sent to 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
References: | |
| >TextThingys (From: Roland Silver <email@hidden>) |