View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006352 | JEDI VCL | 00 JVCL Components | public | 2014-11-09 15:40 | 2021-09-04 14:29 |
Reporter | DeathMAD | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0006352: TJvFormDesktopAlert. Improve message text showing | ||||
Description | Add some property setting to the internal label. lblText.AutoSize := False; lblText.TextEllipsis := teEndEllipsis; constructor TJvFormDesktopAlert.Create(AOwner: TComponent); begin inherited CreateNew(AOwner, 1); ..... lblText := TJvLabel.Create(Self); lblText.Parent := Self; lblText.AutoSize := False; lblText.SetBounds(56, 24, 67, 13); lblText.Transparent := True; lblText.WordWrap := True; lblText.Anchors := [akLeft..akBottom]; lblText.TextEllipsis := teEndEllipsis; ... | ||||
Tags | No tags attached. | ||||
|
I was added pull request |
|
Please provide the zipped sources of a sample application showing this. |
|
I didn't find the code listed above and thus I really do not know what he wants us to do. I didn't see the mentioned label at all on a first look. |
|
Any news on this? |
|
What number did the pull request have? Has it been merged in maybe? |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-11-09 15:40 | DeathMAD | New Issue | |
2014-11-11 20:35 | DeathMAD | Note Added: 0021069 | |
2014-12-04 15:03 | obones | Note Added: 0021084 | |
2014-12-04 15:03 | obones | Status | new => feedback |
2019-05-05 09:22 | mh | Note Added: 0021812 | |
2020-05-19 10:30 | obones | Note Added: 0021924 | |
2021-09-04 14:29 | mh | Note Added: 0022001 |