TsColorBox in V16.02 with FastMM5

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #69939
    Lasse
    Participant

    I am having this issue with FastMM5 memory manager.

    – Add TsColorBox to form
    – Set Style cbCustomColor
    – Run
    – Select Custom.. from combo box
    – Click OK on color dialog and there will be AV.

    What do you think, is this AlphaSkins or memory manager issue?

    You can call FastMM_EnterDebugMode and FastMM_ScanDebugBlocksForCorruption in project file to get the report.

    #69940
    Lasse
    Participant

    I was able to fix this for now like this:

    procedure TacItemsPopupForm.UpdateControls;
    ...
      procedure AddItem(const ACaption: string);
     ...
          Flat := False; // True; Lasse

    You will see why. It will crash here:

    procedure TCustomSpeedButton.UpdateTracking;
    var
      P: TPoint;
    begin
      if FFlat then

    Of course this is just a temporary solution.

    • This reply was modified 3 years, 8 months ago by Lasse.
    #69948
    Support
    Keymaster

    Thank you for the message, this error will be fixed in the nearest release.

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