Home Segments Index Top Previous Next

696: Mainline

Then, you define initializeListBox: to set the foodList variable:

CalorieViewManager method definition • instance 
initializeListBox: theListBox 
  foodList := (Food collectFrom: 'c:\test\vtbls.dta'). 
  ...