• 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: smooth resize
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: smooth resize


  • Subject: Re: smooth resize
  • From: Oliver Cameron <email@hidden>
  • Date: Sun, 13 Jun 2004 15:01:37 +0100

In your last email, you included some code with mouseEntered in it.

What you should do is use that, and in it put [self resizeTheWindow:nil];

This should do it. So the method would look like this:

- (void)mouseEntered:(NSEvent *)event {
//NSLog(@"Mouse Entered");
// Resize to expanded window should go here
windowAlphaCurrentIncrement = windowAlphaIncrement;
[NSTimer scheduledTimerWithTimeInterval:windowAlphaFadeRate target:self selector:@selector(changeTransparency:) userInfo:nil repeats:NO];
[self resizeTheWindow:nil];
}

Hope this helps,
Oliver

On 13 Jun 2004, at 14:56, Rhon Fitzwater wrote:

- (void)mouseEntered:(NSEvent *)event {
//NSLog(@"Mouse Entered");
// Resize to expanded window should go here
windowAlphaCurrentIncrement = windowAlphaIncrement;
[NSTimer scheduledTimerWithTimeInterval:windowAlphaFadeRate target:self selector:@selector(changeTransparency:) userInfo:nil repeats:NO];
}
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >smooth resize (From: Rhon Fitzwater <email@hidden>)
 >Re: smooth resize (From: Oliver Cameron <email@hidden>)
 >Re: smooth resize (From: Oliver Cameron <email@hidden>)

  • Prev by Date: Re: cocoa-dev digest, Vol 2 #4352 - 16 msgs
  • Next by Date: Re: Big Nerd Ranch Experience
  • Previous by thread: Re: smooth resize
  • Next by thread: bindings when used with external datasources?
  • Index(es):
    • Date
    • Thread