I'm using the import snapshot feature to grab a narrow screenshot of my
window. When I make the width of this slice less than 8 pixels, it captures
the whole window. I don't have this problem on a Window's machine...
This script works on a Mac:
on mouseUp
import snapshot from rect 0,0,8,100 of window (windowID of this stack)
end mouseUp
This script would capture the whole window on a Mac:
on mouseUp
import snapshot from rect 0,0,7,100 of window (windowID of this stack)
end mouseUp
Any tips would be appreciated.
Thanks,
-Kelly
--
kelly franznick
[EMAIL PROTECTED]