Hi,

I have a class that derives from both Iop & Executable

In my execute() method I am calling progressFraction

e.g.

   progressFraction( 50, 100 );

However, I am finding that the Nuke GUI is just showing the "Rendering" progress bar and not my one for my node.

What makes this strange is that if I have a modal message box then it does work!

e.g. before the progressFraction() if the following message displays:

           message_f( '?', "My question?" );

Somehow message_f is causing my progressBar to appear so I'm wondering what I am missing in my code to force it to display?

Any help much appreciated.

Thanks,

Jeff.





_______________________________________________
Nuke-dev mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev

Reply via email to