Binding provides a simple and consistent way for applications to present and interact with data.
0
votes
0answers
7 views
Binding an element of a UserControls
I've created a UserControls called SimpleText and referenced it in my MainWindow.xaml. The only thing that is in my SimpleText is a TextBox (called tbox). In my MainWindow there is another TextBox ...
0
votes
0answers
11 views
Do monotouch bindings requires implement of the whole object hierarchy
Consider the following architecture taken from PanoramaGL:
@interface PLView : PLViewBase
@end
@interface PLViewBase : UIView <PLIView, UIAccelerometerDelegate, PLTransitionDelegate>
@end
...
0
votes
2answers
17 views
Binding to a userControl which contains custom control
I want to use the ToggleSwitch control of the WPF Spark project
So I created a UserControl which contains a ToggleSwitch control and configures it (color, size, etc).
<UserControl ...
0
votes
4answers
21 views
Several binding options for Variable in Prolog
I want to bind a Variable to several atoms in such way that later it will be unifiable with one of those atoms.
Intuitively it should work like this (assuming that ; is disjunction of possible ...
0
votes
0answers
9 views
Service farm with WCF services: binding config
We created a service farm with 2 servers in it: AppRouter, AppSrv01, AppSrv02.
On AppSrv01 and AppSrv02 we publish WCF services for our client application. Services are hosted using IIS, AppRouter ...
0
votes
0answers
15 views
Binding error with converter
I have MdiContainer in my viewModel that I create dynamically:
public MainWindowViewModel()
{
MdiContainer = new TabbedMdiContainer();
}
...
0
votes
1answer
8 views
port binding error, on Python opening
When I open Python's IDLE, sometimes and error name 'port binding error' is accrues, and IDLE is filed to run on the computer. one this error accrues, it will repeat every time I'll open IDLE, till ...
1
vote
2answers
36 views
ItemsControl Element is already the child of another element
I am trying to add controls dynamically into my ItemsControl. I am using RadHubTile control but I think this applies to any control. My XAML
<ItemsControl x:Name="itemsControl" ...
0
votes
0answers
15 views
ZK Binding Issue With String Variable?
As i am trying to bind Few ZK Components like Doublebox and Decimalbox with a String variable
package com.viewmodel;
import java.util.ArrayList;
import java.util.List;
import ...
0
votes
0answers
7 views
can' register a c# generated selfsigned ssl-cert with netsh (error 1312)
i have created a self-signed ssl certificate via c# (bouncycastle).
it shows up in the local computer / personal store and looks exactly like the already existing localhost cert from microsoft. if i ...
0
votes
1answer
27 views
ContextMenu Header Binding
After spending all day searching for an answer I have to admit defeat and ask for help.
All I need to do is bind the Header item in a context menu to a propety,but all I have tried has failed.
In ...
0
votes
1answer
28 views
Trouble binding storyboard values to viewmodel
I'm having trouble getting a storyboard value to bind to my viewmodel. I've tried many varieties of binding xaml, with no luck. The high level goal is to be able for the ViewModel to change the start ...
1
vote
1answer
32 views
how to trigger an event after angularjs model has been bound to view
When I assign a new value to the model of angularjs I notice there is a little delay before the page get refreshed with the data of the new model. This happens especially if the model is a very fat ...
0
votes
1answer
19 views
RadGridView Selected Row
I have a Telerik GridView. My GridView has several columns in it. The first column is a checkbox, and when I check or uncheck it, it changes a property in my Model named IsSelected!
The part of my ...
0
votes
1answer
7 views
XAML Storyboard - Binding a value to a DependencyProperty, that lives inside the same control
I have set up a usercontrol with a rotating animation.
Inside my storyboard, I have a value, that determines, whether the control rotates to the left (-360.0) or to the right (360.0). The value ...
0
votes
1answer
7 views
Override ListView ItemsSource value for ViewModel property
Is it possible to override the ListViews ItemsSource and bind a Checkbox within the ListView straight to the parent ViewModel?
Something like this...
<ListView ItemsSource="{Binding ...
0
votes
1answer
21 views
MVC in iOS: How to identify which model object corresponds to a touched view?
I'm working on a game consisting of a bunch of cards laid out on a playing area. Each card is a subclass of UIView. I track the position of each card in a Core Data model object as well, so I can save ...
0
votes
0answers
13 views
In Silverlight, How to bind SelectedItem of ComboBox in a ControlTemplate to a ViewModel Property
I have this code of a ComboBox that works and binds the SelectedItem to a property in my ViewModel:
dxe:ComboBoxEdit x:Name="luTeacher" Margin="0,5,0,0" AutoComplete="True" ItemsSource="{Binding ...
0
votes
0answers
13 views
WPF Xml-Binding: How to Bind an element that is <![CDATA[ Something I want to display ]]>
I want to display a content of rss in a WPF application:
using the following line:
<TextBlock Margin="3" FontStyle="Italic" Text="{Binding XPath=content:encoded, Path=InnerText}" ...
0
votes
1answer
24 views
Bind Border.BackgroundProperty in C#, update issue
I want to bind the Border.BackgroundProperty in C#. The binding works but the Border-Element is not updating on change.
UIElement (fb_CoonetionIndicator = Border):
var indicatorElement = ...
0
votes
1answer
40 views
KeyPress on input not worked
I need create keyPress (enter) binding for input.
<div id="body">
<input type="text" data-value-update="keyup" data-bind="value: text, keyPress: onKeyPress"/>
<div ...
1
vote
2answers
54 views
WPF Notify chain implementation
Here's the model:
public class Customer
{
string Name;
public ObservableCollection<Order> orders;
}
public class Order
{
int Id;
public ...
-1
votes
1answer
15 views
Binding SelectedItem of ComboBox in DataGrid with different type
I have a DataGrid which contains ComboBox as column.
Let consider DataGrid having ItemsSource as ObservableCollection and ComboBox ItemsSource is List .
I want to set the ComboBox SelectedItem ...
0
votes
2answers
27 views
Combobox' SelectedItem bound to a DependencyProperty is not refreshing
I have a combobox, whose SelectedItem is bound to a dependency property.
public IEnumerable<KeyValuePair<int,string>> AllItems
{
get { return _AllItems; }
set
{
...
0
votes
1answer
20 views
AngularJS input with ng-model should be empty in pristine state
Here is an input element I have in a HTML form:
<input ng-model="amount" />
As of now, since $scope.amount = 0 in my controller, it shows with that value. What I need is the input to be blank ...
1
vote
1answer
29 views
Binding on conditions of multiple datagrids
I am looking for a bit of assistance on the following. My view model contains the following:
A list of all jobs
A list of all grouped jobs (e.g jobs in a particular category)
A list of all jobs in ...
0
votes
1answer
40 views
WPF Trigger on TextBlock doesn't work C#
I want to make a centerized TextBlock, my first step is to try to make a trigger bind ActualWidth with Canvas.Left to see if it works, but unfortunately it doesn't work, it doesn't work after this:
...
0
votes
4answers
37 views
How to Binding a ItemsControl.ItemsSource with a property of the window in WPF?
Hi I have a Window like this:
<Window x:Class="WinActivityManager"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
1answer
27 views
how to use display the value of an element of a list<string> in MVVM?
Normally, when I binding de items source of a control in the view, the property in the view model use to be a list of an object. This Object has many properties and I can choose one of the to set the ...
0
votes
3answers
30 views
How to bind to a private list in a window?
I have a window with a private List<Tuple<string, string, char>> _trasitions.
In the same window there is a DataGrid called dataTrans. How to bind (preferably in XAML) _transitions to ...
0
votes
1answer
32 views
WPF bound DatePicker not updating source
In my View.xaml I have a DatePicker bound to ViewModel's Date property
<DatePicker SelectedDate="{Binding Path=Date, Mode=TwoWay, Converter={StaticResource IfNullDateConverter}}" />
When ...
1
vote
2answers
62 views
Limit the Properties Bound to DataGrid in WPF using MVVM
All, a simple question. I have a MVVM application with a DataGrid which I have bound to a ViewModel using
<DataGrid ItemsSource="{Binding Path=Resources}" ...></DataGrid>
where the ...
0
votes
2answers
54 views
wpf combobox binding is empty
I am trying to work out wpf with some difficulties. This ComboBox seems a very basic issue but I can't have it populated even after reading all possible similar post.
The extra difficulty I think is ...
0
votes
3answers
51 views
wpf binding to static resource
So I have aproblem with binding in WPF. I am trying to bind a DataGrid ComboBoxColumn with a static resource but with no luck. I know where the problem is but I'm not sure how to fix it.
in XAML i ...
0
votes
0answers
27 views
Adding a new row to a WPF datagrid that is bound to an Xml file via XmlDataProvider
I have a WPF datagrid that is bound to an xml file via an XmlDataProvider and I'm trying to make it two way editable but I can't seem to create a new item.
XmlDataProvider
<Window.Resources>
...
0
votes
1answer
36 views
Get the Parent List in a TreeView
my Problem is the following:
i have a treeView, which is bounded to the ItemsSource. The SelectedItem is bound
to a property in my ViewModel called SelectedItem.
The ItemsSource is build like:
...
0
votes
1answer
22 views
When PropertyChanged called event PropertyChanged=null
I have a class derived from INotifyPropertyChanged to track property changes. This properties are bound to a TreeView and are needed to perform searching in TreeViewItems. When in properties setters ...
1
vote
0answers
38 views
Binding ComboBox SelectedIndex to XML
I am binding my controls in a window to an xml-file. This works fine for all controls except the ComboBox. By the following code I want to set the SelectedIndex for a ComboBox by the value of an ...
1
vote
1answer
21 views
Bind to static generic instance of a class
I use this code in my views' (which are UserControl) constructors:
this.DataContext = The<Chart1ViewModel>.Instance;
Where the The<> is a generic static per-type singleton storage which ...
0
votes
0answers
25 views
RDLC Group By Column Binding “Text Box Fill Property By Comparision”
This is what I want To do I have some data that I want To show In RDLC Report.
I have used group column by some table column , now what i have to do is ->"I Have to Highlight The Minimum Qty for ...
0
votes
0answers
20 views
Setting MaxHeight on ListBoxItem to ListBox ActualHeight
I have a custom control in a ListBox. I set the ListBoxItem's MaxHeight to the ListBox's ActualHeight:
MaxHeight="{Binding ActualHeight, RelativeSource={RelativeSource Mode=FindAncestor, ...
0
votes
0answers
37 views
WPF DataGridTemplateColumn Header binding not working
I am using the DataGrid with some manually created DataGridTemplateColumns. Here is a code snippet of that in work:
<DataGrid ItemsSource="{Binding Projects, Mode=OneWay}"
...
0
votes
2answers
52 views
WPF Datagrid view header binding
Actually the issue im facing is slight different than what title says.
I try to sumarize the issue below.
Class PersonnelViewModel
{
public SelectedPersonnelItem PersonnelItemViewModel;
}
Class ...
0
votes
0answers
14 views
Problems with IIS site binding [closed]
I am pretty new at IIS. I have several websites in IIS and am trying to host. The main site works when i browse *:80 but as soon as I add bindings it breaks the site and its driving me nuts! These are ...
0
votes
0answers
15 views
MarkupExtension, WeakReference and Lifetime
I am using a custom MarkupExtension for my application localization. The markupextension code looks like this:
public sealed class LocExtension : MarkupExtension
{
public string Key { get; set; }
...
0
votes
0answers
16 views
Binding.DataSourceUpdateMode = DataSourceUpdateMode.OnPropertyChanged doesn't work?
I have a TextBox, this textbox is bound to a DataSource (a DataTable). The bound member is ID. I want to check if user enters a duplicated value in my textbox when the Leave event of the textbox is ...
0
votes
0answers
25 views
WPF Binded DataGrid keep preloaded data
Class Customer
{
string Type,
string Name
}
I have a DataGrid binded to an ObservableCollection<Customer>
|ComboBoxColumn "Type"|TextColumn "Name"|
ComboBox Items in "Type" column ...
0
votes
0answers
24 views
XAML timer-triggered binding update
Suppose you have textbox whose value is time-dependent, like say, the the time passed since the application was started. Is it possible to express a solution in pure XAML which automagically ...
2
votes
2answers
24 views
Binding symbols and querying symbol values in Prolog
I have some difficulty doing some very basic things in SWI Prolog. For starters, how to I have a function that binds a symbol to a value? Here's what I tried, I don't know if it's correct:
bind(Name) ...
1
vote
0answers
23 views
WPF databound Combobox
I need to create a usercontrol that behaves like a combobox.
Instances of this combobox will be databound to a certain collection at runtime. (i.e a collection of strings, to keep this question as ...


