This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:showmessage [2013/10/26 03:18] – fix breadcrumb to point at Screen Commands section Grayzzur | crpl:docs:showmessage [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~DISCUSSION~~ | + | |
| <- [[crpl: | <- [[crpl: | ||
| ===== ShowMessage | ===== ShowMessage | ||
| Line 8: | Line 8: | ||
| === Description === | === Description === | ||
| - | Displays a message in the User Interface at coordinates (i1, | + | Displays a message in the User Interface at screen pixel coordinates (i1, |
| === Examples === | === Examples === | ||
| < | < | ||
| " | " | ||
| </ | </ | ||
| + | |||
| + | < | ||
| + | TRUE OperateWhilePaused | ||
| + | #Put a message right next to the mouse | ||
| + | "I am under the mouse" GetMouseScreenPixelPosition ScreenHeight swap sub ShowMessage | ||
| + | </ | ||
| + | |||