home *** CD-ROM | disk | FTP | other *** search
- on pen
- global selectnum, gfilename, showsize
- set gfilename to line selectnum of field "files"
- if (string(the windowList) contains "showpict") = 0 then
- set rectlist to rect(100, 100, 100 + 400, 100 + 400)
- set showsize to "1:2"
- set the windowType of window "showpict" to 8
- else
- set rectlist to the rect of window "showpict"
- end if
- set the title of window "showpict" to gfilename & "(" & showsize & ")"
- set the rect of window "showpict" to rectlist
- open(window "showpict")
- tell window "showpict"
- showpict()
- cursor(-1)
- end tell
- end
-