Hi evrybody,

i have a question.

I have some computation to do which takes a lot of processing time before i
display the Initial Screen to the User.(say the processing time is some 5
seconds)

In order to avoid keeping a blank screen , what i have done now is that
i do some animation before the above computation process starts with a
SysTaskDelay of whatever time it takes (5 secs).

This way user will get to see the Animation while the application is
processing some functions. (I am not sure of this!!)

I want to know whether this will give a realistic view of the loading /
speed of execution of the program to the user.

Because, plam os cannot create threads, the execution is sequential.
SO i think by doing this, i am increasing the execution time by introducing
thh  SysTaskDelay.

am i right?
is my justification is correct?

Thanx for any input
Regards,
-Ajit


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to