wait 2 seconds before grabbing
authorClaus Gittinger <cg@exept.de>
Fri, 06 Sep 2002 22:51:09 +0200
changeset 3856 d2c16db43c66
parent 3855 c61fbd942206
child 3857 b325617f6771
wait 2 seconds before grabbing
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Fri Sep 06 20:56:57 2002 +0200
+++ b/AbstractLauncherApplication.st	Fri Sep 06 22:51:09 2002 +0200
@@ -1532,6 +1532,7 @@
 
                         area := Rectangle fromUser.
                         (area width > 0 and:[area height > 0]) ifTrue:[
+                            Delay waitForSeconds:2.
                             self saveScreenImage:(Image fromScreen:area) defaultName:'hardcopy'
                         ]
                       ] 
@@ -6463,5 +6464,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.211 2002-08-23 08:54:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.212 2002-09-06 20:51:09 cg Exp $'
 ! !