View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006197 | JEDI VCL | 00 JVCL Components | public | 2013-09-07 18:01 | 2015-09-14 13:20 |
Reporter | Arioch | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Daily / GIT | Fixed in Version | 3.48 | ||
Summary | 0006197: TJvDialButton lacks mouse-related properties | ||||
Description | The following properties probably were introduced later than TJvDialButton was developed. They should be added to PUBLISHED section of it. + property OnMouseWheelDown; + property OnMouseWheelUp; + property OnMouseWheel; + property OnMouseEnter; + property OnMouseLeave; + property OnMouseActivate; | ||||
Tags | No tags attached. | ||||
2013-09-07 18:01
|
JvDialButton.patch (827 bytes)
diff --git "a/C:\\Users\\bdv\\AppData\\Local\\Temp\\TortoiseGit\\JvDE32E.tmp\\JvDialButton-54b2884-left.pas" "b/C:\\Users\\bdv\\AppData\\Local\\Temp\\TortoiseGit\\JvDE2D0.tmp\\JvDialButton-7ad99b8-right.pas" index 49d5718..fc2aed5 100644 --- "a/C:\\Users\\bdv\\AppData\\Local\\Temp\\TortoiseGit\\JvDE32E.tmp\\JvDialButton-54b2884-left.pas" +++ "b/C:\\Users\\bdv\\AppData\\Local\\Temp\\TortoiseGit\\JvDE2D0.tmp\\JvDialButton-7ad99b8-right.pas" @@ -243,6 +243,12 @@ type property OnMouseDown; property OnMouseMove; property OnMouseUp; + property OnMouseWheelDown; + property OnMouseWheelUp; + property OnMouseWheel; + property OnMouseEnter; + property OnMouseLeave; + property OnMouseActivate; // VCL.TControl.OnMouseActivate - since which Delphi version ??? property OnStartDrag; end; |
|
This is now in GIT |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-09-07 18:01 | Arioch | New Issue | |
2013-09-07 18:01 | Arioch | File Added: JvDialButton.patch | |
2013-12-13 11:04 | obones | Status | new => acknowledged |
2013-12-13 14:32 | obones | Note Added: 0020818 | |
2013-12-13 14:32 | obones | Status | acknowledged => resolved |
2013-12-13 14:32 | obones | Fixed in Version | => Daily / GIT |
2013-12-13 14:32 | obones | Resolution | open => fixed |
2013-12-13 14:32 | obones | Assigned To | => obones |
2015-09-14 13:20 | obones | Fixed in Version | Daily / GIT => 3.48 |