Version  5.03

  • added: support of DevExpress VCL v.2.3
  • fixed: problem with drawing of TGroupBox without caption

Version  5.02

  • improved: support of TStatusBar control
  • fixed: Tbsa[dsa]SkinAdapter.AddControl not use values from EditSubClass property

Version  5.01

  • fixed: problem with installation Tbsa[dsa]WebBrowser control in RAD Studio XE2
  • improved: support of TTrackBar control

Version  5.0

  • updated and rewrited hook classes
  • updated drawing methods
  • added a lot of optimizations in sources code

Version  4.75

  • added: support for RAD Studio XE2 (32 bit)

Version 4.70 

  • improved: support for TToolBar control

Version 4.67 

  • fixed: problem with drawing invisible buttons in  TToolBar
  • added: some small improvements and optimizations in drawing of controls

Version 4.65 

  • improved: Tbsa[dsa]WebBrowser control - now control resize without flickers (we have solved main problem of standard TWebBrowser control)
  • improved: Tbsa[dsa]EmbeddedWB control - now control resize without flickers (we have solved main problem of TEmbeddedWB control)

Version 4.60 

  • added: EmbeddedWB support - third-party WebBrowser component with advanced properties
    (added new control Tbsa[dsa]EmbeddedWB, which inherited from TEmbeddedWB and have skinnable scrollbars)
  • improved: Tbsa[dsa]WebBrowser control - native skinnable WebBrowser (now system theme is ON for html-elements)

Version 4.50 

  • updated: drawing of controls

Version 4.47 

  • added: some small improvements and bug fixes
  • updated: demos

Version 4.45

  • added: optimizations in source code

Version 4.40

  • added: a lot of small improvements and optimizations in code
  • improved: compatibility with xpmanifest component
  • fixed: some small bugs
  • updated demos

Version 4.30

  • added: support for TStatusBar (see StatusBarSubClass property)
  • updated demos

Version 4.26

  • fixed: problem with TProgressBar in some skins
  • updated demos

Version 4.25

  • added: support for TProgressBar (see ProgressBarSubClass property)
  • added: support for TTrackbar (see TrackBarSubClass property)

Version 4.20

  • added: support for TToolbar (see ToolbarSubClass property)
  • added: support for TCoolbar (see CoolbarSubClass property)

Version 4.10

  • added: support for TDBLookUpComboBox (you can add it to Tbsa[dsa]SkinAdapter.ComboBoxSubClass property (see info in help))
  • added: support for Label controls (see Tbsa[dsa]SkinAdapter.LabelSubClass property)
  • added: support for DateTimePicker control (see Tbsa[dsa]SkinAdapter.DateTimeSubClass property)
  • added: improvements for combobox control
  • updated: help

Version 4.01

  • fixed visibility problem with invisible checkbox and radiobutton controls (when on/off skin)
  • added: some small improvements 

Version 4.0

  • updated: hooking engine
  • added: Tbsa[dsa]SkinAdapter.AdapterType property
    (now SkinAdapter work in two modes: use Names (as in old version) and use Classes (in new version), which more easy of use
  • added: AutoAddClasses property (set this property to True and SkinAdapter automatically fills classes info and then you can edit lists in design mode)
  • added: skin support for scrollbar in combobox
  • added: skin support TUpDown control
  • added: skin support for updown in tabcontrol and pagecontrol
  • improved: drawing of controls 
  • added: Tbsa[dsa]SkinAdapter.OnChangeSkinData event
  • added: new Tbsa[dsa]SkinAdapter.AddControl and Tbsa[dsa] SkinAdapter.RemoveControl methods (use this methods to hook and unhook controls in real time)
  • added: adapting code and info for VirtualTreeView headers
  • new help