Search found 20 matches

  • 1
  • 2
by satorp
02 Mar 2023, 14:51
Forum: General Discussion
Replies: 4
Views: 476

Re: Control states persistency

I've added this issue to your bugtracker.
We will try your suggestion on GridViewColumn. Thank you.
by satorp
24 Feb 2023, 16:13
Forum: General Discussion
Replies: 4
Views: 476

Re: Control states persistency

@sfernandez Thank you fro the reply.

I have no idea why Microsoft marked PersistId as obsolete. If it's safe and easy to implement then I think it will be nice to have it as part of Noesis framework.

Do you have a suggestion on how to deal with GridViewColumn?
by satorp
21 Feb 2023, 12:51
Forum: General Discussion
Replies: 4
Views: 476

Control states persistency

We're currently looking into a solution to automatically persist (serialize) control states (dependency properties) for dialogs. For example we want some controls on a dialog to resume their states (size, expanded state, ListView's column width etc) when reopening the dialog. The generic requirement...
by satorp
05 Apr 2022, 05:23
Forum: General Discussion
Replies: 3
Views: 450

Re: Name registration error when setting ContentTemplate by code

@sfernandez Yes that approach solves the issue and is applicable to our case. Thank you.
by satorp
04 Apr 2022, 10:53
Forum: General Discussion
Replies: 3
Views: 450

Name registration error when setting ContentTemplate by code

I'm trying to switch the ContentTemplate of a ContentControl (e.g. Window or UserControl) in runtime. For example, I have a UserControl defined in XAML such as: <UserControl x:Class="NameScopeIssue.MyControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns...
by satorp
30 Aug 2021, 22:48
Forum: General Discussion
Replies: 3
Views: 2964

Re: v3.1.0 sample applications crash when resized

I've confirmed that the crash doesn't occur with D3D11 option. I've submitted the bug report here.
by satorp
28 Aug 2021, 11:16
Forum: General Discussion
Replies: 3
Views: 2964

v3.1.0 sample applications crash when resized

I used VS2019 (16.4.8) to build the samples in 3.1.0 SDK. The solution was upgraded and built succesfully in VS2019, but any sample application (e.g. HelloWorld) will crash when resized. Exception thrown: read access violation. **obj** was nullptr. occurred NoesisApp.dll!SetDebugObjectName(ID3D12Obj...
by satorp
01 Apr 2021, 15:21
Forum: General Discussion
Replies: 9
Views: 1493

Re: Assertion when using TemplateBinding

@sfernandez
Thank you for the reply. I've reported this issue in #1957. The workaround is also acceptable for us in the meantime.
by satorp
31 Mar 2021, 18:35
Forum: General Discussion
Replies: 9
Views: 1493

Assertion when using TemplateBinding

Suppose we have a TemplateBinding between dependency properties A and B A={TemplateBinding B} where the types of A and B are not identical, but compatible (i.e A is assignable from B). This works on Release build, but will generate an assertion on Debug build: NS_ASSERT(mConverter != 0); Rewriting t...
by satorp
20 Jan 2021, 17:36
Forum: General Discussion
Replies: 3
Views: 517

Re: How to inspect MenuItem properties using Inspector

@sfernandez Thanks for the reply. I think using Inspector on network is a viable workaround for this case. Sorry for the inconveniences. We think this tool is very important for the customers productivity, so it would help us a lot to improve it if you can generate a minidump when the inspector cras...
  • 1
  • 2