Originally posted by fesspoint
View Post
The relevant code in your project is this:
Code:
DlgSelectPackages.SetCategoryProperties(CTRL_SELECT_PACKAGE_TREE, CTRL_CATEGORY_002, {Enabled=true, State=CB_CHECKED, Expanded=true}); DlgSelectPackages.UpdateDisplay(CTRL_SELECT_PACKAGE_TREE);
Category01 is still disabled (shown in gray), while Category02 is enabled (shown in black). As only one child item is selected, the selection of the category is shown as a rectangle, not a check mark. I don't see an error here, do you?
Ulrich
Leave a comment: