View Issue Details

IDProjectCategoryView StatusLast Update
0011174MMW v4Framework: Scripts/Extensionspublic2013-08-26 11:19
Reporterzvezdan Assigned To 
PriorityhighSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version3.2.5 
Summary0011174: ISDBUIListBox::ItemChecked property needed
DescriptionIt would be nice if ListBox control could have check boxes on the begin of each row. The suggested property should be read/write with integer as an argument that represents index of item.

I know that similar thing could be done with SDBUITreeList control, but it is much complicated to use than ListBox.
Additional InformationI agree, that is why I used SDBUITreeList in Last.FM settings, but as you pointed it would be much more complicated on larger scale.

NOTE: Checked state should also reflect Selection so when you pull out Current track view and there is few selected tracks they would have checked state.
TagsNo tags attached.
Fixed in build

Activities

zvezdan

2013-08-22 05:53

updater   ~0037233

> Checked state should also reflect Selection so when you pull out Current track view and there is few selected tracks they would have checked state.

@Peke: I am sorry, but I don't understand. Do you suggest that the selected row(s) should be automatically checked? When would be that? There is no "pull out Current track view" with ListBox control. Also, as far as I know, the ListBox cannot have several rows selected, just one, instead of TreeList which has MultiSelect property.