View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004506 | JEDI VCL | 00 JVCL Components | public | 2008-10-07 09:32 | 2008-10-07 10:23 |
| Reporter | dejoy | Assigned To | AHUser | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | win xp | OS Version | xp | |
| Product Version | 3.35 | ||||
| Target Version | Fixed in Version | 3.36 | |||
| Summary | 0004506: procedure BoundsChanged of TJvEx???? missing message WM_MOVE | ||||
| Description | procedure BoundsChanged of TJvEx???? missing message WM_MOVE, thus move the control descendants TJvEx???, the procedure of BoundsChanged not triggered, just only resizing. recommendation : procedure TJvEx???.WndProc(var Msg: TMessage); begin ..... case Msg.Msg of WM_SIZE,WM_MOVE: // add WM_MOVE begin inherited WndProc(Msg); BoundsChanged; end; ..... end; | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-10-07 09:32 | dejoy | New Issue | |
| 2008-10-07 10:22 | AHUser | Status | new => resolved |
| 2008-10-07 10:22 | AHUser | Fixed in Version | => Daily / SVN |
| 2008-10-07 10:22 | AHUser | Resolution | open => fixed |
| 2008-10-07 10:22 | AHUser | Assigned To | => AHUser |
| 2008-10-07 10:22 | AHUser | Note Added: 0014780 |