jonlauf
10-25-2006, 05:11 PM
I'm writing a batch exporter (importing fbx files and exporting proprietery anim files) and my rollout flickers continuosly during the batch process (after you hit the export button.) I think it must be being caused by the .fbx importer and the exporter because I have tried different combinations of redrawViews(), completeRedraw(), and forceCompleteRedraw(). I've also tried to disable the redraw before the import/export function is called with disableSceneRedraw() and with redraw off (. . .), but to no avail.
I'd like the rollout to stay on screen so the user is updated with the progress bar and other items. I've noticed that all non-docked window, such as the listener flicker as well.
Does anyone know of any ways to prevent this behavior?
Thanks.
I'd like the rollout to stay on screen so the user is updated with the progress bar and other items. I've noticed that all non-docked window, such as the listener flicker as well.
Does anyone know of any ways to prevent this behavior?
Thanks.
