Hi Peter,

Thanks for the suggestion.

I tried but the progressMessage() doesn't appear either.

I do have some aborted() calls in execute so I tried removing them too - but still no luck.

Jeff.


Peter Pearson wrote:
On 28/11/11 14:24, Jeff Clifford wrote:
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.

You shouldn't have to, but try putting:

progressMessage("doing stuff...");

before the loop starts - see if that makes any difference...

Also, are you calling aborted() or cancelled() in the loop?

Peter
_______________________________________________
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