You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show a themed context menu that contains more elements than possible to show on the screen at once
Use the mouse to click the buttons to scroll up/down
Issue: The menu shows fragments
With #217, the message to react on has been changed to MN_BUTTONDOWN_UP. This message seems not to be triggered at all, nor is it documented anywhere else other than with the VCL.Style.Utils.
Please add according documentation and/or consider to use the buttondown event again, which seems to fix this problem.
In regard to #217, consider to simply call the inherited/default proc, just as the VCL would do, instead of simulating keyboard events. See lines 1660 to 1671:
Vcl.Styles.Utils.Menus:
With #217, the message to react on has been changed to MN_BUTTONDOWN_UP. This message seems not to be triggered at all, nor is it documented anywhere else other than with the VCL.Style.Utils.
Please add according documentation and/or consider to use the buttondown event again, which seems to fix this problem.
In regard to #217, consider to simply call the inherited/default proc, just as the VCL would do, instead of simulating keyboard events. See lines 1660 to 1671:
Vcl.Styles.Utils.Menus:
Vcl.SysStyles:
The text was updated successfully, but these errors were encountered: