Home Segments Index Top Previous Next

762: Mainline

To initialize the meter, using the initializeMeter method—the callback method for the getContents event—you arrange to set various variable values and actuate the display event:

GuiViewManager method definition • instance 
initializeMeter: theMeter 
  theMeter setMin: 0; 
           setMax: 10; 
           setValue: 5; 
           setTitle: 'Test Meter'; 
           event: #display