Re: How to show the "Info Panel" for the files in tableview?

2009-09-18 Thread Quincey Morris
On Sep 18, 2009, at 23:28, James wrote: Thank you for your help. Maybe the question is a bit broad. But it is hard to to break it down for me. I have looked up in the NSWindow and NSPanel class.? The result is not perfect. Does anyone can point several key methods for it. Or example

Re: How to show the "Info Panel" for the files in tableview?

2009-09-18 Thread James
> > Now, the contextual menu is accomplished. But, how can I display the > > "Info Panel"? > The question is a bit too broad - break it down. This is the same as > displaying any window/dialog/sheet. Try starting with the > documentation for NSWindow and NSPanel. > > The display of this win

Re: How to show the "Info Panel" for the files in tableview?

2009-09-18 Thread Graham Cox
On 19/09/2009, at 2:17 PM, James wrote: Now, the contextual menu is accomplished. But, how can I display the "Info Panel"? The question is a bit too broad - break it down. This is the same as displaying any window/dialog/sheet. Try starting with the documentation for NSWindow and NSPa

How to show the "Info Panel" for the files in tableview?

2009-09-18 Thread James
Hi all, My application is a movie player that similar to iTunes. Now, the result i want are as follows... If I right-click a movie file in the table view and select the "info" menu item, I expect it can display the "Info Panel" of the file. Now, the contextual menu is accomplished. But,