TACC / MassivePixelEnvironment

Massive Pixel Environment (MPE) is a Processing library for easily extending sketches to distributed display environments.
Other
53 stars 10 forks source link

Some sketch windows appear in wrong location on Stallion #31

Open rturknett opened 10 years ago

rturknett commented 10 years ago

When launching from the Stallion head node with the ...configuration_stallion_all_noxinerama.xml... configuration, sketch windows sometimes appear in the wrong position (offset to the center of the monitor instead of at the origin). This appears to be a race condition where the frame.setLocation() command to move the sketch window to the coordinates specified in the config file is executed before Processing sets the default location of the sketch window (which should happen afterward).