View Issue Details

IDProjectCategoryView StatusLast Update
0001590JEDI VCL00 JVCL Componentspublic2004-04-08 11:18
ReporterDierkAssigned Toremkobonte 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionno change required 
Product Version 
Target VersionFixed in Version 
Summary0001590: JvTrayIcon: Taskbar draws over popupmenu
DescriptionI 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..
TagsNo tags attached.

Activities

remkobonte

2004-04-06 14:26

developer   ~0003673

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)?

Dierk

2004-04-06 23:25

reporter   ~0003677

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;

Issue History

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