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

Making Window visible by defailt

2 Answers 38 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vitalii
Top achievements
Rank 2
Vitalii asked on 18 Oct 2013, 04:09 PM
When defining IsOpened inside of the window, it starts to be visible only after page is loaded.

I'm trying to make splashscreen as window. But in this case,
1. splash image is shown
2. my MainWindow is shown (empty)
3. SplashWindow is shown
4. After loading, SplashWindow disappears, and MainWindow is shown again

Is it possible to skip step 2 by forcing window to be visible during page load?

PS: before i used SplashScreen as a separate view, but now i have looping issues, so i'm playing with nonlinear navi service. That means, i cant use SplashScreen as separate view anymore.
http://www.telerik.com/community/forums/windows-phone/phoneapplicationframe/radphoneapplicationframe-does-not-work-with-nonlinearnavigationservice.aspx

PPS: or maybe i can just show SplashScreen as UserControl. But would it support animation?

2 Answers, 1 is accepted

Sort by
0
Vitalii
Top achievements
Rank 2
answered on 18 Oct 2013, 05:09 PM
Ok, i investigated your sample project, added separate UserControl as Splash + RadFadeAnimation for fading = looking good.
If you have another suggestions - you're welcome :)
0
Accepted
Deyan
Telerik team
answered on 21 Oct 2013, 07:59 AM
Hello Vitalii,

What you did is the way to go.

RadWindow needs a fully loaded page to display correctly so you cannot use it in that particular way.

Regards,
Deyan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Window
Asked by
Vitalii
Top achievements
Rank 2
Answers by
Vitalii
Top achievements
Rank 2
Deyan
Telerik team
Share this question
or