This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Combo box on visualization
#8
You can overwrite custom values with grp.create. You will need a scheduled script to reload playlist from time to time. You will also need to put this list into storage so you can get playlist name from numeric object value in your event script.

Code:
grp.create({
  address = '32/1/1',
  enums = {
    [0] = 'Playlist 1',
    [1] = 'Playlist 2',
    [2] = 'Playlist 3'
  },
})

This will still require visualization reload in case custom values are changed.
Reply


Messages In This Thread
Combo box on visualization - by gdimaria - 17.04.2018, 09:53
RE: Combo box on visualization - by admin - 17.04.2018, 10:04
RE: Combo box on visualization - by gdimaria - 17.04.2018, 10:37
RE: Combo box on visualization - by Daniel - 17.04.2018, 11:18
RE: Combo box on visualization - by gdimaria - 17.04.2018, 13:02
RE: Combo box on visualization - by admin - 17.04.2018, 13:04
RE: Combo box on visualization - by gdimaria - 17.04.2018, 15:20
RE: Combo box on visualization - by admin - 18.04.2018, 08:35
RE: Combo box on visualization - by gdimaria - 20.04.2018, 08:33
RE: Combo box on visualization - by gdimaria - 23.04.2018, 09:18
RE: Combo box on visualization - by gdimaria - 18.04.2018, 09:08

Forum Jump: