View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002346 | JEDI VCL | 00 JVCL Components | public | 2004-11-28 13:42 | 2005-01-17 11:49 |
Reporter | dippen | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.00 | |||
Summary | 0002346: TJvTrayIcon stops receiving WM_CONTEXTMENU after BalloonHint | ||||
Description | I'm running WinXP PRO SP2. I use TJvTrayIcon, and before the first call to BalloonHint the context menu appears correctly. After I've displayed a balloon hint, the context menu doesn't appear on right clicks any more. This is because the TJvTrayIcon.WindProc don't receive any WM_CONTEXTMENU message after the BalloonHint method has been called. I realize that it might be a Windows issue rather than a JVCL issue. | ||||
Additional Information | I've fixed the problem by making the following changes in TJvTrayIcon.WindProc: WM_RBUTTONDOWN: begin DoMouseDown(mbRight, ShState, Pt.X,Pt.Y); DoContextPopup(Pt.X, Pt.Y); end; .... Commented out the entire case WM_CONTEXTMENU, NIN_KEYSELECT: | ||||
Tags | No tags attached. | ||||
|
I'm using JvTrayIcon here and I don't have such problem. I'm using XP Home SP1. Please try with the latest CVS version (1.35) of that file and let us know. Alternatively, you could wait until the next release is available, sometime before the end of January. |
|
The RC1 release is available, please test it and let me know how this goes. Once again, I have no such problem here. |
|
I've installed v1.35 and now it works. The file with the problem was v1.34. From my point of view the case is closed! Thanks alot for the help. |
|
Sorry, forgot to login before... The previous note was mine. |
|
As indicated by the poster, this is now resolved |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-11-28 13:42 | dippen | New Issue | |
2004-11-30 04:45 | obones | Status | new => assigned |
2004-11-30 04:45 | obones | Assigned To | => obones |
2005-01-04 08:13 | obones | Note Added: 0006079 | |
2005-01-04 08:13 | obones | Status | assigned => feedback |
2005-01-17 06:14 | obones | Note Added: 0006178 | |
2005-01-17 11:26 | anonymous | Note Added: 0006181 | |
2005-01-17 11:29 | dippen | Note Added: 0006182 | |
2005-01-17 11:49 | obones | Status | feedback => resolved |
2005-01-17 11:49 | obones | Resolution | open => fixed |
2005-01-17 11:49 | obones | Note Added: 0006183 |