ARTICLE AD BOX
I'm going to write video editor program.
I need to write Progress Bar when program are loading as render process.
my code is
#Part 1 - Function Progress Bar called first.
and
#Part 2 - Function Render called by Function Progress on last line.
about Past 1 and Past 2 can run without any problem on code. But i problem about queue of part 1 and 2. "้When i run my code. windowRenderLaoding will not appear first. but my programm will render (CompositeVideoClip) until finish first. and then windowRenderLaoding will appear after that.
I need my program show windowRenderLaoding (that will show loading bar) first. before program will render video. how can i delay my part 2 code?
