Use ComboBox on TableBox
Hi I want to make a tablebox that one of it column eatch cell can have a value of "Yes" or "No"thought of using a combobox for ittry using the following code with no success new window("Bla Bla",
tb = Table Box(
c1 = String Col Box( "Bla Bla", {cb = combo box({"Yes","No"}) << get selected})
)
) any idea