
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 1 bookmarks
howto information development guide reference administration design website software solution service product online business uk tool company linux code server system application web list video marine create data experience description tutorial explanation technology build blog article learn world project boat download windows security lookup free performance javascript technical control network beautiful support london tools course file research purchase library programming image youtube example php construction html opensource quality install community profile computer feature power browser music platform mobile work user process manage database share hardware professional buy industry internet dance advice installation developer 3d camera material search access customer travel test standard money documentation review css engineering engine develop webdesign device photography digital api speed source management program phone discussion question event client story simple water marketing yacht app content setup package fast idea interface account communication cheap script compare study market live easy google resource operation startup monitor training
Tag selected: redraw.
Looking up redraw tag. Showing 1 results. Clear
Saved by uncleflo on November 22nd, 2011.
As mentioned in other answers, the flash player is single threaded, if you don't break up your work into discrete chunks that can executed in separate "frames", you're going to see jumps and stutters in the ui, which is effectively what you're seeing. If you really must see that 12% message, then it's not enough to invalidate the display list, as the display list isn't getting a chance to update until after the 56% work has completed, you must explicitly interrupt the natural event cycle with a call to validateNow() after your message has been set.
invalidate update cycle complete display flex interrupt force refresh draw redraw screen displaylist
No further bookmarks found.