prev | index | next

FLASH8 DateChooser
8
24
6483 bytes
639 bytes
2007-10-24 10:41:57
2007-10-24 10:52:01
Oldes (oliva.david@seznam.cz)


DateChooser (Calendar) GUI example

(swf8-layout-calendar.rswf)
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