Search found 6 matches

by ramirbrio
26 Sep 2022, 15:10
Forum: General Discussion
Replies: 3
Views: 321

ToggleButton with one way binding

Hello, I have a ToggleButton in a view, its IsChecked property is bound to the computed property in OneWay mode. I call the PropertyChanged event if one of the elements is changed. It works fine if I don't click toggle button. But if I click on it, property will not reading anymore. I have created a...
by ramirbrio
13 May 2022, 10:44
Forum: General Discussion
Replies: 10
Views: 4012

Re: MultiBinding with custom converter

Thanks a lot, we look forward to the fix
by ramirbrio
05 May 2022, 09:58
Forum: General Discussion
Replies: 10
Views: 4012

Re: MultiBinding with custom converter

I didn't reach the breakpoint at this line. I stoped UnityLog and I have this stack trace if it helps you: at NoesisUnity.UnityLog (System.Int32 level, System.String message) [0x000cc] in D:\repos\gitlab\redesign\Library\PackageCache\com.noesis.noesisgui@36e5d70d8b\Runtime\NoesisUnity.cs:357 at Noes...
by ramirbrio
04 May 2022, 10:31
Forum: General Discussion
Replies: 10
Views: 4012

Re: MultiBinding with custom converter

No, I only have these errors that appear on play and stop Play Mode.

And the converter starts working only after errors. I put Debug.Log on the first line of the Convert method.
by ramirbrio
27 Apr 2022, 10:56
Forum: General Discussion
Replies: 10
Views: 4012

MultiBinding with custom converter

Hello, I always get an error on startup if I use my own converters: MultiBinding converter failed to convert source values But it works fine at runtime. This xaml has an error: <UserControl.Resources> <ResourceDictionary> <converters:MultiplyConverter x:Key="multiplyConverter" /> </Resourc...