--- Matt Rice <[EMAIL PROTECTED]> wrote:

> 
> 
> --- Fred Kiefer <[EMAIL PROTECTED]> wrote:
> 
> > matt rice schrieb:

<snip>
> 
> > 
> > - In the new tracking method, we only check if the
> > column is editable,
> > shouldn't we use the method that checks for the
> cell
> > to be editable?
> > (BTW in this the comments are still wrong)
> 
> ahh hm, i'm not sure, I didn't think so because we
> are
> calling trackMouse... this might not cause any
> editing
> it could be 
> 
> for instance
> in the -willDisplayCell:... you could set the cells
> target/action, based on some criteria and the cell
> is
> never edited actually.
> 
> based on some criteria and tracking the mouse sends
> the action, no editing involved,
> 
> then it checks if theres any change in the cells
> object value.
> 
> i consider -isEditable: only useful for
> -editWithFrame: and possibly a cell classes internal
> usage in trackMouse:
> 

this example was kindof contrived,
a better example might be a selectable non editable
text field cell, where you can copy the text fields
contents.

trackMouse: should allow you to select the text.





 
____________________________________________________________________________________
Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to