From: Bastian on
Hello Folks,

I have created a uitable using GUIDE's uitable "Table Property Editor" during design time. I have made several columns "Choice Lists" to set the dates. The first column choice list is a static list of months (e.g. Jan, Feb, Mar etc). I would like to set the second choice list column to reflect the number of days of the month that the user chooses from the first choice list (during run-time). Essentially I need to know how to access an individual uitable cells' choice list property in order to populate the list based on the value of another choice list during run-time.