@peternlewis I'm not sure why I've never asked for this before - maybe I have and I forgot. I've wished for a long time that the "Prompt for User Input" window could have a vertical scrollbar when needed.
There's 2 use cases for this.
-
When displaying a long message. If the message is too long, you can't get to the buttons, at least not in an easy-to-identify way. You might say "just don't display long messages," but if you're displaying an error message that got returned from something you don't control, you can't guarantee the length. And yes, you could trim it to a reasonable length, but who knows if you'd be trimming valuable information or not?
-
When you have lots of inputs. I know this is not a common situation, but since I'm running into this limitation right now, I thought I'd mention it.
I can do a few more things to give me some room, but I'm pushing the limit right now.
I won't hold my breath for this, of course. But on the off chance that you could add a "gear" option that says "Use vertical scroll bar" or something like that, I thought I'd ask.
If not that, then I wish I could either 1) use a smaller font (for this prompt only), 2) make the line spacing smaller, or both. This wouldn't necessarily solve use case #1, but it would solve my current issue.
Thanks.