Multiple Selection Dropdown

Use this board to ask questions or have discussions with other Rich Displays users.
Scott Klement
Experienced User
Posts: 2711
Joined: Wed Aug 01, 2012 8:58 am
First Name: Scott
Last Name: Klement
Company Name: Profound Logic
City: Milwaukee
State / Province: Wisconsin

Re: Multiple Selection Dropdown

Post by Scott Klement »

Yes, it still works this way.

Please note that the following are output-only (only sent to the display, never back to your RPG program):
  • choices
  • choices values
These fields determine what the user sees (choices) and what the corresponding values are to be sent back (choices values). You should bind a comma-separated list of things to be sent the display, here.

For sending stuff back to your RPG, that will be done with the "value" property. So I could say the following property is both input/output:
  • value
Your program can set this to a comma separated list of things that should be marked as "selected". When data is returned to your RPG program, it will contain what is selected (including any changes the user has made.)

You must also have the "multiple" property set to "true".
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests