Menu

#24 richmemo package install error

v1.0 (example)
closed-wont-fix
None
5
2024-02-22
2012-03-30
Micheus
No

In file W32RichMemo.pas (procedure TWin32WSCustomRichMemo.CreateHandle) there is an absent parameter in the call for PrepareCreateWindow:
-> PrepareCreateWindow(AWinControl, Params);
it can be fixed with:
-> PrepareCreateWindow(AWinControl, AParams, Params);

I'm using Lazarus v0.9.30

/Micheus

Discussion

  • Juha Manninen

    Juha Manninen - 2024-02-22
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     In file W32RichMemo.pas \(procedure TWin32WSCustomRichMemo.CreateHandle\) there is an absent parameter in the call for PrepareCreateWindow:
     -> PrepareCreateWindow\(AWinControl, Params\);
     it can be fixed with:
    
    • status: open --> closed-wont-fix
    • assigned_to: Juha Manninen
    • Group: --> v1.0 (example)
     
  • Juha Manninen

    Juha Manninen - 2024-02-22

    RichMemo is removed from Lazarus CCR. This can be closed.

     

Log in to post a comment.