This is a migrated thread and some comments may be shown as answers.

SystemTray color

1 Answer 51 Views
PhoneApplicationFrame
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Igor
Top achievements
Rank 1
Igor asked on 21 Apr 2014, 06:22 PM
If a change a page's SystemTray background to a color, say Red and navigate to that page, then the SystemTray turns red before the standard transition finishes. It looks odd. 

I have tried using the TransitionCompleted event of the PhoneApplicationFrame and sending the page a message to change the SystemTray  color but this is to slow, there is a visible lag.

What is the right way to to this? 

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 25 Apr 2014, 08:07 AM
Hello Igor,

Thank you for your question.

The system tray can not be included in the transitions that come with the RadPhoneApplicationFrame. You can play with the SystemTray's Opacity and IsVisible properties and use different events like Page's Loaded OnNavigatedTo, OnNavigatedFrom and OnNavigatingFrom until you get the result that best suits your needs.

Regards,
Todor
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
PhoneApplicationFrame
Asked by
Igor
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or