View Issue Details

IDProjectCategoryView StatusLast Update
0003340JEDI VCL00 JVCL Componentspublic2005-12-19 17:09
ReporterRichard_Moore_REIQAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.20 
Summary0003340: TJvNavigationPane.OnChange event firing during component creation
DescriptionIt would appear that the TJvNavigationPane.OnChange event is firing during component creation, before its parent form's OnCreate is fired.
I had to protect the code in my event with:
if not(csLoading in ComponentState) then

TagsNo tags attached.

Activities

AHUser

2005-12-19 17:08

developer   ~0008226

Fixed in CVS.
Now the OnChanging and OnChange events do not trigger when the component is loaded. This is the same behaviour TPageControl has.

Issue History

Date Modified Username Field Change
2005-12-04 15:33 Richard_Moore_REIQ New Issue
2005-12-19 17:08 AHUser Status new => resolved
2005-12-19 17:08 AHUser Resolution open => fixed
2005-12-19 17:08 AHUser Assigned To => AHUser
2005-12-19 17:08 AHUser Note Added: 0008226