View Issue Details

IDProjectCategoryView StatusLast Update
0003132JEDI VCL00 JVCL Componentspublic2005-08-07 05:36
ReporterViCAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0003132: Some methods of TJvDesktopAlertStack should be virtual
DescriptionHello!
I theink that TJvDesktopAlertStack would be more useful if some of its methods were virtual, such as
  protected
    procedure UpdatePositions;
  public
    procedure Add(AForm: TCustomForm);
    procedure Remove(AForm: TCustomForm);

This would make inheritance useful and easy.

Thank you.

--
Best regards,
Ivanov Victor
Additional InformationIt would also be very nice if some events for alert form initialization were provided by TJvDesktopAlert.
TagsNo tags attached.

Activities

obones

2005-08-07 05:36

administrator   ~0007675

The methods have been made virtual.
Could you create another issue with the request for the events, and even some hints on implementation in another issue?

Issue History

Date Modified Username Field Change
2005-08-05 03:14 ViC New Issue
2005-08-07 05:36 obones Status new => resolved
2005-08-07 05:36 obones Resolution open => fixed
2005-08-07 05:36 obones Assigned To => obones
2005-08-07 05:36 obones Note Added: 0007675