Print from TL to BR - doesn't
Hershel Fisch
hershrev at realtorsgroup.us
Mon Feb 27 18:28:56 EST 2006
On 2/26/06 11:15 PM, "J. Landman Gay" <jacque at hyperactivesw.com> wrote:
> Hershel Fisch wrote:
>> On 2/26/06 5:31 PM, "Terry Judd" <tsj at unimelb.edu.au> wrote:
>> According tho doc. Its topLeft to rightBottom
>> Where its bottomRight which returns an integer when done in the message box,
>> but in a button returns the same error.
I'm just wondering, if I put into the message box "put topLeft" it gives me
the integer as well when I "put the bottomRight" ?
Looks like it is not only a variable ?
Hershel
>
> The term for getting a set of coordinates is "bottomRight". In the docs,
> "rightBottom" is just a variable name that is supposed to hold some numbers.
>
> To print, you need to provide the numerical coordinates of the rectangle
> you want to print. Do something like this:
>
> put "10,10" into theTopLft
> put the bottomRight of this cd into theBotRt -- gives "640,480" for
> example
> print this card from theTopLft to theBotRt
>
> See if that works.
More information about the use-livecode
mailing list