Hi,
we had some problems with TacTabControlWnd which resulted in access violations. They occur when using TTabbedNotebook and only in the current version of AlphaControls (although I cannot exactly say, in which verion the problems started).
The solution for this seems to be a change in the order of the two lines in the constructor of TacTabControlWnd:
First
if SkinSection = '' then ASkinData.SkinSection := s_PageControl;
and then
inherited;
works fine for us.
Could you please check if this changes makes sense and, if so, incorporate the change in the next release?
Thanks!
Mathias