Questions tagged as 'xaml'

1
answer

Error reading XML

When I try to read xml, return it to me: {System.Linq.Enumerable.WhereSelectEnumerableIterator<System.Xml.Linq.XElement,SSP.Class.ListaConsulado>}XML:<?xmlversion="1.0" encoding="UTF-8"?> <paises> <pais> <n...
asked by 25.04.2014 / 21:29
1
answer

How to change the display of alternate buttons based on a binding in the DataGrid in WPF

Hello, I'm new to XAML / WPF and I have the following problem. I have a DataGrid that receives as ItemsSource a ObservableCollection<DataEstoque>() so public class DataEstoque { public string Id { get; set; } public...
asked by 30.07.2018 / 13:54
1
answer

InitializeComponent does not exist in the current context

I have this code, where I have the error [XamlCompilation(XamlCompilationOptions.Compile)] public partial class AprovarPopup : PopupPage { public AprovarPopup() { InitializeComponent(); } pr...
asked by 31.10.2017 / 09:55
1
answer

How do I instantiate a class within a wpf? [closed]

The thing goes further, the problem is that it always returns this error when instantiating this class: namespace AlmoxarifadoUpas { class ConsultaMaterialEntradaSaida { private IEnumerable<MaterialA> materiais = new List<Mate...
asked by 10.03.2017 / 14:47
1
answer

Error creating Xamarin cross plataform project in Visual Studio. "The project requires a Platform SDK (UAP, version = 10.0.10.586.0)"

When you try to create a Cross PlatForm App project with the Master Detail I get this error: TheSDKthatitclaimsismissingisinstalled.I'vereinstalleditseveraltimes.WhenItrytocreateaCrossPlatformAppwiththeBlackApp(Xaml)templateIgetthiserror...
asked by 04.12.2016 / 13:43
1
answer

How to block a Pivot?

In Windows Phone, we have the Pivot structure, which has the PivotItems, which are tabs in which the user navigates just by sliding the finger left or right. I'm making an app and following the design of Windows 10, with hamburger menu, I arr...
asked by 30.08.2015 / 06:20
1
answer

Change the WCF address in Windows Universal App from the development environment to the production environment

I'm developing an application in Universal Windows App (for Windows 10, Windows 10 Mobile, etc.), which basically this application makes consumption of data that are in the service running in WCF. It turns out that I have a unique solution wh...
asked by 10.11.2015 / 09:46
1
answer

Auto-adjustable list in xaml

I have a list of BitmapImage and wanted it to appear as follows, 3 images per line, if you do not fill in a line, leave a blank at the end. For example, I have my list with 10 small images and I want it to appear 3 images in the first...
asked by 03.06.2015 / 21:45
2
answers

How do I change the contents of a UserControl by using a button on another UserControl?

A window with a grid, and with two content areas, "ContentArea" and "ContentMenu". "ContentArea" starts blank, "ContentMenu" starts with the Navigation buttons, which make "ContentArea" change its content. In each of these "ContentXXXX" you a...
asked by 12.12.2016 / 23:08
1
answer

How to create a Splash Screen in Windows Phone [closed]

How do I create a Splash Screen in my application? I would like examples!     
asked by 25.04.2014 / 18:01