Coder Social home page Coder Social logo

UWA 10.0 about winrtmultibinding HOT 8 CLOSED

roidy avatar roidy commented on July 2, 2024
UWA 10.0

from winrtmultibinding.

Comments (8)

roidy avatar roidy commented on July 2, 2024

Thanks for the very quick update and response, however I cant get the package to install, I get the following errors:- http://pastebin.com/69XGFPxB

Many Thanks

from winrtmultibinding.

Verbon avatar Verbon commented on July 2, 2024

@roidy I'm sorry for the experienced issues, some things went wrong when I built the package. Here's new working version - https://www.nuget.org/packages/WinRTMultibinding.Universal/1.0.0 :) Let me know, if something goes wrong again.

from winrtmultibinding.

roidy avatar roidy commented on July 2, 2024

Thanks again for another fast update, the package installs fine now however I can't add the namespace:

xmlns:m="using:WinRTMultibinding"

Results in an error:- The 'using' URI refers to a namespace 'WinRTMultibinding' that could not be found.

Thanks

from winrtmultibinding.

Verbon avatar Verbon commented on July 2, 2024

Does Visual Studio hightlights this as error or this error appears in the Error List after your build attempt?
If it's the first case - just ignore this and try build and run your app. Sometimes, Visual Studio error highlighter or ReSharper might be mistaken.
If it's the second one - try clean and rebuild.

from winrtmultibinding.

roidy avatar roidy commented on July 2, 2024

Ok, so I went back to basics and created a new project, added the WinRTMultibinding.Universal package and then pasted the code from your ReadMe into the xaml page and even after cleaning and rebuilding these are the errors I get:-

capture

from winrtmultibinding.

Verbon avatar Verbon commented on July 2, 2024
  1. The exact XAML namespace is the following: xmlns:m="using:WinRTMultibinding.Foundation.Data". Sorry, forgot to update examples. This will eliminate m:Binding highlighting.
  2. After step 1 you still will be unable to build. Please do not copy and paste source code from README, because its only purpose is to show the overall idea of using this package. Build fails because you actually don't have any of types MyMultiValueConverter, MyConverter, SomeDataProvider. To make this work, you should create your own converters, data providers etc. and use them from XAML.

from winrtmultibinding.

roidy avatar roidy commented on July 2, 2024
  1. The exact XAML namespace is the following: xmlns:m="using:WinRTMultibinding.Foundation.Data". Sorry, forgot to update examples. This will eliminate m:Binding highlighting.

That works great, Thanks.

  1. After step 1 you still will be unable to build. Please do not copy and paste source code from README, because its only purpose is to show the overall idea of using this package. Build fails because you actually don't have any of types MyMultiValueConverter, MyConverter, SomeDataProvider. To make this work, you should create your own converters, data providers etc. and use them from XAML.

Yep, I knew the Converters would be missing, it was just the namespace errors I was stuck with. Again a big thanks, great work on a really useful package :)

from winrtmultibinding.

Verbon avatar Verbon commented on July 2, 2024

You're welcome! :)

from winrtmultibinding.

Related Issues (5)

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.