Re: performMiniaturize: on transparent window (was <aucun objet>)
Re: performMiniaturize: on transparent window (was <aucun objet>)
- Subject: Re: performMiniaturize: on transparent window (was <aucun objet>)
- From: kristin <email@hidden>
- Date: Thu, 31 May 2001 15:29:40 -0700
You probably don't have a minimizeButton in your window, or it is
disabled for some reason. -performMiniaturize: tries to click the
minimizeButton.
You should be able to call the more direct [self miniaturize:self]
method.
Kristin
On Wednesday, May 30, 2001, at 01:56 AM, Thierry Bucco wrote:
Hi,
I am making a transparent window, it works, but I'm unable to minimize
it.
I use [self performMiniaturize:self] but it doesn't works, there is a
Beep.
What is the problem ?
Thanks a lot.
Thierry
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev