2.0 bug with order of rec parameters

Mike Doub Mike at Doub.com
Thu May 22 00:18:01 EDT 2003


I am trying to capture an image of a text field to rotate it vertically.  I
thought that I should be able to:

Import snapshot from rect (the rect of field "A")

But there seems to be an ordering difference with the parameter of "import
snapshot" and the "rect property".
Import snapshot seems to be "top, left, bottom, right" and the rect property
is "left, top, right, bottom"

Can anyone clarify this issue for me?

Import snapshot from rect (the rect of stack "foo") seems to work but
Import snapshot from rect (the rect of field "foo") does not

Please note the documentation differences of the parameters as well.

Regards,
    Mike





More information about the use-livecode mailing list