Update of /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16261
Modified Files:
EditAs.scr SetInspectorProperty.scr SetMapDocumentProperty.scr
SetResourceData.scr
Log Message:
Finalizing 1.1
Index: SetMapDocumentProperty.scr
===================================================================
RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/SetMapDocumentProperty.scr,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SetMapDocumentProperty.scr 15 Jun 2005 05:17:33 -0000 1.2
+++ SetMapDocumentProperty.scr 18 Nov 2006 07:02:43 -0000 1.3
@@ -1,7 +1,7 @@
-- File: "SetMapDocumentProperty.scr"
--- Created: 2005-06-14 07:34:57
+-- 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 the format of map document 1 to html
Index: EditAs.scr
===================================================================
RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/EditAs.scr,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EditAs.scr 15 Jun 2005 05:17:32 -0000 1.2
+++ EditAs.scr 18 Nov 2006 07:02:43 -0000 1.3
@@ -1,7 +1,7 @@
-- File: "EditAs.scr"
--- Created: 2005-06-14 07:34:45
+-- 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"
edit resource {"aeut", 128} of map 1 as "aete"
Index: SetResourceData.scr
===================================================================
RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/SetResourceData.scr,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SetResourceData.scr 15 Jun 2005 05:17:33 -0000 1.2
+++ SetResourceData.scr 18 Nov 2006 07:02:43 -0000 1.3
@@ -1,7 +1,7 @@
-- File: "SetResourceData.scr"
--- Created: 2005-06-14 07:34:57
+-- 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 theRez to resource {"ALRT", 128} of map 1
Index: SetInspectorProperty.scr
===================================================================
RCS file: /cvsroot/rezilla/RezillaExtras/AppleScript/Scripts/SetInspectorProperty.scr,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SetInspectorProperty.scr 15 Jun 2005 05:17:33 -0000 1.2
+++ SetInspectorProperty.scr 18 Nov 2006 07:02:43 -0000 1.3
@@ -1,7 +1,7 @@
-- File: "SetInspectorProperty.scr"
--- Created: 2005-06-14 07:34:57
+-- 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 the name field of inspector to "Viva Rezilla!!!"
|