View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011215 | MMW v4 | Framework: Scripts/Extensions | public | 2013-08-29 10:37 | 2013-08-29 10:37 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0011215: ISDBUICheckBox::TripleState property needed | ||||
Description | Check boxes in TreeListItem control could have 3 states if CheckType is 1, but standard CheckBox control doesn't have such possibility. So, it would be nice if you add one new boolean property with which we could get 3 states with CheckBox control. I have several usages with it on my mind, e.g. I could use the following values for some option: 0 - option disabled 1 - option enabled 2 - option needs confirmation I could get similar thing using two check boxes or some another solution, but it would require more space in dialog box than one 3-state check box. However, if you decide to add such property, it is questionable if you should expand the existing Checked property to be integer instead of boolean to accommodate one more value (2 ... Mixed state of 3-state checkbox), or you should add one more property, similar to ISDBUITreeListItem::CheckState. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||