Tagged Questions
0
votes
1answer
17 views
Doubts on Lists for custom class on Windows Phone 7.1
Using Visual Studio Express 2010 for Windows Phone | C# | Silverlight
Lets say I have created a class called Person and it has two properties: name(string) and amount(int).
List<Person> ...
1
vote
0answers
38 views
Getting the SelectedIndex of a LongListSelector Item
I have a WP8 DataBound app with an ItemViewModel bound to a LongListSelector.
Quite simply, when the user taps on an item in the list, I need to retrieve the index number of the item selected for ...
0
votes
3answers
45 views
Binding image from control page to main page WP7/8
I want bind image from control page to main page but I cannot get it to work. I try this:
XAML: <Image Source="{Binding myImage}" Height="150" Name="photoPreview"...
binding:
public Image ...
0
votes
0answers
16 views
Overriding EventToCommand in inherited style
I have a style of complex ListBoxItem. But depending on ListBox, i'd like it to have different EventToCommands. Actually, this quiestion is continuing of this one.
Style:
<Style ...
1
vote
0answers
14 views
Get attributes from 2 tables into 1 data source
I need to get 2 data into 1 data source from 2 tables
Score
user_id
tribe_id
score_mark
Tribe
tribe_id
tribe_name
I need score_mark and tribe_name, however, so far I only able to get score_mark ...
1
vote
1answer
41 views
Auto Set WP Image controls height and width based on the databound Source
I have a WP application in which I want to display a list of images that are databound to an observablecollection that is populated from a web service. I want the list of images to show-up with the ...
1
vote
3answers
99 views
Silverlight user control databinding
I am trying to create a user control that contains a list box and I can't figure out how to properly setup the databinding.
In the MainForm.xaml (MyItems is a ObservableCollection defined in the ...
0
votes
2answers
822 views
Data binding in Windows Phone 8 app using ListBox
Here is my code. What it doing. I have one textbox(button) with text Book name, when I click on it I can change text in textbox using binding. But now I add another textbox for author name and I dont ...
0
votes
1answer
153 views
Binding Data to Panorama.TitleTemplate
I have been trying to customize the title area of my panorama page by using Panorama.TitleTemplate property and a dictionary for binding data to it without any success. My XAML code is as follow:
...
0
votes
2answers
56 views
Emulators Providing Different Results
I am developing an application on windows phone with version 7.1 set as my target build. The problem i am having is that one of the listviews in on of my pages refus to display.
I have debugged to ...
0
votes
1answer
74 views
Data-binding to singleton source works only on Windows Phone emulator, but not on device
I've created a singleton class to store information I want to share globally between controls in a Windows Phone 7 app I'm working on.
Specifically, I'm using a data-binding to sync the IsExpanded ...
0
votes
1answer
105 views
Windows phone Grid Stretch Width in Template selector
Hi Everyone this is my first question so, I'll try to be really explicit:
I have a ListBox with a Style and Template to make it a two column style view.
This is the Template for the ListBoxItem:
...
1
vote
1answer
44 views
Working With RSS Feeds in Windows Phone
Hello Every One I am working on App to display some Rss Feeds Data in Windows Phone
For Example I have Some Rss feeds Like
Link's
from this Rss Feeds I like to Display data in My windows Phone ...
0
votes
2answers
26 views
Is a list always needed to do bindings? Windows Phone 7
I want to make some rectangles with text in side them. Then of the People Hub when you look at contacts through a group.
I am wondering though I need to make X rectangles based on each item but I ...
0
votes
1answer
45 views
How To Bind To Dictionary<string, Dictionary<string,[objectArray]>
Normally for binding in XAML we need to provide FIELDNAME, but in this case we have value like
Dictionary["xyz"]["abc"]
So is there any way to add Dictionary["xyz"]["abc"] in XAML?
0
votes
1answer
181 views
Data Binding in ListBox WP7 error, platform C#
I try to use data binding to add to ListBox in WP7, using C#. But it seems not working and I totally don't know why. Just only row's border is drawn and text's content doesn't display.
Here is a ...
0
votes
1answer
84 views
Binding to child object
I have the following code(wp7-silverlight). I try to bind a slider to those 2 controls' Angle property, but for some reason the inner control doesn't seems to receive the data, only the parent ...
1
vote
0answers
111 views
dynamically bind pushpins to the map based on lacation in wp7
<DataTemplate x:Key="pushpinSelector">
<my:Pushpin Location="{Binding Location}" CacheMode="BitmapCache">
<my:Pushpin.Template>
...
-1
votes
1answer
88 views
How to make repeating textblocks in Windows Phone 7?
Databinding still confues me and I am not sure how to essential make these controls repeat for each bound piece of data I have.
<Grid>
<TextBlock FontSize="25" Text="this ...
0
votes
1answer
180 views
DataBinding From Json in xaml?
I am making a WP7 app and getting data back from my webapi as json. I am wondering how can I databind it? Do I need to make a concrete class or can I just use JArray?
...
0
votes
0answers
37 views
ToggleButton's Checked event occurs before binding works
I have a togglebutton and a checked event handler. Also, I have a two-way binding to a viewmodel's property. What I see in a debug is that I fall into the handler and then into the property's setter. ...
0
votes
0answers
164 views
Bind items of a list within a list in XAML
I'm quite new to Windows Phone programming and I'm stuck on an issue that I can't resolve by myself.
I have two ViewModels, User and TransactionList. Each user has some properties (Name, ID...), as ...
1
vote
1answer
57 views
Binding with anonymous object on WP7.5
On WP7.5, i created a datacontext like this :
this.DataContext = new { One = listOne, Two = listTwo};
On my XAML code, i tried this :
<TextBlock Text="{Binding listOne.m_strTypeTiers}" ...
1
vote
1answer
30 views
DataContext on two object
I would like to bind two list on a XAML page.
Is there possibilty to make a thing like this :
this.DataContext = {listOne,ListTwo} ;
Thanks a lot,
Best regards :)
1
vote
2answers
795 views
How can I bind data into Xaml, Windows Phone?
This is my C# code it's now showing data in console now.
class PlaceViewModel
{
public List<Vantaa.IntroPage.Place> Places;
}
public class Place
{
...
0
votes
1answer
237 views
WP7 XAML Bind to property in parent
I'm writting an app in WP7 (Silverlight 3). I have a view model that looks like this
public class MainViewModel
{
public List<ActivityTypes> ActivityTypes{get;set;}
public RelayCommand ...
0
votes
1answer
113 views
TextBlock binding from an ObservableCollection in WP7
I create an ObersvableCollection and declare it public on my APP.XAML.CS
On a XAML page I insert a TextBlock and would like to bind to a property of my ObservableCollection
I made this :
...
1
vote
1answer
237 views
MVVM + multilevel/nested databinding
The Structure
The scenario is that I have a Pivot where each item is the menu of a certain day. Inside that PivotItem I need to display the dishes on the menu, grouped by category (e.g. soups, ...
-1
votes
2answers
533 views
read a json file from webservice in windows phone
I am very new to Windows Phone applications. I have a JSON file that I get from the following URL.
http://www.krcgenk.be/mobile/json/request/news/
Now I want the title being showed in a list on my ...
0
votes
0answers
138 views
WP7 ViewModel databinding issue
I have an issue with ViewModel databinding and cannot seem to figure out the problem. I've got a view, the LayoutRoot grid has it's DataContext set to {Binding Job}. The view code behind news up a ...
1
vote
2answers
102 views
ListBox Binding Issue
I am facing issue with binding and I am following this example : http://listboxwthcheckboxes.codeplex.com/
Now the simple problem of the moment is that, the example has binded listbox succesfully to ...
2
votes
1answer
111 views
Databinding to entries in a dictionary with enums as keys
I'm attempting to databind to an entry in a dictionary where the key is the enum. I've consulted this question, but the answer doesn't work for me. Here are the non-boilerplate parts of my code:
...
0
votes
3answers
54 views
How can I databind to a constantly-changing property
I have a simple class that represents a timer (simplified for clarity):
public class Timer {
DateTime startTime;
// How do I notify the UI that this property is changing?
public TimeSpan ...
0
votes
0answers
97 views
WP7 - Binding class to grid
I have grid like this:
<Grid x:Name="LayoutRoot" Background="Transparent" DataContext="{Binding}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
...
0
votes
0answers
109 views
Databind CSS to Windows Phone WebBrowser object
Navigating to an HTML page with CSS is fine if the content is static but if we want to control the appearance of the content based on controls outside the WebBrowser, we would need some sort of ...
0
votes
1answer
87 views
How to implement automatically loadable listBox in the WP7-8
Tell me pls how to implement automatically loadable listBox. When scrolling down elements should be added to the previous one. Unfortunately the examples of such list I have not found, I saw that in ...
0
votes
1answer
60 views
Canceling changes to the bound textbox on Windows Phone 7.1
I have a textbox that is bound to an object property. How can I undo changes to the property if user edits that control and does not want to apply changes?
I know that I can just save old values ...
0
votes
0answers
176 views
Why are my UI elements bound to the page DataContext not updated until after the OnNavigatedTo method has completed? (Windows Phone 7)
I'm binding my data programatically at the page level in the code-behind. This is referred to in a Windows Phone Toolkit ListPicker using a standard {Binding PropertyCollection}.
However when the ...
0
votes
1answer
58 views
WP7 databinding displays int but not string?
Whenever I test my app.. it binds the data from Note class and displays it if it isn't a string. But for the string variables it wont bind. What am I doing wrong?
Inside my main:
<Grid ...
0
votes
1answer
160 views
Databinding View Model Lines Collection to Canvas (MVVM / Windows Phone)
I'm attempting to allow users to draw on a Canvas by collecting the points as they tap and drag. I'm using an MVVM approach and can successfully collect points, and populate a collection of lines on ...
0
votes
1answer
52 views
databinding with isolated storage
I am developing an app, in which I am storing the settings in IsolatedStorage.
I am accessing current values in my code as:
currentSettings = this.Resources["saveSettings"] as SaveSettings;
...
0
votes
2answers
224 views
How to bind an ObservableCollection to a Listpicker
I am attmepting to bind an ObservableCollection of items to a ListPicker from the Silverlight toolkit for Windows Phone. I have done this before, but in my case now, my ObservableCollection contains ...
1
vote
1answer
207 views
ListBox.ItemContainerGenerator.ContainerFromIndex returns null
I have a dataBinding ListBox in a Pivot section.
In another Pivot section i have a form to create new items for the ListBox.
When i add a new item to the ListBox i need to acces to the new ...
0
votes
2answers
334 views
How to bind the view model to the view
I am having trouble binding my View Model to my View. I am a beginner with MVVM, but I believe I am implementing my system (almost) correctly. I have a Model that contains data, which I am getting in ...
1
vote
1answer
56 views
Binding fails on big data
I created an app with real time filtering and sorting (the list changed dynamically when text in a textbox changed). I used a ListBox bound to an ObservableCollection and later to a List. It worked ...
0
votes
1answer
152 views
Databinding to TextBlock in WP7
This is my XML file:
<?xml version="1.0" encoding="utf-8"?>
<Kids>
<Child>
<Name>Kid1</Name>
<FirstName>hisname</FirstName>
...
0
votes
1answer
148 views
Items without group in LongListSelector [closed]
I want to add items through binding to LongListSelector.These items are not supposed to be in a group and they should be on the top of the list. Other items are in groups. Is any way to do it?
0
votes
1answer
343 views
ListBox data binding with List of List containing string string int
I have a list of data where each row is string string int. All of my data comes from plists as I am porting an iOS app. I also have another list which is string int double.
I'm using this tutorial ...
1
vote
1answer
227 views
Binding to value in parent page from in usercontrol in listview datatemplate in Windows Phone 7
I have a ViewCharacter page that has a View Model (CharacterViewModel) as its DataContext, in that CharacterViewModel I have an ObservableCollection of WeaponViewModel that a ListBox is using as an ...
0
votes
1answer
358 views
Can I Remove a MenuItem from ContextMenu in WP7
I'm looking for a method - if at all possible - of removing a MenuItem control from a ContextMenu in Windows Phone 7.
Here's a simplified version of my XAML:
<ListBox>
...



