Questions tagged as 'binding'

1
answer

Real-time data binning with Angular and PHP

I make a query to a .json file and with the answer I make a table but because the .json file is constantly updated, I need to be observing if that file has changed to show it in real time in the application, and I have tried but I can not get th...
asked by 27.01.2016 / 20:08
1
answer

Change Header pripiedad in "Expand" control

I try to change the property Header of an Expander to vary the title of this variable depending on but there is no way ... If I add a constant to the Header, it works correctly; <Expander Name="Header" Margin="4" Header="Config ni...
asked by 08.01.2018 / 21:35
3
answers

Bin a data inside an image.onload in Vue JS

I receive a URL of an image from a database. What I'm looking for is to get the width and height of the image to form a carousel. To do so, I instantiate an image object inside a for loop, but I can not obtain the dimensions because it is not ye...
asked by 03.10.2017 / 13:55
1
answer

Link 'this' from two different contexts

I am creating a prototype with its event listeners and their respective handlers. The issue is that I need two 'this' in the same handler: this._items = $(".playlist-item"); //... this._items.click( this.itemClickedHandler( ?? ) ); In ot...
asked by 11.03.2017 / 04:16
1
answer

Consume WCP WebService with proxy and Anonymous Autehntication

I am working on a project that has two parts, a WCF application, which is hosted on IIS. This application is consumed by another application but desktop. The applications work perfectly, both in the development environment and in a production...
asked by 19.12.2018 / 22:57
1
answer

Like Charge ComboBox with a loaded list [XAML] [MVVM] [UWP]

is that I have a ComboBox in XAML and I have to do Binding to the ViewModel to load it with a query that I do of a table called "City" that has some fields id, Name, Country. but in the combo I'm only interested in showing the city, I think it g...
asked by 03.10.2018 / 22:35
0
answers

Problem when refreshing a dataTable with binding PrimeFaces 6

I have the following problem and datatable does not show the data, it shows well the columns but not the records. When I invoke from an xhtml the one that has the table works well, and it worked fine with primefaces 5.0, when I changed to primef...
asked by 01.12.2016 / 23:57
1
answer

How to perform Binding to a ComboBox in Windows Forms

I need to bind to Combobox to automatically save the data in the database. * I fill Combobox when starting Form : lPropositosInmueble = BOPropositoInmueble.PropositoInmuebleCollection With Me.cboProposito .Di...
asked by 14.04.2016 / 10:45