site_archiver@lists.apple.com Delivered-To: Cocoa-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ip6PHI5PrAKLq3qehuul90I/H1mMrtKjZBirpSroBjRn7WIYnIpdDFb+d06aenB4mGwK1wwRkvt9f2tntawMI5cKmOqhbGpBhk07hxNe5mEMG33jFrGS27vVjvFytdAf+AVIq11+nZp1zy6yU1wpTddkEbCIOptUQyCrKEhKrBs= My app window is marked as 'has textured' in IB. I have an NSTabView in this window, and when I select the second tab (of 3) when I click and drag on any control or view in the window - the window will move and the intended action will take place. In this tab I have a NSSplitView one side being a NSImageView (inside a NSScrollView) and the other side a custom view (inside an NSScrollView). In the case that I click and resize the NSSplitView, as I drag the mouse the NSSplitView is resized AND the window moves (both happen at the same time). This only happens after I select 2nd tab, and it keeps happening until i either resize this window or select tab 1 or tab 3. I tried playing around with making different controls the first responder after the tab change, but that doesn't seem to have any effect. I'm not sure what to try next... Any ideas? _______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com