This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Utility Commands
Arguments | Result | Notation |
---|---|---|
A Popup and a True/False input | A Popup that is always visible. | Not Sure how to write this |
If SetPopupTextAlwaysVisible reads “True”, the mouse-over text will always be visible.
# makes popup "PopupTextHere" always visible "PopupTextHere" SetPopupText "True" SetPopupTextAlwaysVisible
# makes popup "PopupTextHere" always visible **using Warp notation** SetPopupText ("PopupTextHere") SetPopupTextAlwaysVisible ("True")