Devdraw: 3 bugs resolved? The window grabber should now appear on Snow Leopard, because Devdraw ...
13 years, 3 months ago
(2011-09-24 04:29:18 UTC)
#2
Devdraw: 3 bugs resolved?
The window grabber should now appear on Snow
Leopard, because Devdraw now calls
"setShowsResizeIndicator". (The latter is ignored
on Lion, so I can't verify.)
Dragging the window from one monitor to another
should now work, because Devdraw now implements
"windowDidChangeScreen". (I have only 1 screen,
so I can't verify.)
The old fullscreen mode should now work, because
Devdraw now uses 2 different windows, including 1
reserved for fullscreen. It works on Lion. If it
works on Snow Leopard too, and if you have 2
screens of different resolutions, could you verify
that the following tests work, if you please:
1) enter fullscreen, exit fullscreen, drag window to other screen, enter
fullscreen
2) if possible, send window to other screen while fullscreen
Otherwise Devdraw didn't change. (Urgent matters
took precedence for the last 10 days, but I should
have a lot of time to finish Devdraw next week.)
13 years, 3 months ago
(2011-09-24 12:23:13 UTC)
#3
Awesome, thanks.
On Sep 24, 2011 12:29 AM, <djeannot24@gmail.com> wrote:
> Devdraw: 3 bugs resolved?
>
> The window grabber should now appear on Snow
> Leopard, because Devdraw now calls
> "setShowsResizeIndicator". (The latter is ignored
> on Lion, so I can't verify.)
>
> Dragging the window from one monitor to another
> should now work, because Devdraw now implements
> "windowDidChangeScreen". (I have only 1 screen,
> so I can't verify.)
>
> The old fullscreen mode should now work, because
> Devdraw now uses 2 different windows, including 1
> reserved for fullscreen. It works on Lion. If it
> works on Snow Leopard too, and if you have 2
> screens of different resolutions, could you verify
> that the following tests work, if you please:
>
> 1) enter fullscreen, exit fullscreen, drag window to other screen,
> enter fullscreen
>
> 2) if possible, send window to other screen while fullscreen
>
>
> Otherwise Devdraw didn't change. (Urgent matters
> took precedence for the last 10 days, but I should
> have a lot of time to finish Devdraw next week.)
>
>
> http://codereview.appspot.com/5131041/
Thanks. This fixes the issues I was having. The screen grabber shows up when resizing ...
13 years, 3 months ago
(2011-09-26 14:57:03 UTC)
#4
Thanks. This fixes the issues I was having.
The screen grabber shows up when resizing (when the
screen is gray) but not normally. Is it possible to have
it show up all the time? It used to do this.
Also, I get these prints at startup:
2011-09-26 07:55:06.669 devdraw[95855:903] *** __NSAutoreleaseNoPool():
Object 0x113201d10 of class NSCFDictionary autoreleased with no pool in
place - just leaking
2011-09-26 07:55:06.672 devdraw[95855:903] *** __NSAutoreleaseNoPool():
Object 0x100504f80 of class __NSFastEnumerationEnumerator autoreleased with
no pool in place - just leaking
Do you know how we can get rid of them?
Thanks again.
Russ