Galaxy animated cursor

broken image
broken image
broken image

This will bring the popup 'PopupName' at mouse click position + 175 pixels to the right and aligned with the vertical since I didn't add to or subract from $ObjVer. ShowAt('PopupName', $ObjHor + 175,$ObjVer) The following script is what I use to bring a popup close to where the cursor was clicked: This calls Intouch to display the window 'ScreenName' at a specific X, Y coordinate. The ShowAt('ScreenName', X, Y) is the script I use to display the popup. I'm going to assume you are doing this in Intouch with Intouch scripting and not AppServer, currently can't be done in AppServer.

broken image