PopUpButtonCell's Help

Hello,

I really have no idea how to set the contents of a PopUpButtonCell in Table view. Does anyone now a good place to get some info on this topic or some sample code.

Thanks
Dallas

I posted this for the next person that doesn’t know;
This bit assumes that you have already setup the data source for your table view.

set data_table to table view 1 of scroll view 1 of window 1
set data_table_data_source to data source of data_table
set data_cell to data cell 1 of table column 1 of the_table
call method “addItemsWithTitles:” of data_cell with parameter {“1”, “2”, “3”, “4”, “5”}

Thanks
Dallas