Problem with AlphaControls v6.42 stable and D2009

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33158
    IPSteven
    Participant

    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

    #40128
    Support
    Keymaster

    Thanks for message.
    Try to change this line to

    CODE
    Message.HitTest := SmallInt(Ex_WMNCHitTest(M));

    #40129
    IPSteven
    Participant

    QUOTE (Support @ Jul 31 2009, 06:47 AM)
    Thanks for message.
    Try to change this line to

    CODE
    Message.HitTest := SmallInt(Ex_WMNCHitTest(M));

    Dang, that was a quick response!
    <img src="style_emoticons//wub.gif” style=”vertical-align:middle” emoid=”:wub:” border=”0″ alt=”wub.gif” /> That fixed it, thanks.

    …Steven

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.