home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-12-20 | 1.1 KB | 29 lines | [TEXT/ToyS] |
- tell application "iView Multimedia 3.7.1"
-
- -- get the name of window after window 1
-
- set the selection of window 1 to 10
- get the selection of window 1
- -- get the importing of window 1
-
- -- get the properties of object 2 of window 1
- -- select window 2 -- whose name contains "mov")
- -- count (windows whose name contains "unt")
- -- get (every object of window 1 whose name contains "tif")
- -- duplicate window 1 -- make an exact copy of the catalog>
- -- get the name of every window -- getting a list of opened catalogs
- -- get properties of window 1 -- get a full list of window properties
- -- copy the bounds of window 1 to myRect -- changing the dimensions of the front window
- -- get myRect
- -- copy 600 to item 3 of myRect
- -- copy 600 to item 4 of myRect
- -- set the bounds of window 1 to myRect
- -- set x to the properties of window 1
- -- set the bounds of x to {26, 56, 580, 335}
- -- set the properties of window 1 to x
-
-
- -- get the properties of mark 1
- -- get the name of mark 1
- -- get the name of every mark
- end tell