View Issue Details

IDProjectCategoryView StatusLast Update
0001710JEDI VCL00 JVCL Componentspublic2004-04-29 11:59
ReporterDierkAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001710: Some changes for TJvChangeNotify
DescriptionPeter, please have a look to my changes for TJVChangeNotify:

  -- TJvChangeNotify: Put property "active" from public to published section
     (cause I always forget to set this property in runtime to true)
  -- TJvChangeNotify.SetActive: Exit if csDesigning in ComponentState (Active is now published)
  -- TJvChangeItem.SetDir: Exception not when csDesigning in ComponentState
     (cause, it was impossible to reset in designtime the directory property)
  -- Same TJvChangeNotify.CheckActive: Exception not when
csDesigning+csloading in ComponentState
  -- added procedure TJvChangeNotify.Loaded; override;

BTW: It´s the same I´ve posted in newsgroup jedi.binaries
I´ve tested it, it works fine.

Regards

Dierk
TagsNo tags attached.

Activities

2004-04-29 10:31

 

JvChangeNotify.pas (14,901 bytes)

user72

2004-04-29 11:59

  ~0004130

Sorry, I did look at it but just forgot to commit. Updated in CVS. Thanks!

Issue History

Date Modified Username Field Change
2004-04-29 10:31 Dierk New Issue
2004-04-29 10:31 Dierk File Added: JvChangeNotify.pas
2004-04-29 11:51 user72 Status new => assigned
2004-04-29 11:51 user72 Assigned To => user72
2004-04-29 11:59 user72 Status assigned => resolved
2004-04-29 11:59 user72 Resolution open => fixed
2004-04-29 11:59 user72 Note Added: 0004130