Not really a osg question directly. I am using osgEarth in my application. I have a callback function that updates the statusbar. If I have my callback function parameters set to take a statusbar pointer, it will update the status bar with the lat/long under the mouse.
However, I have added two QLabels to my statusbar. I have changed my callback function to take a QLabel pointer. I pass in the label that I added to the status bar. When I set up the function this way, the lat/long is not displayed in the statusbar. I have searched the web for examples with no success. Can anyone shed some light on this? Is there a way to pass in the status bar and then access the label you added to set the text? _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org