This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:showmessage [2013/05/18 14:07] – added information jmaps | 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 | ||
+ | </ | ||
+ |