On Tue, Nov 6, 2012 at 2:01 PM, <amphitr...@ok.de> wrote:

> The addition to the system menu is shown as expected, alas only
> selecting the menu entry 'Cut' brings the expected result, 'Copy'
> and 'Paste' just make the menu disappear but nothing more.


There is a bug here in the code connecting the event.

304 works by coincidence, it is hex 0x130.  I misread some documentation
and was using a filter of 0xFFF0 when it should have been 0xFFFF.

You could work around this bug until the next release by using IDs for
system menu commands whose hex value ends in 0.  Decimal 64, 80,96, etc..

Note that this is only for System Menu items.  Not for regular menu items.

Thanks for finding this.

You can open a bug at:

https://sourceforge.net/p/oorexx/bugs/

if you have a SourceForge ID.

--
Mark Miesfeld
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to