source: components/CoolTrayIcon/convert_cti_projects.txt

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

3.1 verze, první revize

File size: 1.0 KB
Line 
1A few things have changed in ver. 4.0.0 of CoolTrayIcon which means you may
2have to slightly adjust your previous projects that use CooltrayIcon or
3TextTrayIcon.
4
5
61) The IconVisible property is now default false in stead of true.
7
8The reason for this is that the tray icon would apparently show itself,
9regardless of the property being false, if CoolTrayIcon was used in a
10DLL file.
11
12This change means that you have to reset the property to true in your old
13projects, in case the value was originally true.
14
15
162) The StartMinimized property no longer exists. It has been replaced by the
17OnStartup event. This event has a ShowMainForm parameter, which you set to
18false if you don't want the main form to show when your app. starts.
19
20The reason for this change is that StartMinimized only worked at design-time,
21meaning you could not determine at run-time if you wanted to show the form
22or not. With the change it is now possible to have a user option for this
23in your app.
24
25See the StartHidden demo for an example.
26
Note: See TracBrowser for help on using the repository browser.