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 10:42:12
visualize effect "fadeOut" breaks
View

This posting is older than 6 months and can contain outdated information.
I use RB as the core of a media center and use the fading function to smoothly switch between applications. About 80% of the transitions it works fine and looks pretty slick.

The other 20% the fadeout disappears after about 1 second, exposing the underlying (ugly) windows and spoiling the entire experience.

I use the values from the example in the script library and there is no pattern as to when or between which applications it happens.

bug or feature?

txs in advance

These entries from the FAQ may be relevant to this topic:

General
User

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

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 

User

27.02.2008 12:53:37
Re: visualize effect "fadeOut" breaks
View

This posting is older than 6 months and can contain outdated information.
hi felix,

thanks a lot for your quick answer!

while I do understand from it that the fading performance is not in your hands, do you have an idea why the fading ends after one second? Eventhough the fading engine is reserved for 5 seconds or more and previous fadings have been cleared properly as in your example. If it ends too early, it always does so about 1 second after start.

looks like a litle apple problem, doesn´t it?

many thanks in advance

hans

Last edited: 27.02.2008 12:54:21

Last edited: 27.02.2008 12:54:39