Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
msg XY coordinate
Hi is it possible to enter the X,Y coordinate into msg function so that I can control where the message pops up?
Comments
<6> col x position to place the dialog box.
A value of -1 centers within the message's parent window. A value of -2 centers with respect to the screen. If either col or row is -1 or -2, then the message is centered accordingly, both horizontally and vertically.
<7> row y position to place the dialog box.
A value of -1 centers within the message's parent window. A value of -2 centers with respect to the screen. If either col or row is -1 or -2, then the message is centered accordingly, both horizontally and vertically.