Search found 22 matches

by AndreasEnscape
02 Nov 2017, 08:20
Forum: General Discussion
Replies: 19
Views: 4280

Re: Rendering errors for nested objects

Bugreport is filed.
by AndreasEnscape
26 Oct 2017, 10:53
Forum: General Discussion
Replies: 19
Views: 4280

Rendering errors for nested objects

Aiming at implementing an overlay, I am comfronted with what like a rendering problem. I counterchecked with a WPF-Implementation where there are no such flaws, suggesting that it is not an xaml/code behind problem. The following snippets however are copied here for reference. Short idea and problem...
by AndreasEnscape
26 Oct 2017, 10:36
Forum: General Discussion
Replies: 6
Views: 1974

Re: Setting DependencyProperty via EventTrigger

Will do next week!
by AndreasEnscape
26 Oct 2017, 10:35
Forum: General Discussion
Replies: 3
Views: 1434

Re: Mouse grabbed by components

Followed you advice using the intended callback, and all is fine now! Thanks for the hint!
by AndreasEnscape
24 Oct 2017, 10:18
Forum: General Discussion
Replies: 4
Views: 1606

Re: How to debug xaml/c++

Good news. What is the release plan for 2.1? If I am not mistaken, the current version is about 2 years old now?
by AndreasEnscape
24 Oct 2017, 08:33
Forum: General Discussion
Replies: 3
Views: 1434

Mouse grabbed by components

Greetings, having any kind of component right at the border of anapplication's main window, the mouse cursor happens to be grabbed by Noesis, that is the ordinary mouse cursor for resizing the window for instance is suppressed. This makes it rather hard to resize the main window. Setting a margin of...
by AndreasEnscape
24 Oct 2017, 07:56
Forum: General Discussion
Replies: 6
Views: 1974

Re: Setting DependencyProperty via EventTrigger

Greetings,
the hidden flag was an error, corrected it. The button is visible and I cannot get any DepProp set within the <EventTrigger>. I corrected the code example.
Best regards,
Andy
by AndreasEnscape
23 Oct 2017, 10:29
Forum: General Discussion
Replies: 6
Views: 1974

Re: Setting DependencyProperty via EventTrigger

I solved using the button's command ability. However, would be nice to know if I should file a bug/missing feature report.
Regards,
Andy
by AndreasEnscape
23 Oct 2017, 08:58
Forum: General Discussion
Replies: 6
Views: 1974

Re: Setting DependencyProperty via EventTrigger

Well, I really need to know whether this is a bug. I tried the following using ordinary WPF and it works perfectly fine. With Noesis however, nothing happens: <Button DataContext="{Binding MyHelpDataContext}" Background="Black" > <Button.Triggers> <EventTrigger RoutedEvent="...
by AndreasEnscape
20 Oct 2017, 10:28
Forum: General Discussion
Replies: 4
Views: 1606

How to debug xaml/c++

Due to Binding problems I direly need to find a way to debug xaml/c++ or at least see binding errors. Where can I acces those or how to debug into things? Some console output would be nice (such as the output console from Visual Studio)... Thanks for assistance! Let me give you a very short code exa...