Re: Highlight
Re: Highlight
- Subject: Re: Highlight
- From: Scott Anguish <email@hidden>
- Date: Sun, 14 Sep 2003 02:46:28 -0400
On Sep 14, 2003, at 12:14 AM, John MacMullin wrote:
I am trying to highlight a cell in a table view with [glTableView
highlightSelectionInClipRect:[glTableView frameOfCellAtColumn:0 row: 0
];
but nothing happens. There is data at this cell. What am I doing
wrong?
You're going ___way___ to low in the classes. that's used for
something entirely different from what you're attempting (I think)
By highlight, do you mean select? (as in the row), or do you mean
select the contents of the cell (as if you'd clicked in it and selected
the text with the mouse)?
_______________________________________________
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.
References: | |
| >Highlight (From: John MacMullin <email@hidden>) |