Charles Silverman wrote:

> My understanding from the docs is that if I add the window id to the
> import
> screenshot command, it will take the window offset into account. However,
> the following script doesn't produce an image. Any help is appreciated.
> I'm
> using Rev 1.1.
>
> on mouseup
>   put the rect of player 1 into tRect
>   put the id of wd "editor" into tID

You want to use the windowID property here instead of the id.  (The ID of
the stack is its internal ID; the windowID is the operating system's ID for
a stack window.)

>   import snapshot from rect tRect of wd tID
> end mouseup
>
> What I really want to do is grab the current quicktime frame.
>
> I remember having a command that did this in SuperCard which is more
> desirable than going about it using a screenshot approach. So this is a
> feature request as well. Any and all help appreciated.

Noted.  Thanks for the feedback.
  Cheers,
     Michael
--
Michael Fisher <[EMAIL PROTECTED]> <http://www.runrev.com/>
Runtime Revolution Ltd - Power to the Developer!
Tel: +44 (0)870 747 1165 Fax: +44 (0)1639 830 707




_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to