377,592 questions

Sort by: Updated
1 answer

facing error - ruby application deployment on azure

1 . git push azure master error: src refspec master does not match any. error: failed to push some refs to 'https://MyAppName@MyAppName.scm.azurewebsites.net/MyAppName.git' :~/rubyrails-tasks$ bundle install --path vendor/bundle …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,715 questions
asked 2020-02-23T09:50:35.113+00:00
mani 1 Reputation point
answered 2020-02-28T17:03:46.527+00:00
BTardif-[MSFT] 356 Reputation points Microsoft Employee
2 answers

Using Google Maps vector tiles in UWP MapControl

Hi there everyone. I'm trying to create a Google Maps client for Windows 10. I know that I can use Google Maps tiles using like this http://mt1.google.com/vt/lyrs=r&hl=x-local&z={zoomlevel}&x={x}&y={y} but using this way tiles…

Universal Windows Platform (UWP)
asked 2020-01-04T13:34:38.23+00:00
Ali Noshahi 26 Reputation points
answered 2020-02-28T17:01:35.397+00:00
rbrundritt 17,896 Reputation points Microsoft Employee
1 answer

Touchpad Interactions in uwp

Hi there, I'm currently working on an Unofficial Instagram client "Winsta" and I recently added a pinch to zoom feature to it but it doesn't work with the touchpad. Touchpad gestures don't invoke the Manipulation events. I know I can use…

Universal Windows Platform (UWP)
asked 2020-01-13T08:15:50.567+00:00
Ali Noshahi 26 Reputation points
commented 2020-02-28T14:10:14.477+00:00
Ali Noshahi 26 Reputation points
2 answers One of the answers was accepted by the question author.

Connect Azure Devops to Azure Actice Directory

We are stuck connecting our Azure Devops to our Azure Active Directory. In Azure Devops, it says 'You are not a member of any Azure Active Directories. Please request the Active Directory admin to add you as a member before proceeding to connect your…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,609 questions
asked 2020-02-28T06:21:52.34+00:00
Oskar 101 Reputation points
accepted 2020-02-28T14:08:05.757+00:00
Oskar 101 Reputation points
0 answers

Scrollable Pivot with header

Hi there, I want to have a Pivot with a scrollable header so I made a style for my self like below 3041-pivotstyle.txt And using this style I can have a header in my pivot using Tag property <Pivot> <Pivot.Tag> …

Universal Windows Platform (UWP)
asked 2020-02-18T20:18:36.74+00:00
Ali Noshahi 26 Reputation points
commented 2020-02-28T09:48:07.967+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Does Application.Suspend activate when the user intentionally closes the app in UWP?

I have a UWP app, and I want to save my data when the user closes the application. I created an OnSuspending event for when the app suspends and call my Write() method to save data within it. When I activate the Suspend event when debugging, the code…

Universal Windows Platform (UWP)
asked 2020-02-16T20:14:53.827+00:00
Logan Stach 41 Reputation points
commented 2020-02-28T09:47:39.573+00:00
Richard Zhang-MSFT 6,936 Reputation points
2 answers

Resize & Center a UWP App On Launch

I have a UWP app which, when launched, I want to assign a fixed width, horizontally center, and vertically stretch to the size of the screen (excluding the Task Bar). I would also like to keep it this size & position, although I realize that this may…

Universal Windows Platform (UWP)
asked 2020-02-15T04:30:02.187+00:00
Nathan Sokalski 4,126 Reputation points
commented 2020-02-28T09:47:11.227+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Need to execute a functionality twice on a single event.

In my scenario, my uwp app need to supports both online and offline mode. When an Event triggers and fetching data from the server, i need to serve the offline data in the mean time. function getData() { // calls the server for online data //…

Universal Windows Platform (UWP)
asked 2020-02-13T15:15:53.693+00:00
guess_me_if_u_can 126 Reputation points
commented 2020-02-28T09:46:50.213+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

[UWP][C#]How to use ScrollBar?

I am trying to use the Windows.UI.Xaml.Controls.ScrollBar but it won't display. I've tried all kinds of stuff, but can't get it to display. Is there a trick to displaying a ScrollBar in a UWP page? What I'm trying to do is display the ScrollBar to…

Universal Windows Platform (UWP)
asked 2020-02-10T18:54:30.383+00:00
Steve Wood 56 Reputation points
commented 2020-02-28T09:45:56.617+00:00
Richard Zhang-MSFT 6,936 Reputation points
3 answers

UWP C# How to check is internet connection is available or not?

So I want to check whether the internet connection is available or not.. So I am using "NetworkInterface.GetIsNetworkAvailable()" but it gives me the false result... its return true but in real internet connection is not available I…

Universal Windows Platform (UWP)
asked 2020-02-04T06:35:45.927+00:00
MangoApps 91 Reputation points
commented 2020-02-28T09:45:33.067+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Refreshing ItemsControl Without Rebinding

I have an ItemsControl inside a ScrollViewer. When an item in the ItemsControl changes, I need to rescroll to the same place, since I need to assing a new set of data to the ItemsSource. However, this frequent scrolling makes for a very ugly UI, so I am…

Universal Windows Platform (UWP)
asked 2020-02-10T03:13:31.827+00:00
Nathan Sokalski 4,126 Reputation points
commented 2020-02-28T09:40:42.53+00:00
Fay Wang - MSFT 5,211 Reputation points
0 answers

Windows.Graphics.Printing3D; using 3D Builder API for reducing .glb

Hello, i am trying to build a programm to reduce the poly count of .glb with the 3D Builder api, but with Windows.Graphics.Printing3D namespace you have to convert to .3mf format. I am wondering if i overlooked something to load directly .glb like in…

Universal Windows Platform (UWP)
asked 2020-02-13T10:18:31.877+00:00
Marius 1 Reputation point
commented 2020-02-28T09:35:30.847+00:00
Fay Wang - MSFT 5,211 Reputation points
0 answers

Latency before first Characteristic ValueChanged Event

We are developing a BLE notepad, https://www.xp-pen.com/product/516.html SDK available: https://github.com/woodemi/notepad-sdk-uwp The notepad collects 200 NotePenPointer per seconds and transfers the data though BLE. But there seem to be a…

Universal Windows Platform (UWP)
asked 2020-02-20T03:48:09.637+00:00
Sunbreak Wang 1 Reputation point
commented 2020-02-28T09:31:01.023+00:00
Fay Wang - MSFT 5,211 Reputation points
1 answer

How do I check if 'Allow access requests' is checked using CSOM in Sharepoint Team site

We have bunch of Sharepoint sites deployed into production. I was given a task to provide a report on whether the 'Allow access requests' (located in the 'Access Requests Console') is checked or not I do know how to check it or uncheck it…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,715 questions
asked 2020-01-15T21:56:48.19+00:00
Mikhail 41 Reputation points
answered 2020-02-28T08:07:15.343+00:00
Justin Liu 51 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Use external display in direct mode in UWP

Hi, I am looking for a solution on how to directly display an UWP-Window on an external display, without it being used in extended mode (e.g. as a monitor for the desktop). Pretty much every graphics solution offers some kind of direct mode, but I…

Universal Windows Platform (UWP)
asked 2020-02-24T08:18:24.033+00:00
Richard Braun 46 Reputation points
accepted 2020-02-28T08:04:25.337+00:00
Richard Braun 46 Reputation points
0 answers

ComboBox in UWP MS Toolkit DataGrid loses it's SelectedItem value

Hi, I just tried to add the combo box within Microsoft UWP tool kit data grid in UWP application. When showing large number of items in DataGrid the ComboBox selectedItem and SelectedIndex loses it's values when scrolling up/down . Could you please…

Universal Windows Platform (UWP)
asked 2020-02-18T10:19:52.263+00:00
sekar thangavel 1 Reputation point
commented 2020-02-28T07:34:40.217+00:00
Fay Wang - MSFT 5,211 Reputation points
1 answer

UWP: Merging AppServiceProvider with its 'Windows Runtime Component' results in AppServiceConnectionStatus.AppUnavailable

I've started experimenting with App Services. I followed the instructions here EXACTLY. I ended up with a Visual Studio Solution, which contained 3 projects: ClientApp (Universal Windows) AppServiceProvider (Universal Windows) …

Universal Windows Platform (UWP)
asked 2020-02-17T18:28:52.967+00:00
Vladimir Gregor 1 Reputation point
commented 2020-02-28T07:34:27.873+00:00
Fay Wang - MSFT 5,211 Reputation points
1 answer

DASH+PlayReady-protected video playback issues (UWP)

(I've already asked this question there, but they advised me to post my question on this forum. I'm sorry if someone sees my message second time.) Hi All! We are in process of development of an application, which should be able to play videos…

Universal Windows Platform (UWP)
asked 2020-02-07T10:16:27.557+00:00
Evgeny Isaev 1 Reputation point
commented 2020-02-28T07:33:51.943+00:00
Fay Wang - MSFT 5,211 Reputation points
1 answer

Using c++ .exe in c# UWP

Hi All, I have a c# UWP and want to use c++ .exe with it. I have the source for the c++ .exe and have added this project to the c# sharp project. Do I need to WAP the c++ project and reference it, or can I launch a process from the c# UWP? The c++…

Universal Windows Platform (UWP)
asked 2020-02-05T01:32:52.267+00:00
John Thomas 1 Reputation point
commented 2020-02-28T07:33:35.187+00:00
Fay Wang - MSFT 5,211 Reputation points
1 answer

UWP ListView

I am trying to create a UI in XAML having a row/column arrangement of data like in the below image: I am aware that there is GridView/ListView support in UWP XAML but could not find some code that creates a lit like the above. Would it be…

Universal Windows Platform (UWP)
asked 2020-02-02T16:52:54.663+00:00
winprofessional 41 Reputation points
commented 2020-02-28T07:33:12.033+00:00
Fay Wang - MSFT 5,211 Reputation points