On 16/7/01 10:37 pm, Kelly Franznick <[EMAIL PROTECTED]> wrote:

> 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.

Apparently this is just how it was designed.  It relates to the drag-import
method, it needs some way to distinguish between a click in a window and a
drag.  How small do you need to go?  It could be reduced to 4 pixels, for
example.

Kevin

Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/>
Runtime Revolution Limited - Power to the Developer!
Tel: +44 (0)131 718 4333.  Fax: +44 (0)1639 830 707.

Reply via email to