This question is locked. New answers and comments are not allowed.
Hello,
I'm studying techniques and practices in the Silverlight demos. Found an interesting problem I cannot understand. When you first load the demos you see a progressbar and four icons that fade out after data has been loaded, revealing the demos home.
I found two images in examples source folder ExamplesWeb\SplashScreen: backgrounf.jpg and splash-loading.png, corresponding to the screen background and these four icons respectively.
I modify these files, changing the background color to red so I could easily see where these files are used. What I get is that background and icons really change to red, but only until the progressbar is filled. All changes when the icons start to fade out.
I cannot understand, why when these icons fade out, still the original blue background and blue icons are used. I cannot find any more copies of these image files in any Examples folder.
Could you please, explain, how this works and where the original images are loaded from? I refresh the page with Ctrl+F5, so any images from cache should be reloaded anyway.
Thank you,
Sincerely,
Eugene
I'm studying techniques and practices in the Silverlight demos. Found an interesting problem I cannot understand. When you first load the demos you see a progressbar and four icons that fade out after data has been loaded, revealing the demos home.
I found two images in examples source folder ExamplesWeb\SplashScreen: backgrounf.jpg and splash-loading.png, corresponding to the screen background and these four icons respectively.
I modify these files, changing the background color to red so I could easily see where these files are used. What I get is that background and icons really change to red, but only until the progressbar is filled. All changes when the icons start to fade out.
I cannot understand, why when these icons fade out, still the original blue background and blue icons are used. I cannot find any more copies of these image files in any Examples folder.
Could you please, explain, how this works and where the original images are loaded from? I refresh the page with Ctrl+F5, so any images from cache should be reloaded anyway.
Thank you,
Sincerely,
Eugene