Questions tagged as 'uwp'

1
answer

Xaml Poblemas with ScrollViewer UWP

Scrollview in xaml , to create the interfaces of the applications universal windows 10 UWP, I find a problem with scrollviewer , I cut the text of textblock and the whole scroll of the page does not work, but if I define a value to...
asked by 23.12.2015 / 19:42
1
answer

Optimize speech synthesizer when using voice recognition in uwp

How about my problem is this: I find myself developing a software in Universal App (Windows 10) for phones which uses synthesized and speech recognition to interact with the user, but when I test the software on my device (Lumia 830 ) the softwa...
asked by 19.02.2016 / 15:29
1
answer

LogIn UWP C # + MySQL + PHP

Hello again guys; How can I consume a PHP web service from a universal application in C #? I searched through many codes until I found this Microsoft it works very well, everything is in the MainPage.cs. What I'm trying to do is creat...
asked by 20.04.2017 / 00:27
1
answer

Change status of an AppBarToggleButton in C # (UWP)

I have a menu created with AppBarToggleButton with property IsChecked="True" . How do you make C # to activate or deactivate your "checked" status?     
asked by 08.01.2016 / 23:31
2
answers

How to do Binding to the "Icon" property of FontAwesome UWP?

I have this gallery of icons that I downloaded for my UWP project link I need to do a Binding to Icon's property so the xaml called it that way: xmlns:fa="using:FontAwesome.UWP" and in the grid or in a stackpanel I call it this way:...
asked by 19.11.2018 / 14:50
1
answer

UWP C # Pass date picker to another

I am new to UWP and would like to know if there is any way to pass information from one Date Picker to another new one, what I have in XAML is <StackPanel Name = "ContenedorElementos"> <CalendarDatePicker Name="FechaEntr" Margin="...
asked by 18.12.2016 / 22:36
0
answers

How to know the type of field in the database with EntityFramewors C # [UWP]

I just have a table: CREATE TABLE Parametros( Empid int NOT NULL CONSTRAINT [FK_Parametros_Empid] REFERENCES Empresa(id), Codigo varchar(25) NOT NULL, Valor sql_variant NULL, CONSTRAINT [PK_Parametros] PRIMARY...
asked by 17.10.2018 / 18:54
0
answers

How to connect a UWP to a page that offers sound service? C # [closed]

What I'm trying to do is to lower the sound of an ip that gave me a page that provides the sound transmission service and implement it (Play it) in the app, this project I started on the Universal Windows Platform (UWP), C # language, I hope you...
asked by 16.03.2017 / 03:06
0
answers

Is it possible to modify the device name in UWP?

I was researching how to modify the name of the device using UWP , but I can not find information about it. I know I can get device information, such as model, operating system version, and device name with EasClientDeviceInformation...
asked by 04.11.2016 / 19:19
1
answer

c # Pub-Sub pattern

I am trying to use the Pub-Sub pattern to communicate the ViewModels of my application, but I must be doing something wrong, since I do not get the events to trigger. The class with the code to handle the events is this: namespace App.S...
asked by 27.06.2016 / 17:33