55,444 questions with Developer technologies-related tags

Sort by: Updated
2 answers

[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)
asked 2019-11-14T07:01:36.773+00:00
Barry Wang 61 Reputation points
commented 2019-12-23T08:14:27.783+00:00
Barry Wang 61 Reputation points
2 answers One of the answers was accepted by the question author.

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)
asked 2019-12-22T18:55:06.88+00:00
Hong 1,481 Reputation points
commented 2019-12-23T06:04:10.79+00:00
Ronen Ariely 15,216 Reputation points
1 answer

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)
asked 2019-11-15T04:03:53.233+00:00
Madhu 96 Reputation points
commented 2019-12-21T15:39:03.403+00:00
Madhu 96 Reputation points
1 answer One of the answers was accepted by the question author.

How to prevent AppBarButton.Label from wrapping?

Is there a way to prevent AppBarButton.Label from wrapping?

Developer technologies | Universal Windows Platform (UWP)
asked 2019-12-18T01:23:46.413+00:00
Hong 1,481 Reputation points
commented 2019-12-20T12:56:59.907+00:00
Hong 1,481 Reputation points
0 answers

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)
asked 2019-12-12T18:51:00.81+00:00
Alvaro Rivoir 11 Reputation points
commented 2019-12-20T10:00:42.513+00:00
Fay Wang - MSFT 5,231 Reputation points
2 answers

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)
asked 2019-12-13T13:30:24.91+00:00
Ross 101 Reputation points
commented 2019-12-20T03:02:47.23+00:00
Anonymous
1 answer

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)
asked 2019-12-14T18:42:27.363+00:00
Jos Huybrighs 336 Reputation points
commented 2019-12-20T02:56:48.443+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

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)
asked 2019-12-16T15:50:47.267+00:00
Jos Huybrighs 336 Reputation points
answered 2019-12-19T04:40:20.59+00:00
Scott Kuhl 1 Reputation point
1 answer One of the answers was accepted by the question author.

[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)
asked 2019-12-17T12:08:18.303+00:00
Kai 81 Reputation points
accepted 2019-12-18T04:20:52.3+00:00
Kai 81 Reputation points
1 answer One of the answers was accepted by the question author.

[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)
asked 2019-12-10T19:59:34.157+00:00
Paula Morgan 276 Reputation points
accepted 2019-12-17T18:51:34.01+00:00
Paula Morgan 276 Reputation points
1 answer

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)
asked 2019-11-13T04:26:11.89+00:00
Eduardo Gomez 4,256 Reputation points
commented 2019-12-17T16:51:44.057+00:00
Eduardo Gomez 4,256 Reputation points
0 answers

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)
asked 2019-12-17T10:10:16.767+00:00
MangoApps 91 Reputation points
commented 2019-12-17T15:24:35.03+00:00
Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,871 Reputation points
1 answer

[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)
asked 2019-12-12T20:36:57.57+00:00
David H 1 Reputation point
commented 2019-12-17T05:07:38.177+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
2 answers

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)
asked 2019-12-11T10:27:02.123+00:00
RMSolver 16 Reputation points
commented 2019-12-16T10:37:54.367+00:00
RMSolver 16 Reputation points
1 answer

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)
asked 2019-12-12T10:37:17.37+00:00
Harvinder Singh 1 Reputation point
commented 2019-12-16T07:19:10.35+00:00
Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,871 Reputation points
1 answer

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)
asked 2019-12-13T07:32:21.17+00:00
Fay Wang - MSFT 5,231 Reputation points
answered 2019-12-13T07:37:23.757+00:00
Fay Wang - MSFT 5,231 Reputation points
0 answers

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)
asked 2019-12-13T07:28:01.523+00:00
Fay Wang - MSFT 5,231 Reputation points
commented 2019-12-13T07:30:28.513+00:00
Fay Wang - MSFT 5,231 Reputation points
1 answer

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)
asked 2019-12-13T03:15:47.107+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
answered 2019-12-13T03:18:11.4+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

[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)
asked 2019-12-09T11:59:04.797+00:00
John Torjo 861 Reputation points
accepted 2019-12-12T18:55:55.11+00:00
John Torjo 861 Reputation points
2 answers One of the answers was accepted by the question author.

[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

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-27T16:51:22.137+00:00
Heiko 1,311 Reputation points
commented 2019-12-12T18:19:52.947+00:00
Heiko 1,311 Reputation points