<div dir="ltr"><div>Thanks to you two, <br></div><div><br></div><div>I didn't realize that it can cause other troubles.. So I will continue to use pushInfo/repportError !<br></div><div><br></div><div>Regards, <br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-07-10 2:56 GMT+02:00 Nyall Dawson <span dir="ltr"><<a href="mailto:nyall.dawson@gmail.com" target="_blank">nyall.dawson@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, 10 Jul 2018 at 05:15, Jean-Baptiste Desbas <<a href="mailto:jb.desbas@gmail.com">jb.desbas@gmail.com</a>> wrote:<br>
><br>
><br>
> Hi,<br>
><br>
> I just want to display a messageBar instead of displaying it un the processing output console (feedback.pushInfo) It's ni big deal but i was just confused.<br>
<br>
</span>As Matthias has said -- don't do this! Apart from the crashes, it will<br>
also break use of your algorithms from standalone scripts, where iface<br>
is not available. It also means the output is not properly logged, so<br>
users who want to save the log from model execution for later<br>
reference won't have these messages included.<br>
<span class=""><br>
> Do toi have any tips of use case of the differents pushInfo, pushConsoleInfo, etc. ?<br>
<br>
</span>Basically you can stick to pushInfo and reportError. Use pushInfo for<br>
informative messages, such as "Building spatial index" or "Found 56<br>
matching features", and reportError for... errors... e.g. "Feature<br>
does not have a point geometry, skipping".<br>
<span class="HOEnZb"><font color="#888888"><br>
Nyall<br>
</font></span></blockquote></div><br></div>