Type of display dynamic value

Hi,

Is there a list display type other than ‘StringList’ in dynamic value settings?

You can customize how value lists are displayed in your Apps using the Value List Settings component.

You can also check the second tutorial of this section.

Ok I get it but in my case dynamic values comes from JSON. Based on this topic

This should work the same with dynamic parameters. You can add controls for those using the Parameter Control component, and use the “Settings” input of the component to define the type of the value list to be displayed:

If you are having trouble making this work, please post a minimal definition so I can help further.

Ok but there is second place to set type of list and the nomenclature is different (capitalized)

In this case, “type” refers to the type of input (it can be “Number”, “StringList”, “Color”, etc…). I agree that the nomenclature can be confusing, but this will be solved once dynamic parameters get their own components. Please try to set the type according to the method I showed above and let me know if you have any issues.

Ok get it. In this case I set type “imagedropdown’ but the generated list only shows the text asssigned to the ‘choices’ parameter.

No matter which display type of list with graphics I choose, only the text attached to the dynamic P parameters in the App component is displayed.

I adapted the example for value lists with images to work with a dynamic value list, see below.

BETA-DynamicValueListWithImages.ghx (363.0 KB)

If you are still having issues, please post a minimal definition here.

Ok now it works fine, thanks for your help.