Doubleclick in systray (was Pegasus Mail 4.02)

Duane Clark dclark at akamail.com
Sat Nov 23 15:44:13 CST 2002


Rick wrote:

> The second issue, I've noticed that double-clicking the system tray
> icon does not restore Pegasus Mail.  I can minimize it so it appears
> both on the taskbar and the system tray, but I can't restore the
> application from the system tray icon (though I can from the
> taskbar).
> 

The problem here appears to be that under WinNT, when double clicking on 
the systray icon under WinNT, messages are sent for mouse down (message 
201), mouse up (message 202), double click (message 203) (the message 
200 is extraneous):
  <00171> 0007011E S message:0x19C9 [User-defined:WM_USER+5577] 
wParam:00001F47 lParam:00000201
<00172> 0007011E R message:0x19C9 [User-defined:WM_USER+5577] 
lResult:00000000
<00173> 0007011E S message:0x19C9 [User-defined:WM_USER+5577] 
wParam:00001F47 lParam:00000202
<00174> 0007011E R message:0x19C9 [User-defined:WM_USER+5577] 
lResult:00000000
<00175> 0007011E S message:0x19C9 [User-defined:WM_USER+5577] 
wParam:00001F47 lParam:00000200
<00176> 0007011E R message:0x19C9 [User-defined:WM_USER+5577] 
lResult:00000000
<00177> 0007011E S message:0x19C9 [User-defined:WM_USER+5577] 
wParam:00001F47 lParam:00000203

While under Wine, what is sent are two pairs of mouse down, mouse up 
messages:
<00062> 00010024 P message:0x19C9 [User-defined:WM_USER+5577] 
wParam:00001F47 lParam:00000201
<00063> 00010024 P message:0x19C9 [User-defined:WM_USER+5577] 
wParam:00001F47 lParam:00000202
<00064> 00010024 P message:0x19C9 [User-defined:WM_USER+5577] 
wParam:00001F47 lParam:00000201
<00065> 00010024 P message:0x19C9 [User-defined:WM_USER+5577] 
wParam:00001F47 lParam:00000202

So while I am poking around trying to figure out where that translation 
should be occuring, if anyone has some hints on where to look, it would 
be most appreciated...





More information about the wine-devel mailing list