Listbox on selection event?
Hey,i am trying to build a very small UI component in JSL after not doing this for quite a number of years and i find my self struggling. I have a list of tables in a listbox, and i want to display a description of the table when it is selected in the listbox,
Here is a minimal example:tables = {"Table1", "Table2"};
descriptions = {"This is the first table", "This is the second"};
showDescription
...