View Issue Details

IDProjectCategoryView StatusLast Update
0001540JEDI VCL00 JVCL Componentspublic2004-03-29 22:24
ReporterDierkAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001540: TJvDesktopAlert with dapMiddle position ...
DescriptionIt would be nice to add a dapMiddle position

Like that:

    dapMiddle:
      begin
        FDesktopForm.Top := trunc((ARect.bottom-ARect.top-FDesktopForm.Height)/2);
        FDesktopForm.Left := trunc((ARect.right-ARect.left-FDesktopForm.Width)/2);
      end;

Regards
Dierk
TagsNo tags attached.

Activities

user72

2004-03-29 09:24

  ~0003496

Sounds like a good idea. I'll look into it.

user72

2004-03-29 11:20

  ~0003498

You are aware that this would only be useable when using a single DesktopAlert.

Dierk

2004-03-29 12:43

reporter   ~0003500

Ah, you´re right.
But this would be for a single DesktopAlert just useful.
I will use it instead of a standard messagebox for showing a message for a defined time. It looks very nice! I just like it very well.

Regards

Dierk

user72

2004-03-29 22:24

  ~0003502

I added four (4) new position types:

dapDesktopCenter
- The original proposed behavior
dapMainFormCenter
- center on the application main form
dapOwnerFormCenter
- center on the owner form
dapActiveFormCenter
- center on the active form

Hope that will be satisfactory

Issue History

Date Modified Username Field Change
2004-03-29 04:29 Dierk New Issue
2004-03-29 09:24 user72 Note Added: 0003496
2004-03-29 09:24 user72 Assigned To => user72
2004-03-29 09:24 user72 Status new => assigned
2004-03-29 11:20 user72 Note Added: 0003498
2004-03-29 12:43 Dierk Note Added: 0003500
2004-03-29 22:24 user72 Status assigned => resolved
2004-03-29 22:24 user72 Resolution open => fixed
2004-03-29 22:24 user72 Note Added: 0003502