• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Issue with NSView setFrame
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue with NSView setFrame


  • Subject: Re: Issue with NSView setFrame
  • From: PCWiz <email@hidden>
  • Date: Mon, 12 Oct 2009 16:38:12 -0600

That worked brilliantly!! Thank you very much.

On 2009-10-12, at 3:59 PM, Dave Keck wrote:

 - (void)mouseDidEnterView: (NSView *)newMouseOverView
 {
     if (mouseOverView)
     {
         [[mouseOverView animator] setFrame: oldMouseOverViewFrame];
     }

     mouseOverView = newMouseOverView;

     if (mouseOverView)
     {
         oldMouseOverViewFrame = [mouseOverView frame];
         [[mouseOverView animator] setFrame: magnifiedFrame];
     }
 }


_______________________________________________

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


References: 
 >Issue with NSView setFrame (From: PCWiz <email@hidden>)
 >Re: Issue with NSView setFrame (From: Dave Keck <email@hidden>)
 >Re: Issue with NSView setFrame (From: PCWiz <email@hidden>)
 >Re: Issue with NSView setFrame (From: Dave Keck <email@hidden>)

  • Prev by Date: [UTI] Anyway to retrieve the UTI of a file without having to use a FSRef?
  • Next by Date: Re: [UTI] Anyway to retrieve the UTI of a file without having to use a FSRef?
  • Previous by thread: Re: Issue with NSView setFrame
  • Next by thread: Re: Issue with NSView setFrame
  • Index(es):
    • Date
    • Thread