On Fri, Dec 26, 2014 at 11:26 AM, Ken Thomases wrote:
> On Dec 26, 2014, at 3:50 AM, Arjan van Leeuwen wrote:
>
> > After I have called [NSWindow miniaturize], is it possible to refresh the
> > miniaturized dock image somehow? I have changing contents in a window,
> and
> > would like to update
On Dec 26, 2014, at 3:50 AM, Arjan van Leeuwen wrote:
> After I have called [NSWindow miniaturize], is it possible to refresh the
> miniaturized dock image somehow? I have changing contents in a window, and
> would like to update the miniaturization to reflect the actual contents.
Try [window.do
I found that I can use [NSDockTile display] to refresh the icon, and it
works!
Arjan
On Fri, Dec 26, 2014 at 10:50 AM, Arjan van Leeuwen
wrote:
> Hi,
>
> After I have called [NSWindow miniaturize], is it possible to refresh the
> miniaturized dock image somehow? I have changing contents in a wi
Hi,
After I have called [NSWindow miniaturize], is it possible to refresh the
miniaturized dock image somehow? I have changing contents in a window, and
would like to update the miniaturization to reflect the actual contents.
I've found [NSWindow setMiniwindowImage], but this only allows me to se