source: components/CoolTrayIcon/convert_st_projects.txt

Last change on this file was 1, checked in by maron, 16 years ago

3.1 verze, první revize

File size: 684 bytes
Line 
1Version 2.0.0 of SimpleTimer is incompatible with older versions, which
2means you will have to adjust your previous projects that use SimpleTimer.
3
4
51) The Start and Stop methods have been replaced with the Enabled and Interval
6properties, to make SimpleTimer more interchangeable with TTimer.
7
8To start the timer you will need to first set the Interval, then set Enabled
9to True (just like TTimer). Also, you must specify an OnTimer event method
10(see below).
11
12
132) The callback method you used for receiving notifications from a SimpleTimer
14object has been replaced by an OnTimer event. This both makes SimpleTimer
15easier to use and makes it look more like TTimer.
16
Note: See TracBrowser for help on using the repository browser.