Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application has broken up when I'm using your sample #5

Open
Englbach opened this issue Dec 1, 2016 · 0 comments
Open

Application has broken up when I'm using your sample #5

Englbach opened this issue Dec 1, 2016 · 0 comments

Comments

@Englbach
Copy link

Englbach commented Dec 1, 2016

<TextBlock x:Name="txtContentMessage" Text="{Binding Text}" TextTrimming="CharacterEllipsis" 
                                       TextWrapping="Wrap" Foreground="{Binding Entities,ConverterParameter={Binding Text},Converter={StaticResource ChangedColorToUrlConverter},Mode=TwoWay}" MaxLines="3" Grid.Row="1"></TextBlock>

When I see your code:

<TextBlock x:Name="txtContentMessage" Text="{Binding Text}" TextTrimming="CharacterEllipsis" 
                                       TextWrapping="Wrap" MaxLines="3" Grid.Row="1">
                                    <m:MultiBindingHelper.MultiBindings>
                                        <m:MultiBindingCollection>
                                            <m:MultiBinding TargetProperty="Text">
                                                <m:Binding ConverterParameter="{Binding Text}" Converter="{StaticResource ChangedColorToUrlConverter}"></m:Binding>
                                                <m:Binding ConverterParameter="{Binding Entities}" Converter="{StaticResource ChangedColorToUrlConverter}"></m:Binding>
                                            </m:MultiBinding>
                                        </m:MultiBindingCollection>
                                    </m:MultiBindingHelper.MultiBindings>
                                </TextBlock>

And application has broken up when it was running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant