cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mayurbirari
Level 5

How to use Selection tree in the custom dialog?

I want to use selection tree control to let the user select some options. I couldnot find any information on how can I populate the selection tree?
Can anybody help me with that?

Thanks,
Mayur.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

I'm not sure that MSI control will be of use for anything but feature selections; at least the built-in functionality apparently talks only to the Feature table. You could do some trickery with temporarily modifying the in-memory Feature table, but that might be way more trouble than it's worth.
0 Kudos
mayurbirari
Level 5

Hay, Thanks Robert.
I figured it out. I modified SdFeatureDialog2 dialog to my needs and I created one non-visible feature, added all the items that I needed to show underneath it and I'm using SdFeatureDialog2() function to show that dialog.

The only problem with that is though, I want one text field-"password" on that dialog which I already put. But I dont know how to get the text from that control. Can you please help me with this one?
0 Kudos