|
-
Nov 3rd, 2009, 01:07 PM
#4
Re: Little help with frames
You could set a flag (just simple boolean variable) which has an initial value of false. When your code is going to refresh the frame, check this flag, and if it is false, set it to true and then refresh the frame. Then when the routine fires again, your flag is true, no second refresh is done, and that should fix the problem.
Tags for this Thread
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
|