I'm having problems with AlphaControls v6.42 stable and D2009
Edit: This only happens when the TsSkinManager's “ExtendedBorders” property is turned on.
Getting range check error in function TacBorderForm.Ex_WMSetCursor()
line 6106
How to reproduce:
* Delphi2009 must have the compiler option for Range Checking turned on when AlphaControls was installed and built.
Use either the latest ASkinDemo project or TMSgrid demo project,
Run project
try to switch skin TV-b (not internal) you will get range errors.
When the mouse curse passes over any side of the main form other than the top you will get range errors.
…Steven