Ah. The Windows operating system siphons off the CONTEXTMENU event when it's generated by an ENTRY control. So your window never gets that. The Windows OS pops up that context menu you see.
The only way around it is to subclass the control, and I haven't gotten into that stuff with REXX GUI quite yet.