0
votes
7answers
63 views
Crash At Splash Screen, iPhone
Hi there,
I have an app which when opened, displays a splash/loading screen. I had this set at 2.5 seconds before the app moved on.
- (void)applicationDidFinishLaunching:(UIAppli …
1
vote
1answer
27 views
A splash screen which doesnot just disappear but fades in/out.
I have a splash screen which appears for a few seconds before the application home screen is loaded. And then the home screen is pushed in.
But I need to fade out the splash scree …
0
votes
1answer
24 views
Windows forms window starting up out of focus (and behind executable folder)
Hi,
I'm getting some strange behaviour in the start-up of a Windows app and wondered if anyone could throw any light on what is happening and how to get around it.
The problem is …
0
votes
2answers
38 views
WPF SplashScreen implementing
Hello, I try to implement Splash Screnn in WPF. I have found some nice ehample in MSDN, but there is one place:
private void _applicationInitialize(SplashScreen splashWindow)
{
…
1
vote
1answer
59 views
Splash screen on windows mobile.
Only that:
What is the best to do it?
I'm using C#, .Net Compact Framework 2.0 SP2, and Windows Mobile 5.0 and above.
I'm trying with a winForm but it takes long time to show. I …
2
votes
5answers
1k views
Fade splash screen in and out
In a C# windows forms application. I have a splash screen with some multi-threaded processes happening in the background. What I would like to do is when I display the splash scree …
1
vote
2answers
245 views
Blackberry - Application loading screen
Hi all..
my application contains lots of images..so it takes some time to load the application..i want to show a loading screen whhile the application is being loaded...how is it …
0
votes
4answers
79 views
Transparency in splash screen
I saw the splash screen of the Corel-Draw 12 application and lost my mind!
What technique do they use?
On application start-up they load a transparent image, use windows api or w …
3
votes
2answers
220 views
Splash screen display method best practice C#
I am showing a splash form by starting a new thread immediately before running my main form.
In the method that is run by this thread, I am using Application.Run as shown in Optio …
0
votes
1answer
33 views
Is there a way to set System.Windows.Controls.SplashScreen to a System.Windows.Window
Hello folks!
I was wondering if I can set the splash screen to a programmatic SplashScreen instead of having to do it thru an image.
Any ideas?
Best regards
0
votes
3answers
70 views
How to create WPF Application Preloader (like one on this Word 2010)?
How to create WPF Application Preloader (like one on this Word 2010 Prt Scrn)? Drag able and Close able=)
1
vote
1answer
41 views
WPF application window appears on top of SplashScreen
I followed the simple steps outlined at How to: Add a Splash Screen to a WPF Application to add a splash screen to my WPF application. When I start the application, the splash imag …
0
votes
9answers
2k views
How can I display a splash screen for longer on an iPhone?
How can I display a splash screen for a longer period of time than the default time on an iPhone?
0
votes
4answers
94 views
How to measure an application loading time ?
Hi everyone,
I am wondering how to measure an application Loading Time when user starts the process,application instance so that I can show a progress bar or something which infor …
0
votes
1answer
94 views
splash screen like tap tap revenge 3
Hi,
thank you for taking your time to read this message. I hope you are able to answer my question.
I would like to add a splash screen to an existing project similar to that of t …
