For the past few months I have had problems trying to run any of the Windows 10 UWP samples. Each attempt resulted in hundreds of errors. Yesterday, thanks to Colin Melia and a little Google spelunking I may have found the issue and the solution. The Googling turned up https://github.com/Microsoft/Windows-universal-samples/issues/182 which indicates the same issues andContinue reading “UWP Samples generate hundred of errors?”
Category Archives: Universal Apps
Universal Apps – Settings on stun
Settings are one of those things that are not the same between Windows and the phone. In Windows, there are charms and developer can add their code to Charms like Settings, on the phone, the developer has to handle it on a page they create that they call by adding a button to the screen,Continue reading “Universal Apps – Settings on stun”
Universal Apps – Sort of?
In WP8, I can set up a view and use a few SortDescriptions and I have view several my data in a sorted format. Not so with a universal app. The answer I received from the forums is that: Universal apps are based on WinRT, not Silverlight. As you can see in the relevant APIs: Windows.UI.XAML.Data.CollectionViewSourceContinue reading “Universal Apps – Sort of?”
Universal Apps – TextBox
Though not specifically for Universal Apps, the TextBox control has been nicely enhanced. In the past, if we wanted a header, we had to add a TextBlock before the TextBox. This meant coordination was required every time the TextBox had to be repositioned. Now the TextBox control includes a Header parameter. If you are notContinue reading “Universal Apps – TextBox”
Universal Apps – Starting from Windows Phone 7
So, in other posts I have mentioned what is new as far as Multilingual support and Navigation is concerned. Now it is time to point out other differences. For those lovers of Blend, it is now gone. Okay, it is still there, but it has lost its’ place on the Project menu. Now you have toContinue reading “Universal Apps – Starting from Windows Phone 7”
Universal Apps – Multilingual Toolkit
I fell in love with the Multilingual Toolkit when it was first introduced and found it very useful to add multiple languages to my apps. The only down side was that the submission process increased with each language. Even so, the Toolkit was useful in translating the text that is submitted with the app. AllContinue reading “Universal Apps – Multilingual Toolkit”
Universal Apps – Navigation
Unlike the navigation on Windows Phone 7, the navigation is a bit more complex in a Universal App, but luckily, Microsoft has provided some helpers. To add the helpers, you need to create the page with a Basic rather than a Blank page. You will be told that you are missing components and do you want toContinue reading “Universal Apps – Navigation”
Universal Apps – One App to Rule Them All?
Microsoft is helping developers by merging the two main platforms (Windows & Phone), but unfortunately, if you do a search on Universal App you will get a lot of information about another company trying to combine their platforms. In the second update to Visual Studio 2013, they added supported for Windows Phone 8.1 and Universal Apps. SoContinue reading “Universal Apps – One App to Rule Them All?”