Giter Site home page Giter Site logo

Comments (3)

maratmuginov avatar maratmuginov commented on July 24, 2024

I suggest a move to WPF early on in the project. XAML will allow us unlimited customization, and its built in support for MVVM will allow for the proper separation of concerns and unit testing.

from nms-advanced-modding-station.

bjorno43 avatar bjorno43 commented on July 24, 2024

@maratmuginov Although I have no issue with moving to WPF, there were a few problems with using that in this project. Can't really recall the actual issue, but it had to do with the file browsers not being supported in WPF in that the way they're being used in this project. That's why I decided not to do it when I started working on this.

But you're more than welcome to have a look at this. If you can get to work, I'm definitely interested!

from nms-advanced-modding-station.

maratmuginov avatar maratmuginov commented on July 24, 2024

@bjorno43 I am familiar with the issue of file browsers in WPF. There are four possible solutions -

  1. Microsoft.Win32 managed namespace provides access to the SaveFile / OpenFIle dialogs only.
  2. Referencing System.Windows.Forms and using its dialogs.
  3. Hooking into Windows.SDK.Contracts and using UWP dialogs.
  4. Windows API CodePack Shell - an extension to Win32 dialogs that allows us a OpenFileDialog style for folder picking (.NET Framework only).

If this was the only issue with WPF, we can pick one of these solutions and move to WPF.

from nms-advanced-modding-station.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.