Can in increase the row size of INPUT DIALOG box?

Hi,

This is pretty much just a cosmetic issue :slight_smile:

I’m putting all of my scripts together into a single package and I like to just select from a dialog box. For example, the box will read:

What would you like to do (please enter the #):

  1. Run this bot
  2. Run some other bot
  3. Run the 3rd bot
    etc.

This uses a number of NewLines to separate the items; but, it looks like the INPUT DIALOG box is cut off once it goes above option #5 or so. Is there a way to somehow increase the number of "rows’ that can be displayed with the box; or, maybe create a drop-down selection menu instead?

Thanks!

Hey in your input dialog, you can directly pass the options using an array for people to selct

…expanding on TimK enter the array {“Bot1”,“Bot2”,“Bot3”}. It defaults to radio buttons for 3 choices or less, then a drop down for 4+.
Input Dialog Options

1 Like

Perfect; thanks!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.