Keeping track of a control's transformation?

Doug Lerner doug at webcrossing.com
Fri Feb 13 05:40:08 EST 2004


On 2/13/04 7:22 PM, "Jan Schenkel" <janschenkel at yahoo.com> wrote:

> --- Doug Lerner <doug at webcrossing.com> wrote:
>> In a client application I am working on, I am
>> drawing arrows and sending the
>> arrow information to a server, to be mirrored in
>> other clients.
>> 
>> One thing that doesn't mirror perfectly though is
>> this: in the client, when
>> you select and resize an arrow, you can effectively
>> change the rotation of
>> the arrow by resizing so that the relative corners
>> change.
>> 
>> [snip]
>> 
>> Thanks,
>> 
>> Doug
>> 
> 
> Hi Doug,
> 
> I think you can do it by sending along the contents of
> the 'points' property.

Yes - basically "refreshing the graphic" would probably do it. I was trying
to be efficient and avoid resending the graphic data if I didn't have to...

doug



More information about the use-livecode mailing list