0
votes
2answers
61 views

Windows Phone - Create ViewModels within method

I'm using plain models (entities) for the database and bind them to the view. This works great for me, but now I have a "special" requirement and I think a ViewModel is teh right way. Currently, I ...
0
votes
1answer
89 views

Move a Shape from Windows Phone 8 on Grid

im developing some windows phone 8 apps and i got the next doubt: I have 8x8 Grid, like a game table, and rectangles on all of the cells of my grid, at avery cell, there is a Rectangle shape where ...
-1
votes
1answer
30 views

Is it ok to access IsolatedStorage in ViewModels when following MVVM pattern? [closed]

i am trying to understand is it ok to access Isolated storage in a ViewModel in a Windows Phone or Windows 8 projects?
1
vote
1answer
69 views

TextBox.Text OneWay Binding Not Responding to Code Behind ViewModel Update

I am currently implementing a search (more properly "filter") form for my View that uses ApplicationBarIconButtons to drive user interactions with the form: a search button to transition to the ...
0
votes
0answers
15 views

Using DependencyProperty on a PhoneApplicationPage

I'm using MVVM for app development and want to change a property in my view model based on page's navigation uri. My initial idea was to create a DependencyProperty on the page and bind it to view ...
0
votes
1answer
49 views

Cant databind Radiobutton group with LongListSelector

On my page i have a LongListSelector & DatePicker as shown below. <phone:LongListSelector ItemsSource="{Binding Categories, Mode=TwoWay}" Name="llsCategories" ...
0
votes
1answer
53 views

How to pick an ItemViewModel object by LongListSelector Index

I'm trying to use the ScrollTo() method of a LongListSelector to scroll to the top of the list. ScrollTo() takes an object, not an index, so I need to feed it the object which is at the top of the ...
0
votes
1answer
92 views

Mvvm Windows Phone 8 command Error: BindingExpression path error: 'SalvarCommand'

My commands are pointing to the Model class and not for ModelView System.Windows.Data Error: BindingExpression path error: 'SalvarCommand' property not found on 'SuperListaW8.Model.ListaItem' ...
1
vote
4answers
63 views

How do i refresh the datacontext on page

I am using MVVM in WP8 app. I have a landing page(AllProducts.xaml) which displays a list of Products. In constructor i have this.DataContext = productsViewModel; In AllProducts.xaml, i have a ...
1
vote
1answer
55 views

MvvmCross: How to navigate to something besides a ViewModel?

What would I put in my MvxCommand to navigate to a simple URL? All mobile platforms have a mechanism to ask the OS for an Activity or ViewController that can display the contents of a URL. How would ...
0
votes
0answers
38 views

Updating a preserved state in Windows Phone 8

I have an MVVM WP8 app that loads a large Pivot to start. From one of my pivots, users can filter one of the lists on that pivot item. I want to display the filter options on a separate page, ...
0
votes
0answers
43 views

Cannot use most Behaviors in Blend for Visual Studio 2012 (Windows Phone 8)

I can't seem to access most of the behaviors under "Behaviors" in Blend's Assets tab. When I first started the program, I had access to 6 behaviors, including GoToStateAction. I dragged and dropped ...
1
vote
2answers
433 views

MVVM Windows Phone 8 - adding a collection of pushpins to a map

Here is the XAML code: <maps:Map x:Name="NearbyMap" Center="{Binding MapCenter, Mode=TwoWay}" ZoomLevel="{Binding ZoomLevel, Mode=TwoWay}" > ...
0
votes
0answers
112 views

How to handle passing a value from one page to another using mvvm and xaml for wp8

I have a wp8 application in progress written in C# and using MVVM pattern. I have a button which is bound to an ICommand property i.e. SearchCommand. When the button is clicked, it triggers my ...
0
votes
1answer
129 views

Issue in Binding in Windows Phone 8 app based on MVVM

This is my first windows8 application which is very much based on the default template provided by the Visual studio. The issue is when i try to assign the Items property value by creating new ...
0
votes
1answer
43 views

Need help on layering

I am trying to layer my WP app & following MVVM pattern. I have a VM with an ICommand which runs when a button is clicked on View. A click on button now runs a method as pointed by ICommand which ...
4
votes
3answers
429 views

Interaction Trigger before selectionChanged of ListPicker in Windows Phone 8

I have a issue when trigger comes in ViewModel the SelectedItem(parameter) comes the previously selected Item. I need the newly selected item as parameter on selectionChanged. I am new in WP8. Below ...
0
votes
1answer
55 views

Pivot control stopped working in MVVM on WP8

I am new bee in MVVM and am facing issues using the pivot control. The code works in windows hone 7 sdk but not for windows phone 8 sdk. Here is the code: ...
1
vote
1answer
23 views

Why indexers don't work in WP8 bindings?

I am trying to bind an element from the view to a matrix in the view model. In the binding I want to use indexers so I can retrieve the element that I want. The following syntax does not work: ...
0
votes
1answer
66 views

ViewModels talking to each other

I've just created my first c# / XAML application using mvvmlight and I've tried to implement the MVVM pattern as best I can (WP8 app). However, I've slowly morphed my code in to a certain style and I ...
2
votes
1answer
75 views

Ideal number of Object Instances to pass Via View Model constructor (dependency injection)

I am implementing a project, main objective is to have loosely coupled class implementations, for example below, i am using simple IOC container to inject PageNavigation and AppConfig instance into ...
0
votes
2answers
88 views

Supplying extra context to binding in windows Phone

I have an MVVM model that contains two pieces of data, a value (it contains multiple ones, but I will bind to one at a time) and a display context. The display context is more of a formatting string. ...
3
votes
1answer
146 views

Bind CheckBoxes to LongListSelector

I'm trying to bind some CheckBoxes in a LongListSelector. They bind, and the correct CheckBoxes are checked/unchecked when the view is rendered, but I am unable to modify my underlying object by ...
0
votes
1answer
117 views

Isolated Storage not working on windows phone app

I have this Isolated Storage Function to write into storage : public static void WriteIsolatedStorage(object ObjectToStore, StorageType Key) { using (var storage = ...
0
votes
1answer
202 views

Exposing an unbindable property to the ViewModel

I have a View with a LongListMultiSelector. My ViewModel needs to access the SelectedItems property which is not available for binding. Without exposing my View to my ViewModel, how do I expose it?
2
votes
2answers
488 views

Windows Phone 8 MVVM light navigation with non string parameter

I'm am new to the .NET/c# realm and I am trying to develop a Windows Phone 8 application. I have several pages showing lists of Objects(ListPage). All of these pages will have a filter capability, ...
0
votes
1answer
48 views

Dynamic VIew? where to put logic?

I am currently programming using the MVVM pattern. My view Model Looks like so class DoorsViewModel { ObservableCollection<Door> doorCollection; }; the door class looks like the following ...
0
votes
3answers
102 views

Win 8 / WP 8: MMVM Framework?

In the past I have used mvvmlight with some degree of success via wpf, I have recently seen caliburn micro but I would like to know if anyone has any experience with it. I see the website for ...
0
votes
0answers
108 views

MVVMLight ViewModel Serialization (WP8)

This is not exactly MVVMLight related, but I've seen few tutorials about using MVVMLight on Windows Phone and a question comes up to my mind. In WP applications there is necessary to store application ...
1
vote
2answers
1k views

Binding Pivot control with Observable Collection MVVM (windows phone 8)

I'm new to WP8 & MVVM. I created wp8 app which requests various bits of data once a user has logged in. I just can't get my pivots header to get created dynamically and I don't know if it is ...
0
votes
1answer
144 views

Serialize ViewModel, ObservableCollection

I have ViewModel with 2 ObservableColection and when my application is closed I serialize my ViewModel. my code: private void Application_Closing(object sender, ClosingEventArgs e) { ...
0
votes
1answer
674 views

Loading data in ViewModel asynchronously (with async and await) not working with databinding

I started a phone app with the default template which has a view model already defined. I modified the MainViewModel's LoadData() method to call an odata service asynchronously. But it is not working ...
0
votes
1answer
127 views

Call to HttpWebRequest from a Command in a ViewModel (MVVM)

I used the MVVM Pattern for my App, at first time. I create a view class, a viewModel class an Command class. When I click in the view on a Button, I start the binding Command in my viewModel. In this ...
2
votes
1answer
450 views

Windows Phone 8 Viewmodel Binding

I'm working on a Windows Phone 8 project, and I'm doing something that I've done in WPF and WP7 for ages, and it doesn't seem to work in Windows Phone 8. I created another project, and reproduced a ...
0
votes
0answers
162 views

Design Time Data in WP8 using MVVM Light

I am using the newest version of MVVM Light, and I can't get the Design Data to show in the view. Then I noticed if I create a mvvm light project using the template, the design data also does not ...
0
votes
0answers
93 views

MVP to MVVM Light using PhotoCamera in Windows Phone

I am converting my codes from MVP to MVVM Light. I am currently having an technical problem with PhotoCamera class. Here is my simple interface public interface iNewExpensePage { VideoBrush ...
2
votes
1answer
412 views

Understanding DataBinding in Windows Phone Develpment

I'm having a little trouble understanding Data Binding. I am trying to learn Windows Phone 8 Development. I am trying to understand some sample code here. In the MainPage.xaml he defines the ...
0
votes
1answer
223 views

Does anyone know a good example of ReactiveCommand for ReactiveUI?

I'm inexperienced, especially at MVVM, but trying to use ReactiveUI, and I'm not understanding the examples that I'm finding that demonstrate ReactiveCommand. I have used ICommand / DelegateCommand ...
1
vote
1answer
496 views

Windows Phone MVVM: Button Command Can Execute and Command Paramtere

I want to implement MVVM patter to a registeration page like this: The Page has text boxes for username, email and password. I want to bind the Register Button to a command using ICommand and ...
3
votes
1answer
1k views

MVVM What to use? Windows phone 8

I have A design Issue Question here i have seen MVVM light implementation and a very simple Micorsoft example of MVVM for windows phone LINK, Now the question is what is the ideal way going forward ...
0
votes
1answer
391 views

Binding EventToCommand in Code for localized ApplicationBar

How can I bind EventToCommand programmatically to an ApplicationBar Button or MenuItem in Windows Phone 8? I'm currently using MVVM light and it works perfectly for all elements I can add in XAML. ...
0
votes
1answer
481 views

IDataService is already registered in MVVM Light Project

I'm trying to adjust my WP8 project from self made MVVM implementation to MVVM Light. I've successfully worked through this example and it worked perfectly. I've then started to repeat the same steps ...
1
vote
1answer
267 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
vote
2answers
513 views

MVVM view model and async data initialisation

I have a view model with a constructor that requires a service. I'm using GalaSoft's MvvmLight which uses a service locator to wire up the view to the view model. SimpleIOC handles providing the ...
0
votes
2answers
1k views

How to get data from a LongListSelector item in WP8

So I have a LongListSelector that will soon be bound to a list of object. What I want is when one of the LongListSelectorItems is tapped that I get the specific object tapped, and have the ability ...
1
vote
2answers
109 views

How does one call a method on a 3rd party control without breaking MVVM convention?

My specific issue is an attempt to execute the Telerik DataBoundListBox method StopPullToRefreshLoading(true) from my ViewModel. The difficulty is that I do not want to break MVVM convention by ...
2
votes
1answer
172 views

Getting Tap even of user control in viewmodel

In my application i am using a content control to display my user control <ContentControl Content="{Binding LayoutControl}" Grid.Row="0" Height="700" Width="450"/> In here the binding ...
0
votes
2answers
264 views

Get element in another xaml page in MVVM enviroment

I have a mainpage.xaml with this progressbar in : <ProgressBar x:Name="DataLoading" Height="10" Margin="0,-14,0,0" Grid.Row="1" VerticalAlignment="Top" IsIndeterminate="True"/> Now i need to ...
1
vote
2answers
1k views

MapOverlay binding not working

I'm trying to get a map overlay working on Windows Phone 8 using an MVVM code structure. I can't seem to get the GeoCoordinate property of the MapOverlay to bind to my ViewModel properly and I can't ...
1
vote
1answer
382 views

Binding source not updating

A follow the MVVM pattern. I need the TextBox to trigger a property setter on the viewModel every time the Text in the TextBox changes. The problem is that the setter on ViewModel is never called. ...