Re: How to validate NSComboBoxCell selection
Re: How to validate NSComboBoxCell selection
- Subject: Re: How to validate NSComboBoxCell selection
- From: "Prem Anand Joseph" <email@hidden>
- Date: Thu, 14 Oct 2004 11:30:45 +0900
Using "-(void)tableView:(NSTableView*)aTableView willDisplayCell:(id)aCell
forTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex" delegate
method.
I was able to filter popup-list entries.
Thank you very much.
Prem
----- Original Message -----
From: "Prem Anand Joseph" <email@hidden>
To: "Steven Kramer" <email@hidden>
Cc: <email@hidden>
Sent: Wednesday, September 22, 2004 4:37 PM
Subject: Re: How to validate NSComboBoxCell selection
>
Thank you very much.
>
>
I will try it out and inform the
>
result.
>
>
Prem
>
>
----- Original Message -----
>
From: "Steven Kramer" <email@hidden>
>
To: "Prem Anand Joseph" <email@hidden>
>
Cc: <email@hidden>
>
Sent: Tuesday, September 21, 2004 10:17 PM
>
Subject: Re: How to validate NSComboBoxCell selection
>
>
>
>
That's a funny coincidence, I have just been working on a similar
>
problem (except I use a fixed list, not a datasource).
>
>
My solution is to do customization of the popup in
>
tableViewSelectionIsChanging / tableViewSelectionDidChange. Perhaps
>
this will work for you too...
>
>
Steven
>
>
Op 19-sep-04 om 17:01 heeft Prem Anand Joseph het volgende geschreven:
>
>
> Friends,
>
>
>
> I have an NSTableView column with NSComboBoxCell
>
> data cell.
>
>
>
> Combobox uses datasource for getting popup list
>
> items.
>
>
>
> I need to filter popup-list entries based upon
>
> some criteria.
>
>
>
_______________________________________________
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