|
-
May 27th, 2010, 06:03 AM
#1
Problem in load .gif file in loop
Hii all,
to make my program more interactive, I try to load one .gif file whenever it has a loop. But the animation in loop do not operate until the loop ends. Certainly, it ruins my purpose...
my code like this:
/*
loadImage("processingImage.gif"); //embed animation image in label object.
for(int i = 0; i....; ....){
}//end loop
*/
My animated image paused during the loop. It only operates after the loop ends..
Please help me to explain this situation. And give me the solution...
Thanks all in advance!
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
|