|
-
May 29th, 2009, 07:04 AM
#1
loading screen
My app is getting pretty large and i was wondering how to implement a splash screen that shows how much is loaded of the entire program.
The splash screen part isn't the problem, but how can i find out how % of the app is loaded?
-
May 29th, 2009, 08:37 AM
#2
Re: loading screen
It's hard to measure percentage of loading program, you can check the starting screen of Windows. Microsoft can't even get the percentage of loading system.
The difficulty is that you have no idea how difficult it is.
.Net 3.5/VS 2008
-
May 29th, 2009, 08:44 AM
#3
Re: loading screen
Rather than showing a percentage, you just show something [like we have in Ajax (Update Progress)], that will let the user know that it is currently doing something.
-
May 29th, 2009, 10:35 AM
#4
Re: loading screen
It depends on how you load your data. If you have no control, doing what Shuja Ali is a good option. On the other hand, if you have more control (or can refactor it), you could just add a variable and increment it in your "loading code" and use it on your splash screen.
-
May 29th, 2009, 01:50 PM
#5
Re: loading screen
Showing something like "Loading, please wait" is good enough for me. But how do i know if the program is fully loaded then? Is there anyway to check that?
-
May 29th, 2009, 03:59 PM
#6
Re: loading screen
 Originally Posted by Trainwreck
Showing something like "Loading, please wait" is good enough for me. But how do i know if the program is fully loaded then? Is there anyway to check that?
That actually depends on what you are loading. You could create an event that will notify the splash screen that loading has been completed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|