We have a GladeVCP button that does a TouchOff of X and Y. Pushing that button does touch off but Axis doesn’t reload the file so it doesn’t change position as it should. Under Linuxcnc 2.5 we added a reload pin to Axis so in postgui.hal we could cause a reload on this button press. We are calling reload function which in tern call open_file_guts. We are calling that from the update function of the liveplotter class. That worked great for lo these many years.
Today we updated to Linuxcnc 2.7.3. Now when we run we get this error until Axis/Linuxcnc crashes/exits: window named “progress” already exists in parent At the end of open_file_guts if we comment out the root_window.update() line we do not have this problem. But we really don’t understand the root cause of the error. Anyone have an idea? -Tom ------------------------------------------------------------------------------ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
