not a complete newbie question....
not a complete newbie question....
- Subject: not a complete newbie question....
- From: Theodore Petrosky <email@hidden>
- Date: Sat, 20 Sep 2003 19:13:09 -0700 (PDT)
can someone explain please when it is appropriate
(read necessary) to access the 'cell' of a textField
vs. the the textField data. I just don't seem to get
it and I am beginning to think that with all the
references to the cells (accessing the cell of a
combobox in the example that comes with the developers
tools) maybe I am missing something basic.
Why do I want to access the cell?
NSComboBox *cBox = [[NSComboBox alloc] init];
cBoxCell = [cBox cell];
what do I get by accessing the cell?
Hope its not too newbieish....
Ted
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
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.