On Oct 3, 2005, at 12:08 AM, Laurence Harris wrote:
Is it documented anywhere that setting window resize limits to values
greater than 32767* will prevent the window from being resized?
This is in
10.3.9. Has this limitation been removed in Tiger? It's easy to
accommodate,
as I wrap SetWindowResizeLimits in a member function in my window
class, but
it just seems like this should be documented somewhere so others
don't waste
time scratching their heads over this like I did. ;-)
Yes, I filed a bug on this against Panther and iirc it was fixed for
Tiger. The crux of the problem was an overflow condition, such that
if Origin+LowerRight > 32767, the window didn't resize. It should be
in the Carbon-Dev archives somewhere.
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden