Re: Sharing NSViews

2008-08-08 Thread c. mendoza
That is a good point... my data is indeed separate from the view, all that needs synchronization is a couple of custom controls, which could perhaps be handled via notifications. thanks, c. On Aug 8, 2008, at 9:56 PM, Graham Cox wrote: On 9 Aug 2008, at 11:44 am, c. mendoza wrote: Why

Re: Sharing NSViews

2008-08-08 Thread c. mendoza
On Aug 8, 2008, at 9:07 PM, Graham Cox wrote: Well then, you have your answer. Yes, I assumed this was so, but I wanted to check if there was something I was missing. A view presumably maintains a back reference to its superview, and only has one of these, so if it's added to a new sup

Sharing NSViews

2008-08-08 Thread c. mendoza
Hey All, Is it possible to share an NSView across two different panels or windows? I tried adding a view I already had in one of my windows to a floating panel, but that view "disappeared" from its original placement in the window and only showed up in the panel. thanks, c. On Aug 8, 2

IKImageBrowser drag reordering question/problem

2008-08-01 Thread c. mendoza
Hey All, I've successfully managed to use an IKImageBrowser in an app I am developing. My IKImageBrowserItem imageRepresentationType is IKImageBrowserPathRepresentationType, and everything works as advertised: I can drag-reorder and delete the images. However, when I try to use IKImage