From: Tay R. C. <rc...@us...> - 2005-07-15 12:27:23
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16985/actionstep/org/actionstep/test Modified Files: ASTestSheet.as Log Message: Added tutorial source url Index: ASTestSheet.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/test/ASTestSheet.as,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ASTestSheet.as 15 Jul 2005 12:19:33 -0000 1.1 --- ASTestSheet.as 15 Jul 2005 12:26:55 -0000 1.2 *************** *** 93,97 **** static var alert:NSAlert; ! //tracking starts before modal can start posing! public static function trigger(button) { TRACE("Starting sheet..."); --- 93,98 ---- static var alert:NSAlert; ! //modified code from: ! //http://developer.apple.com/documentation/Cocoa/Conceptual/Sheets/Tasks/UsingAlertSheets.html#//apple_ref/doc/uid/20001045 public static function trigger(button) { TRACE("Starting sheet..."); |