Re: Get notified of fullscreen switch

2008-12-23 Thread Eric Schlegel
On Dec 23, 2008, at 8:10 PM, Sean McBride wrote: On 17-Dec-08, at 11:59 AM, Eric Schlegel wrote: Is there a way, that my application (Playwatch), which is an iTunes Controller running in the menu bar, gets notified, when another Application, like DVD-Player, switches to full screen (kios

Re: Get notified of fullscreen switch

2008-12-23 Thread Sean McBride
On 17-Dec-08, at 11:59 AM, Eric Schlegel wrote: Is there a way, that my application (Playwatch), which is an iTunes Controller running in the menu bar, gets notified, when another Application, like DVD-Player, switches to full screen (kiosk) mode? At the moment, the recommended way to do th

Re: Get notified of fullscreen switch

2008-12-20 Thread Eric Schlegel
On Dec 20, 2008, at 6:49 AM, Joachim Deelen wrote: Hi Eric, thanks for the quick response. "Listening" to the Carbon Event you described did it. The only "disadvantage" is: Now the App depends on Carbon.framework so far it was Cocoa, Quartz, QuartzCore and ScriptingBridge only But,

Re: Get notified of fullscreen switch

2008-12-20 Thread Joachim Deelen
Hi Eric, thanks for the quick response. "Listening" to the Carbon Event you described did it. The only "disadvantage" is: Now the App depends on Carbon.framework so far it was Cocoa, Quartz, QuartzCore and ScriptingBridge only But, between the lines of your reply I could read that the

Re: Get notified of fullscreen switch

2008-12-17 Thread Eric Schlegel
On Dec 17, 2008, at 9:26 AM, Joachim Deelen wrote: Is there a way, that my application (Playwatch), which is an iTunes Controller running in the menu bar, gets notified, when another Application, like DVD-Player, switches to full screen (kiosk) mode? At the moment, the recommended way to d