Hi all

Hi all,

After way too long I've finally had time to update TChromeTabs to work with the latest versions of Delphi (XE5 and XE6). I've also fixed most of the reported issues.

You can grab the source from Google Code (https://code.google.com/p/delphi-chrome-tabs/) or download the source and a compiled demo from Dropbox https://dl.dropboxusercontent.com/u/12307/TChromeTabs/TChromeTabs_2_1_BETA.zip

Please report any bugs on the Google Code page. I'll try to fix them a little quicker this time :)

Change Log:

Fixed: Images not drawn under Windows XP
Fixed: Maximized application form with TChromeTabsGlassForm blocks pop-up taskbar
Fixed: Improved image quality and added option to use external pngImage in Delphi 2008 and earlier.
Fixed: A range check error caused by TChromeTabsThreadTimer
Fixed: Several memory leaks.
Added: Demo - Drag and drop a tab outside the control to create a new form.
Fixed: WMLButtonDblClk didn't call inherited.
Fixed: Exception in OnTabDragStart if Allowed := FALSE [Christian Cristofori]
Update: Added OnTabCreate and OnTabDestroy events.
Update: Added custom tab shapes to the demo (OnGetControlPolygons event).
Fixed: TChromeTabsGlassForm now correctly handles a Windows 7/Vista theme change and acts accordingly.
Fixed: Issues when enabling/diabling title bar tabs.
Breaking Fix: Modified the OnGetControlPolygons event.
Fixed: Some properties not tranfered to the new tab when dropped on a different container.
Fixed: Add button wasn't hidden correctly when dragging pinnded tabs if there were no unpinned tabs.
Fixed: TChromeTabsGlassForm failed badly if Aero was not enabled. It no falls back and is drawn in it's last know position.
Fixed: Stopped spinners being drawn at design time.
Fixed: Some Download spinner properties used the values from the upload spinner.
Fixed: Removed Spinner diameter property and added height, width and offsets. 
Fixed: Some options had an incorrect property (FloatingRightOffset).
https://code.google.com/p/delphi-chrome-tabs

Comments