XYtoLocation works fine, until you save the map as a webpage and resize it. So what to do if you want to place a shape, say a textbox, on the bottom of the screen, then save the map as a small (300x240) .gif? Resizing it during the saveAsWebpage process seems to have unpredictable results as far as where the textbox will actualy be drawn on the small saved .gif.
Workaround so far is to just draw the textbox near the center. It will be close to the center on the small saved map too. Is there a way to set the application map to the same size as the saved .gif (300x200)?
Thanks in advance for any help.