Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

27.02.2008 12:24:02
Re: visualize effect "fadeOut" breaks

This posting is older than 6 months and can contain outdated information.
It's neither a bug nor a feature of Remote Buddy.

It's a feature of Mac OS X Quartz Display Services, though. The 
display fading automatically will be terminated if it is not 
programatically terminated within 15 seconds:

http://developer.apple.com/documentation/GraphicsImaging/Reference/Quartz_Services_Ref/Reference/reference.html#/ 
/apple_ref/c/func/CGReleaseDisplayFadeReservation

Quote:

Fade reservations are valid for up to 15 seconds.

 
That also means you can't fade a display for longer than 15 seconds 
(limitation enforced by the interval {0, 
kCGMaxDisplayReservationInterval}, whereby 
kCGMaxDisplayReservationInterval is 15).

Best regards, 
Felix Schwarz 

Thread-display::