Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the location of the splash screen image?

I moved all of my images into their respective 'image' folder in my solution. Now I want to correctly update the application such that I can see my splash screen image. I've managed to do this with the other images, but not the splash screen image. I can't seem to find any way to programmatically specify where the image is located. As of now, I just see a black screen for my splash screen. Here's an image of what my solution's file structure looks like:

My new file structure

like image 260
Nico Avatar asked Apr 01 '12 19:04

Nico


1 Answers

You can't. The OS looks for a SplashScreenImage.jpg in the root of the XAP.

You can create your own custom splash page instead if you really want to.

like image 82
Claus Jørgensen Avatar answered Nov 14 '22 23:11

Claus Jørgensen