<div dir="ltr">IMO I don't think this is the right use case for the message bar and could see the user getting overwhelmed quickly.<div><br></div><div>Is there another place these.  Even consider adding something to the status bar if you have to but not into the message bar.<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 24, 2016 at 6:48 PM, Richard Duivenvoorde <span dir="ltr"><<a href="mailto:rdmailings@duif.net" target="_blank">rdmailings@duif.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Busy with a plugin which retrieves (in separate threads) a lot of data from 2 w*s services.<br>
<br>
I thought to use the QgsMessageBar to show progress of the (two) download processes, but stumbled on (I think) a problem:<br>
<br>
- from api docs: <a href="https://qgis.org/api/classQgsMessageBar.html#details" rel="noreferrer" target="_blank">https://qgis.org/api/classQgsMessageBar.html#details</a><br>
The message bar will take ownership of the item...<br>
<br>
My problem now is that (I think) my progressbars (which were place in a QgsMessageBar-item-widget) are sometimes deleted although I still want to use them...<br>
<br>
For example: an user can click the little 'x' button in the messagebar to clean up all messages.<br>
Or a python dev can call 'clean all widgets'.<br>
<br>
BUT at that moment a progressbar part of a messagebaritem is (at least in cpp world) apparently deleted.<br>
Meaning, if (in the python world) I set a progress value on it, I get a nice clean segmentation fault....<br>
<br>
I managed to work around this by NOT putting the progress bars in the messagebar (but put small ones in the plugin toolbar), but as several examples flow around on Google, I thought to speak out.<br>
<br>
Should we just not let people do this?<br>
<br>
Or was I using the messagebar for things I was not supposed to use if for?<br>
<br>
Or should we make an option to add a 'special' widget to the messagebar, which is NOT removed using clearWidgets() (either via Python or via x-button)?<br>
<br>
Regards,<br>
<br>
Richard<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div><br></div></div></div>