• 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
windowWillResize: where does the 64 pixel limit come from?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

windowWillResize: where does the 64 pixel limit come from?


  • Subject: windowWillResize: where does the 64 pixel limit come from?
  • From: Eric Gorr <email@hidden>
  • Date: Thu, 4 Feb 2010 14:51:27 -0500

When I am resizing my window, I have a delegate method windowWillResize:toSize: which is being called. What I am finding odd is that the width of the size being passed in will never go below 64 pixels even if the width for contentMinSize and minSize is less then 64 pixels. I can easily force the window to be less then 64 pixels.

So, does anyone know where this 64 pixels limit is coming from?

I suppose I could use [NSEvent mouseLocation] and take a look at the window frame to compute the true desired width myself, but I'd rather be able to configure something.




_______________________________________________

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

  • Follow-Ups:
    • Re: windowWillResize: where does the 64 pixel limit come from?
      • From: "Hank Heijink (Mailinglists)" <email@hidden>
  • Prev by Date: Re: Determining the name of a method's caller
  • Next by Date: Re: windowWillResize: where does the 64 pixel limit come from?
  • Previous by thread: Re: Determining the name of a method's caller
  • Next by thread: Re: windowWillResize: where does the 64 pixel limit come from?
  • Index(es):
    • Date
    • Thread