aceScrollPanel hides two public procedures

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36210
    HeDiBo
    Participant

    In aceScrollPanel, these two procedures should be changed:

    Code:
    procedure PrepareCache;
    procedure OurPaint(DC: HDC = 0; SendUpdated: boolean = True);

    into

    Code:
    function PrepareCache: Boolean; override;
    procedure OurPaint(DC: HDC = 0; SendUpdated: boolean = True); override;

    Return True in the PrepareCache function.

    This avoids superfluous warnings about hiding their mother defs.

    Vr gr ;-}

    Dick

    #52209
    Support
    Keymaster

    Are you sure you have the latest version of acExtra package?

    This code is changed already in latest files.

    #52218
    HeDiBo
    Participant
    'Support' wrote:

    Are you sure you have the latest version of acExtra package?

    This code is changed already in latest files.

    You're absolutely right :blush:. I didn't think these components changed so quickly. Wouldn't it be better to include them in the main stream of AC? Maybe with inclusion of some credit to the author(s)?

    It is a bit of a nuisance having to do two downloads and 4 builds/installs in stead of one download and 2 builds/installs.

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