View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001590 | JEDI VCL | 00 JVCL Components | public | 2004-04-06 07:08 | 2004-04-08 11:18 |
Reporter | Dierk | Assigned To | remkobonte | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001590: JvTrayIcon: Taskbar draws over popupmenu | ||||
Description | I have a little problem with JVTrayIcon since JVCL3. Taskbar draws over the popupmenu. If I try the same menu as pulldown menu and this does not happen. Any suggestion? ..Using good old Win98.. | ||||
Tags | No tags attached. | ||||
|
Do you use the latest version from CVS or the beta 1 download from sourceforge? Can you confirm that the problem was not in previous version, and if so in which version not? Can you post a screenshot of the problem? Did you test on other systems than Win98? Which? Same problem? What do you mean with pulldown menu? Can you post your dfm (the part with TJvTrayIcon)? |
|
Thanks, I have it. It was my fault. To bring up my form into front I used "SetForegroundWindow" on TrayIconclick. Now it works without that too... Why? I don´t know. procedure TMainform.JvTrayIcon1Click(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin SetForegroundWindow(handle); end; |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-06 07:08 | Dierk | New Issue | |
2004-04-06 14:26 | remkobonte | Note Added: 0003673 | |
2004-04-06 14:26 | remkobonte | Status | new => feedback |
2004-04-06 23:25 | Dierk | Note Added: 0003677 | |
2004-04-08 11:18 | remkobonte | Status | feedback => resolved |
2004-04-08 11:18 | remkobonte | Resolution | open => no change required |
2004-04-08 11:18 | remkobonte | Assigned To | => remkobonte |