<div dir="ltr"><div dir="ltr">On Wed, 25 Nov 2020 at 02:04, OpenSceneGraph Users <<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I Send  USER  events  loading model  from qt . Is this the right approach?  <div><br>I want the progress bar in the QT to show that the 

model  is loaded. So, Check whether USER evnet has been processed completely.</div></blockquote><div><br></div><div>I don't have any idea why you are talking about USER events in the context of loading.  The OSG doesn't generate any events when loading files, the loaders get passed a filename or istream and load the data and when completed return the loaded object.  THere is no tracking of progress, there is no event scheme that pass information about loading progress.</div><div><br></div><div>If you have your own loading scheme that uses USER events then this it entirely down to your program and nothing to do with the OSG, it really isn't something we can help you with,</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div> </div></blockquote></div></div>