Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread TMenu item selection behavior
Thu, Mar 18 2021 12:28 AMPermanent Link

Rick

In EWB3 I notice some issues with the TMenu control. Reproduce by dropping a TMenu on a form and adding several menu items.

1. If TabOrder:=0 then at run time the first item in the TMenu will be highlit and stays that way even if clicking on other items.

2. If TabOrder<>0 then at run time no item is highlit as expected however clicking just inside the border in any of the corners of the TMenu will highlit the first item. Clicking other items does not deselect the first item.

3. Rapidly double-clicking a menu item whilst simultaneously moving the mouse off the item causes the item to become highlit with the darker mouse-down color. The item remains highlit like this until mouse over removes the highlight. This is difficult to reproduce because the timing is sensitive.

Rick.
Image