View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001794 | JEDI VCL | 00 JVCL Components | public | 2004-05-25 06:34 | 2004-06-03 08:50 |
Reporter | Ron Szumski | Assigned To | user72 | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001794: tJvTreeView misbehaving on "Lock Computer" | ||||
Description | Start a new app in Delphi (I'm using D5 on XP). Place a TreeView component on the form. Then Ctrl-Alt-Del, and select "Lock Computer". App crashes at this point. | ||||
Additional Information | The problem lies with: procedure TJvTreeView.WMNotify(var Msg: TWMNotify); The following should be placed INSIDE the CASE, and NOT outside: Point := Mouse.CursorPos; Point := ScreenToClient(point); | ||||
Tags | No tags attached. | ||||
|
Forgot to mention that the app must be run prior to the Ctrl-Alt-Del operation! |
|
I think you have an old version of the JVCL. The current code looks like this (for the same reason I suspect): ... if not Windows.GetCursorPos(Point) then Exit; Point := ScreenToClient(Point); |
|
Yes, I fixed that a long time ago. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-05-25 06:34 | Ron Szumski | New Issue | |
2004-05-25 06:40 | Ron Szumski | Note Added: 0004346 | |
2004-05-25 10:48 |
|
Note Added: 0004348 | |
2004-05-25 13:51 |
|
Status | new => assigned |
2004-05-25 13:51 |
|
Assigned To | => user72 |
2004-06-03 01:15 |
|
Status | assigned => feedback |
2004-06-03 08:50 | AHUser | Status | feedback => resolved |
2004-06-03 08:50 | AHUser | Resolution | open => fixed |
2004-06-03 08:50 | AHUser | Note Added: 0004452 |