View Issue Details

IDProjectCategoryView StatusLast Update
0006352JEDI VCL00 JVCL Componentspublic2021-09-04 14:29
ReporterDeathMADAssigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status feedbackResolutionopen 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006352: TJvFormDesktopAlert. Improve message text showing
DescriptionAdd 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;
...
TagsNo tags attached.

Activities

DeathMAD

2014-11-11 20:34

reporter   ~0021069

I was added pull request

obones

2014-12-04 15:03

administrator   ~0021084

Please provide the zipped sources of a sample application showing this.

mh

2019-05-05 09:22

reporter   ~0021812

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.

obones

2020-05-19 10:30

administrator   ~0021924

Any news on this?

mh

2021-09-04 14:29

reporter   ~0022001

What number did the pull request have?
Has it been merged in maybe?

Issue History

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