Return to Snippet

Revision: 18985
at October 13, 2009 20:15 by peta


Initial Code
waitForRedraw = function() {
  cTID = 	function(s) 
			{ 
				return app.charIDToTypeID(s); 
			}
  var desc = new ActionDescriptor();
  desc.putEnumerated(cTID("Stte"), cTID("Stte"), cTID("RdCm"));
  executeAction(cTID("Wait"), desc, DialogModes.NO)
}

Initial URL


Initial Description


Initial Title
Forced screen redraw [Photoshop CS3]

Initial Tags


Initial Language
JavaScript