ScriptTap

Interactive runtime UI

Runtime dialogs and display overlays

PromptMe is ScriptTap's structured runtime dialog builder. It collects user choices and typed input during Play, while Display presents styled, variable-driven information over the target app.

PromptMe Standard

Build a runtime dialog with a header and any configured combination of buttons, toggles, and typed text input. Buttons and toggles write Boolean results, while the text field can write a String, Integer, or Decimal value.

Headers, button captions, toggle captions, and text captions can display literal text or resolve String-variable values when the dialog opens. The script waits for the user's response and continues with the selected variables.

PromptMe Mini

Keep a compact button or toggle panel available while the script continues running. Mini buttons write selected Integer values and Mini toggles write Boolean values.

The panel can use a title, configured size, persistent mode, and script-controlled red-X behavior. Its placement is retained for the current device, and the editor provides a live preview and size editor.

Display overlays

Display can show literal text or any supported variable type in a selected screen area. Once mode shows one timed value. Concurrent mode stays active without blocking other work, refreshes changing values, supports an optional Boolean stop condition, and can append Rolling Updates.

Font family, style, size, colors, opacity, border, and alignment can be configured. Display overlays are touch-through, so they do not consume taps intended for the target app.

Using them together

PromptMe can collect a choice or typed value, ScriptTap logic can branch or calculate from that result, and Display can show the changing outcome in a selected screen area while the workflow continues.

Try the ScriptTap open beta

Related pages