
-----------------------------------
Mr. T
Fri Aug 18, 2006 7:22 pm

Animated gif
-----------------------------------
My animated gif seems to only...animate...when View.Set is offscreenonly. However, the rest of my program requires that I View.Set ("noffscreenonly") in order to avoid flickering. Any solutions?

-----------------------------------
Cervantes
Fri Aug 18, 2006 8:26 pm


-----------------------------------
Flickering is avoided when in offscreenonly mode. Did you really mean to make that post the way you did?

I don't see any reason that any code necessitates nooffscreenonly mode.

-----------------------------------
Mr. T
Fri Aug 18, 2006 10:25 pm

Alex's Opinion
-----------------------------------
Ya, sorry i reversed the two.

-----------------------------------
Mr. T
Fri Aug 18, 2006 10:26 pm

Alex's Opinion
-----------------------------------
My animated gif seems to only...animate...when View.Set is nooffscreenonly. However, the rest of my program requires that I View.Set ("offscreenonly") in order to avoid flickering. Any solutions?

-----------------------------------
Cervantes
Sat Aug 19, 2006 8:53 am


-----------------------------------
This just shouldn't be a problem. There's no way that your gif should only animate in nooffscreenonly mode. If it doesn't animate in offscreenonly mode it means you've put the View.Update or other drawing things in the wrong place. Fix them.
