If you find any problems during installation write us to:
 kurinn@gu.kiev.ua

Latest version of Dream Controls can be downloaded from our web site:
 http://www.brama.com/dream-co 

-------------------------------------

Description:
==================================================
 '+' = New feature
 '-' = Bug fixed or new functionality
 '*' = behavior changed
 '?' = not a bug 

Subjects:


 [FD] - Form Designer
 [I]  - Instant report (all levels)
 [CD] - Code designer
 [OI] - Object Inspector
 [M]  - Memo and MemoSource
 [D]  - Delphin
 [I0] - Instant Report L0
 [P]  - Property editors and design time packages
 [I2] - Instant report L2
 [I3] - Instant report L3 
 [PL] - Package Loader
 [CP] - Component palette
 [RM] - Resource Master
 [ID] - IDE Inspector
 [ED] - TDCEdit

Version 2.11 BETA
==================================================================

This list of improvements is incomplete, but may help a little.
The main improvement is D2/D3/D3.01 support (previous version worked 
only in D3.02).
 
Volume I
-----------

+ [TREE] New cool component - TDCMSTreeview. It's treeview with multiselect
  feature. 

+ [OI] ActiveX inspector is improved. (Previous version of IR didn't contain
  ActiveX inspector).  Multiselect now works with ActiveX controls.

+ [TREE] New sources for DCTreeView added.

+ ShowWindowList procedure added. 

* [MENU] Bitmaps are now used instead of image list. We are sorry for
  that but D2 and D3 store ImageList in different formats thus support
  of both platforms is impossible with imagelist.

- [OI] OnChangePropValue and OnChangedPropValue events weren't fired when user
  select a value from dropdown list.	

- [ED] Text disappears after RecreateWnd

+ Known ActiveX controls are stored in TDCApplication instead of component 
  palette (TDCApplication is new object declared in dcgen.pas.
  New variable App:TDCApplication)

- [CP]  >I don't think that IR auto-chooses the ancestor's component 
	>palette icon ifthe component doesn't have a component palette icon.

* [ID] IDE Inspector is improved a lot. Press Ctrl+Alt+Z in Delphi IDE 
       or CPB IDE or in your application (also you can go to 
       Tools|IDE Inspector in D3).

- [CP] It's easy to register the same component two times. 
       No checks are performed

- [ED] ReadOnly property of DCPropEditor is ignored

* [OI] clBtnHighLight and clBtnShadow colors are used now instead of 
     clWhite and clGray 

- [OI] Collapse row procedure bug fixed. (Sometimes OI raised exception in Destroy.)

- [Menu] Painting bug of raised menuitem has been fixed.

- [Menu] Bug with hooking of WndProc fixed. (drop TDCMenu on form and delete)

+ [Menu] Property editor for menuitem doesn't show already specified items

- [OI] plus/minus doesn't work on set property

- [oi] change splitter position, press right mouse button
  (in changing state esc must switch to normal mode

- [OI] drop down combo in inspector, dblclick on edited property

+ pen style edit 

- [ED] ReadOnly property of DCPropEditor is ignored

Volume II
-----------

* TInstantDesigner0 doesn't exist anymore. TDCFormDesigner has now all 
  funcitonality of TInstantDesigner0 (TInstantDesigner0 class could be
  used as we left dummy class declaration).

+ [FD] Align now works with non Controls (like TTimer).

+ [I] Now Instant Report can work with or without packages. All standard
  Delphi components are registered automatically.

- [I] There is a problem in the dcl0 procedure NewForm;
        It does not open a form in edit mode.

+ [FD] OnKeyDown event added.

- [FD] Now controls can't be inserted into activex control

* [FD] ParentControl property has been eliminated as TDesigner has property Form.

- [FD] Controls can't be resized now with Shift+Arrows when LockControls = true

- [FD] Controls can't be moved now with Arrows when LockControls = true

+ [FD] OnAction event. (WOW! Now actions of form designer can be limited )

+ [I] Enter on designed  form and on inspector window were implemented

Volume III
-----------

- [M] incorrect determination of what gutter images should be painted 
      if not enough space for painting

+ [M] Cursor over the selection should be crArrow.

+ [D] TControl.Caption is imported :)

* [M] Drag n Drop of text is returned
- [M] Timer sometimes wasn't destroyed
* [M] Enter "&a".Replace. "&a" -> "a". Prompt. All. Look at confirm window :)
      New function 
        AddCharOccurence(Const S:String;C:Char;Count:Integer):String;  


Version 2.1 BETA
==================================================================

Vol.I
-----
+ ActiveX inspector
+ ActiveX palette
+ Office 97 menu
+ splitter
+ image list editor
+ TMenu.Items property editor
+ Treeview.Items property editor
+ ListView.Items property editor
+ TDCTreeView, TDCListViewSource, TDCTreeViewSource,TDCMenuSource components

Vol.II
------
+ ActiveX support in form designer
+ Environment options form
+ Snap to grid feature of Form Designer.

Vol.III
-------
+ Syntax highlight in memo
+ Search and Replace in memo
+ Delphin understands ActiveX controls events
+ TDCParser component