Search found 4 matches

by Mark
13 Oct 2021, 19:26
Forum: General Discussion
Replies: 2
Views: 2140

Re: Using non ComboBoxItem in ComboBox

Ah, that's a shame. Thanks for posting an alternative, I'll have a play with that and get back to you.
by Mark
13 Oct 2021, 18:31
Forum: General Discussion
Replies: 2
Views: 2140

Using non ComboBoxItem in ComboBox

Hi, I'm trying to use a control other than a ComboBoxItem in a ComboBox control. It appears in the drop down list fine. Problem is it does not appear when selected. Works fine in WPF (anything seems to work in fact, TextBlock, etc. but not in Noesis). Is this a limitation or possibly something I mig...
by Mark
12 May 2021, 15:16
Forum: General Discussion
Replies: 2
Views: 2479

Re: Compound ValueConverter in C++ ?

Thank you! :-)
by Mark
12 May 2021, 10:45
Forum: General Discussion
Replies: 2
Views: 2479

Compound ValueConverter in C++ ?

I'm trying to use a compound value converter, defined like this: <u:ValueConverterGroup x:Key="MyGroup1"> <u:SomeValueConverter1/> <u:SomeValueConverter2/> </u:ValueConverterGroup> For which the c# is this (from https://riptutorial.com/wpf/example/16146/group-multiple-converters--ivaluecon...