On Wed, 8 Jan 1997, Ken Cheetham wrote:
> An oversight of mine. I forgot that the OS implements the item-list
> widget to change its value on the mouse-button-up rather than the
> mouse-button-down. So you would need to check the value after the
> default button-up handler rather than after the button-down as I had
> suggested.
Thanks for your help. I followed and succeed. However, when I tried to do
something similar for mouse-left-down, a peculiar behavior occured. The
standard right-mouse pop-up menu and my custom message box appear
simutaneously (seemingly). Is there any way to get rid of the standard
right-mouse pop-up menu?
Thank you very much.
- sam