I placed an image on my first frame in PB2... For a long time I couldn't figure why my frame and sheets didn't want to work...
On dual screens, the window x property goes either negative, if your primary screen is right or very large if your main monitor is your left.
Try this in a windows pbm_move event: this.title = string ( this.x ) + ',' + string ( this.y)