http://www.newton-inc.com/dev/techinfo/qa/qa.htm
protoCountryTextPicker
or default state for protoUSstatesTextPicker
?'default
to the params
frame. The slot must contain the name of the country (protoCountryTextPicker
) or state (protoUSstatesTextPicker
) as a string. For example, if you wanted the protoCountryTextPicker
to default to Canada, you could do the following in the viewSetupFormScript
: // get a writeable copy of the params frame
self.params := Clone(params);
params.default := "Canada";