[futurebasic] Re: [FB] global window position?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 2000 : Group Archive : Group : All Groups

From: chris young <chris.young@...>
Date: Wed, 05 Jul 2000 08:57:51 -0500
Derek,

You have probably already remembered this, but you can use the TB
LocalToGlobal. Remember that this function is expecting a point, so you
have to call it twice, for each point equivalent in the rect:

CALL LocalToGlobal(ptr.portRect.top%)
CALL LocalToGlobal(ptr.portRect.bottom%)

--
Chris Young