[Bug Report]We still can trigger event behind a popup
We seems like found a bug from our app. Here are the reproduce steps: Create a Page called PopPage, only set it's page's background to yellow,then set the grid: On the calling page create a button and write it's event like this: private void…
Developer technologies | Universal Windows Platform (UWP)
How to update SQLite for Universal Windows Platform for Visual Studio 2019
A UWP app uses SQLite for Universal Windows Platform. It was built quite a few years ago. Now, I am using VS 2019 and it does not accept SQLite for Universal Windows Platform. How can I use SQL Lite with VS 2019?
Developer technologies | Universal Windows Platform (UWP)
Universal app built for Win 8.1 - OAuth 2.0 Azure support
Hi, I have a Universal app built for Windows 8.1 using Visual studio 2015. (This was done before UWP, there are 2 separate projects for phones and others. But we are not actually using the phone version anymore) The client wants to add OAuth…
Developer technologies | Universal Windows Platform (UWP)
How to prevent AppBarButton.Label from wrapping?
Is there a way to prevent AppBarButton.Label from wrapping?
Developer technologies | Universal Windows Platform (UWP)
UWP NOT COMPILING
Since I updated Visual Studio UWP projects aren´t compiling anymore. I get a lot of these errors Could not copy the file "C:\XXXXXX\bin\Release\C1.UWP.Core\C1.UWP.Core.xr.xml" because it was not found. C1.UWP.Calendar It is…
Developer technologies | Universal Windows Platform (UWP)
UWP Restricted Capability "inputObservation"
Hi Devs, i was looking to inputObservation restricted capability, MSDN doens't have any reference to its implementation. Has anyone succeeded in getting keyboard input without having focus on the app? I managed to bypass the suspended mode of…
Developer technologies | Universal Windows Platform (UWP)
UWP TimerTrigger'd background task doesn't run while in lockscreen
I have a UWP app which registers an in-process background task that must run every 15 minutes. The background task runs effectively every 15..20 minutes after the computer has been started up and the computer remains active. As soon as the computer…
Developer technologies | Universal Windows Platform (UWP)
My UWP app gets a bad review because it can only be installed through Microsoft Store
Interesting observation: my app gets a bad (1) review because the user doesn't like to provide a Microsoft account in order to install it through the Microsoft Store. What can I do about that? Can I remove such a review (although I actually don't care…
Developer technologies | Universal Windows Platform (UWP)
[cpp][uwp] c++ winrt How to get app width and bind it to a Slider
in I am trying to bind the upper end of a Slider to the current width of the app. It needs to look like, < Slider x:Name="Slider1" Width="200" Minimum="50" Maximum="Page-Width" StepFrequency="10"…
Developer technologies | Universal Windows Platform (UWP)
[UWP][C#] - Datagrid ItemsSource
How can I bind a DataGrid's ItemsSource to list or array when I do not know the structure of the data? I know the column and row counts, but I need to create the object at run time that will bind to the Data grid. Thanks for any suggestions. …
Developer technologies | Universal Windows Platform (UWP)
use button for dictation
Hello @RoyLiWicresoftNorthAmericaLtd-0833 I am using continues dictation in my app, but I have a problem, even though I put the silence time out to 1 day, it will still timeout after a while. What I am trying to do, is that the user press the button…
Developer technologies | Universal Windows Platform (UWP)
It is possible in UWP to set package.manifest property from C# code?
It is possible in UWP to set package. manifest property from C# code? I want to set all Assets images from C# code depending on some condition like if(MA) - Assets Type 1 if(OC) - Assets Type 2 Executable="$targetnametoken$.exe" …
Developer technologies | Universal Windows Platform (UWP)
[UWP] Camera Preview while recording
Hello, I'm attempting to work with video capture in a UWP app and am running across an issue when it comes to the preview of the video. Everything works fine to preview, capture, play back a video if I don't resize the window. If recording is…
Developer technologies | Universal Windows Platform (UWP)
Packages Submission to the Store - ".msixbundle" x ".msixupload" Files
Hello Everybody, The first submission/publication of my App on the Microsoft Store was through a "**.msixbundle**" file, ie it was considered the bundle. However, the languages management available on my App is not working correctly (there…
Developer technologies | Universal Windows Platform (UWP)
How to download and play remote media using MediaPlayer in UWP?
I am trying to play remote media using MediaPlayer and MediaSource created from CreateFromDownloadOperation, with the idea that media would start playing as soon as some meaningful data is downloaded through DownloadOperation. Also, I would be able to…
Developer technologies | Universal Windows Platform (UWP)
Insert Windows Form into UWP application
Source link: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/835915b0-9e02-4ad6-96ac-7659d95c5a7a/insert-windows-form-into-uwp-application?forum=wpdevelop ---------- Hi, I need to create a quiz on UWP but im finding it difficult to do…
Developer technologies | Universal Windows Platform (UWP)
My UWP aaplication crash after install from Store
Source link: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/55ac8cfc-a50d-488e-a2c1-595036f2acb5/my-uwp-aaplication-crash-after-install-from-store?forum=wpdevelop ---------- My UWP aaplication crash after install from Store.. its…
Developer technologies | Universal Windows Platform (UWP)
Error -1073741819 when building UWP app in Release mode using 64-bit .NET Native Toolchain
Source Link: MSDN When building our UWP app in Release mode using the 32-bit .NET Native Toolchain we seem to be running out of memory, so we have tried to move to 64-bit Native Toolchain compilation by adding the following options to the various…
Developer technologies | Universal Windows Platform (UWP)
[uwp][c#] how to fully unload a user control's resources?
I have a quite complex app - a video editor. At startup, I have a wizard that will allow the user to: select the photos/videos music to include in the final video. When the wizard finishes, I show the main editor, and the user can…
Developer technologies | Universal Windows Platform (UWP)
[UWP] [Bug] Yast another TextBox bug
Hi, if you use a multi-line TextBox with font Segoe MDL2 Assets, type in some lines, the lines above become invisible. I noticed this behaviour in Windows 10 1511 to 1909 on PC and ARM, but only for that font. Best Regards, Heiko