Re: drawing outside the dirtyRect (of a NSView sub class) and overlapping NSTableView
Re: drawing outside the dirtyRect (of a NSView sub class) and overlapping NSTableView
- Subject: Re: drawing outside the dirtyRect (of a NSView sub class) and overlapping NSTableView
- From: email@hidden
- Date: Tue, 06 Aug 2013 01:38:59 +0900
You might take a look at some of the Apple sample code like FunkyOverlayWindow
It does not do this exactly but does show how to place a view over other views and draw things. If I recall correctly.
Sent from my iPhone
On 2013/08/04, at 23:44, Nick Rogers <email@hidden> wrote:
> Hi,
>
> I have a column of buttons stacked up one over the other and on clicking a button I want to draw an image on it with an arrow protruding to the right. And on the right side there is a tab view and in it there is a table view.
> So the arrow part of the image must overlap the tab view and table view and the table view is required to have normal behaviour even after this.
>
> Is this even possible?
>
> Thanks,
> Nick
>
>
> _______________________________________________
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden