Patched is aclFPainter for DevEx 16.2.2 incorrect

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37277
    HeDiBo
    Participant

    You managed to release totally untested software again. mad.gif

    These procedures in aclFPainter need to be changed to this syntax (the semicolon was in the wrong place):

    Code:
    procedure CalculateSchedulerNavigationButtonRects(AIsNextButton: Boolean;
    ACollapsed: Boolean; APrevButtonTextSize: TSize; ANextButtonTextSize: TSize;
    var ABounds: TRect; out ATextRect: TRect; out AArrowRect: TRect {$IFDEF VER16_2_2}; const AIsVertical: boolean = True{$ENDIF}); override;

    procedure DrawSchedulerNavigationButton(ACanvas: TcxCanvas;
    const ARect: TRect; AIsNextButton: Boolean; AState: TcxButtonState;
    const AText: string; const ATextRect: TRect; const AArrowRect: TRect {$IFDEF VER16_2_2}; const AIsVertical: boolean = True{$ENDIF}); override;

    procedure DrawSchedulerNavigationButtonArrow(ACanvas: TcxCanvas; const ARect: TRect; AIsNextButton: Boolean; AColor: TColor {$IFDEF VER16_2_2}; const AIsVertical: boolean = True{$ENDIF}); override;

    procedure SchedulerNavigationButtonSizes(AIsNextButton: Boolean;
    var ABorders: TRect; var AArrowSize: TSize; var AHasTextArea: Boolean {$IFDEF VER16_2_2}; const AIsVertical: boolean = True{$ENDIF}); override;

    #56019
    Support
    Keymaster

    The package has been tested with latest version of the DevExpress. Sorry about the issue and thank you for information.

    #56026
    JasonToms
    Participant
    'Support' wrote:

    The package has been tested with latest version of the DevExpress. Sorry about the issue and thank you for information.

    [attachment=8092:1.jpg]

    #56143
    HeDiBo
    Participant
    'JasonToms' wrote:

    [attachment=8092:1.jpg]

    It's fixed in 11.25 a3.gif

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