|
||
background 200.200.200 require %tracer.rswf layout [ at 10x60 across DateChooser 120 Calendar 92 DateChooser 162x265 2009-1-1 ] doAction [ GUI_DateChooser.prototype.onSetDate: func[date][ trace(this._name "onSetDate:" date) ] GUI_DateChooser.prototype.onChangeMonth: func[date][ trace(this._name "newMonth:" date) ] ] showFrame end |