
Registered since September 28th, 2017
Has a total of 4281 bookmarks.
Showing top Tags within 1 bookmarks
howto information development guide reference administration design website software solution online service product business uk tool company linux code server application system web list video marine create data experience tutorial description explanation learn technology build article blog world project boat download windows lookup security free performance javascript technical london beautiful control network tools support course file research purchase image library programming youtube example php install opensource construction community html quality computer feature profile power browser music platform process mobile work user share manage professional database hardware buy industry advice internet dance developer installation 3d camera search access customer travel material standard money test develop review documentation css photography engineering webdesign engine digital device speed event api source management program question client phone discussion content simple water story marketing app yacht account setup interface package idea fast communication compare cheap script market study easy live google resource operation demonstration contact startup
Tag selected: displaylist.
Looking up displaylist 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.