Hi JS, On Mon, Jul 21, 2008 at 9:57 PM, Robert Osfield <[EMAIL PROTECTED]> wrote: > In testing I noticed that the file number doesn't increment anymore, I > just get screen_shot_0.jpg. Previosly it'd increment the screenshot > number on each press. Is this intended?
I've now spotted the reason for the above... so no need to explain - its just a setting. A more serious issue was problems with generating and building the wrappers with the ScreenCaptureHandler. I fought with genwrapper and gcc for quite some while before I gave up, and refactored the ScreenCaptureHandler so that the implementation details are down in the .cpp, this meant moving WindowCaptureCallback from the header to the .cpp, once I had done this things just compiled right away, as if nothing awkward had ever been encountered.... These changes shouldn't change the functionality at all, it'd be worth you having a check over my changes to make sure that are in keeping with what you expected from the handler. Cheers, Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
