Re: NSTableView like iTunes
Re: NSTableView like iTunes
- Subject: Re: NSTableView like iTunes
- From: Luca Torella <email@hidden>
- Date: Sat, 31 Jul 2004 19:13:11 +0200
I thought the same thing, but, since I'm using NSArrayController, I
believe/hope that there is a way to do that with bindings.
Best,
Luca.
Hi,
I think you could use NSTableView and implement it's delegate method
-tableView:mouseDownInHeaderOfTableColumn: to receive that kinds of
events. And then you could call NSMenu's class method
+popUpContextMenu:withEvent:fromView: to popup your menu.
HTH,
James
On Jul 30, 2004, at 11:45 PM, Luca Torella wrote:
Hi all,
I'd like to know how to create a table view like iTunes one. I mean,
in iTunes, if you control click with your mouse on the top-right
corner a menu shows up. A menu in which the user can choose what
columns to display and what columns hide.
Regards,
Luca.
_______________________________________________
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.
_______________________________________________
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.