Thanks Bernd. Since all scaled coordinates are translated to card
coordinates I guess I assumed the stack window position would be translated
too. In retrospect it makes sense.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On March 8, 2
> J. Landman Gay wrote
> I need to set the scalefactor of a stack and position it at the screenloc.
on mouseUp
local tScaleFactor, tScreenLoc, tNewStackLoc
put the scaleFactor of this stack into tScaleFactor
put the screenLoc into tScreenLoc
put item 1 of tScreenLoc / tScaleFactor int