Announcement

Collapse
No announcement yet.

Load Image on selecting an Item in Listbox or ComboBox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Load Image on selecting an Item in Listbox or ComboBox

    Hi AMS users,

    I am trying to figure out how to load an image when I select an Item in the ComboBox or the ListBox?

    Let's say I have 10 different items in the ListBox or ComboBox. Whenever, I select one of the items, I want a specific image to be displayed.

    I short, toggling images on selecting different box items. Can this be achieved?

    Thank you!

  • #2
    Where are you stuck - getting the selected option in the ComboBox (done with ComboBox.GetSelected()), or changing the corresponding image (performed with Image.SetProperties())?

    Ulrich

    Comment


    • #3
      Originally posted by Ulrich View Post
      Where are you stuck - getting the selected option in the ComboBox (done with ComboBox.GetSelected()), or changing the corresponding image (performed with Image.SetProperties())?

      Ulrich
      I found it. Thanks.

      Comment

      Working...
      X