I take it that the TForm1.RichMemo1MouseUp was removed
You wanted to use OnMemoDown.
AFTER installing Lazarus 3, it worked? How would you know?
Because it autoloaded my project, and I hit the 4 & 5 buttons.
... does the button 1 thru 3 fire for the Form itself?
Yes, 1 thru 3 fire, but 4&5 do not.
I don't know why it's working for me on Laz 3.0
Maybe it is because my projects are Win32 projects.
I have been trying to launch another project that is Win32, and it halts with this message: "Error: Illegal parameter: -Twin32"
By snooping around it gave another message: "FPC.cfg cannot be found"
This why I always avoid updrading to the latest and greatest. I this case, my win32 had quit firing 4 & 5. So I upgraded to see if version3 was doing it or not.
And no, to your former comment, I don't think that this a RichMemo issue. RichMemo is simply where it is happening. I originally thought that it was either Windows or Lazarus.