[Rezilla-commits] RezillaExtras/AppleScript/Scripts GetDocumentProperty.scr, 1.2, 1.3 GetTypeProper
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2006-11-18 07:12:42
|
Update of /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20269 Modified Files: GetDocumentProperty.scr GetTypeProperty.scr GetVersion.scr GetWindowProperty.scr Log Message: Finalizing 1.1 Index: GetVersion.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/GetVersion.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- GetVersion.scr 15 Jun 2005 05:17:33 -0000 1.2 +++ GetVersion.scr 18 Nov 2006 07:12:39 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "GetVersion.scr" --- Created: 2005-06-14 07:34:56 +-- Created: 2006-10-12 16:01:54 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" get the version Index: GetWindowProperty.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/GetWindowProperty.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- GetWindowProperty.scr 15 Jun 2005 05:17:33 -0000 1.2 +++ GetWindowProperty.scr 18 Nov 2006 07:12:39 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "GetWindowProperty.scr" --- Created: 2005-06-14 07:34:56 +-- Created: 2006-10-12 16:01:54 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" set win2 to the second window Index: GetDocumentProperty.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/GetDocumentProperty.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- GetDocumentProperty.scr 15 Jun 2005 05:17:33 -0000 1.2 +++ GetDocumentProperty.scr 18 Nov 2006 07:12:39 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "GetDocumentProperty.scr" --- Created: 2005-06-14 07:34:48 +-- Created: 2006-10-12 16:01:53 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" set theDoc to map document 1 Index: GetTypeProperty.scr =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/GetTypeProperty.scr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- GetTypeProperty.scr 15 Jun 2005 05:17:33 -0000 1.2 +++ GetTypeProperty.scr 18 Nov 2006 07:12:39 -0000 1.3 @@ -1,7 +1,7 @@ -- File: "GetTypeProperty.scr" --- Created: 2005-06-14 07:34:56 +-- Created: 2006-10-12 16:01:54 -- Author: Bernard Desgraupes <bde...@us...> --- Sample AppleScript for Rezilla 1.0.6b +-- Sample AppleScript for Rezilla 1.1 tell application "Rezilla" set theType to type "TEXT" of map 1 |