View Issue Details

IDProjectCategoryView StatusLast Update
0004394JEDI VCL00 JVCL Componentspublic2008-11-02 12:26
ReportertetarddAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.32 
Target VersionFixed in Version3.36 
Summary0004394: SelectedCount is not consistent with CodeGear's VCL functionalities
DescriptionSelectedCount (using GetSelectedCount) returns -1 when the control is not multiselect, which is wrong. TTreeView, when not multi select, returns 1, which is a more logical way of doing things (same code can be used regardless of the control being multiselect or not).

TagsNo tags attached.

Relationships

has duplicate 0004396 resolvedobones SelectedCount is not consistent with CodeGear's VCL functionalities 
has duplicate 0004395 resolvedobones SelectedCount is not consistent with CodeGear's VCL functionalities 

Activities

obones

2008-07-15 00:57

administrator   ~0014375

Please use the very latest version of the JVCL
Then, if the bug is still there, please provide the zipped sources of a sample application showing this.

obones

2008-10-10 05:18

administrator   ~0014827

Any news?

AHUser

2008-11-02 12:26

developer   ~0014950

Fixed in SVN.

TJvTreeView.SelectedCount now returns 1 (Selected<>nil) or 0 (Selected=nil) if MultiSelect=False.

Issue History

Date Modified Username Field Change
2008-07-04 13:59 tetardd New Issue
2008-07-15 00:52 obones Relationship added has duplicate 0004396
2008-07-15 00:53 obones Relationship added has duplicate 0004395
2008-07-15 00:57 obones Note Added: 0014375
2008-07-15 00:57 obones Status new => feedback
2008-10-10 05:18 obones Note Added: 0014827
2008-11-02 12:26 AHUser Status feedback => resolved
2008-11-02 12:26 AHUser Fixed in Version => Daily / SVN
2008-11-02 12:26 AHUser Resolution open => fixed
2008-11-02 12:26 AHUser Assigned To => AHUser
2008-11-02 12:26 AHUser Note Added: 0014950