Bendik Engebretsen

Results 10 comments of Bendik Engebretsen

I'm also facing this challenge. I have tried "everything" tweaking the server script.js and the collection Test script in Postman. I have managed to save PDF files, but they are...

Being unable to set the start location for the FileOpenPicker and FileSavePicker in WinUI 3 is a HUGE drawback. Basically, we are unable to help the user pick the places...

@JaiganeshKumaran I believe this only works within an application session. Our application persists recently used files and places between sessions and even after rebooting the system. Or am I misunderstanding...

We are working on supporting AccessKey's in our WinUI 3 Desktop application. Documented [here](https://learn.microsoft.com/en-us/windows/apps/design/input/access-keys) The whole concept of AccessKey's in XAML is based on the combination of the Alt key...

Having to replace x:Bind'ings with Binding's in a WinUI 3 application is simply unacceptable. Our multi-window application is already in production and we have 100+ x:Bind'ings in there, and a...

So, we have realized now, that the only way that we can continue development and sales of our WinUI 3 application is to nail this problem ourselves, possibly with help...

As I said, it's my current theory. I'm working on our huge binding hierarchy now. And I also just thought of something else: How about Mode=OneTime x:Bind's? That's the default....

I have updated my test app [https://github.com/BendicoE/WinUI3MultiWindowApp](https://github.com/BendicoE/WinUI3MultiWindowApp) I have moved the big allocation into the model class, and if you take a look, I am now positive that setting Model...

Thanks Ihak for your thorough investigation! I have updated my app and added code similar to what you have done. An interesting thing, I think, is that Window doesn't have...

Just a quick update: I have now added a third sub window class, where the XAML and bindings are contained in a UserControl. The result is the same as with...