Hi all, can someone advice me on the following matter: I have one scenegraph, and several pages (tabbed panes) with views on different parts of that (shared) scenegraph; if I change the data (geometry) for some objects in the scenegraph, it updates fine on the current page, but when I switch pages, the changes are gone on the newly shown page, or have not been made because that part of the scenegraph wasn't live (i.e. shown on the screen currently); at the moment I do an update of the scenegraph in the ComponentShown event handler of the pages, but it appears the scenery isn't live at that time, because the changes are not reflected in the scenegraph. Should I choose another approach using Java3D event handling instead of Swing event handling ? I'm puzzled, any help or pointers are appreciated! tia, Harry =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
