Tagged Questions
0
votes
0answers
24 views
Why I can't see the sample data while I work in Blend?
I want to see the sample data when I design the page in blend, so I write a if block in the constructor of the Viewmodel class.
public class Viewmodel{
public ViewModel{
if ...
0
votes
0answers
54 views
How to Bind Panorama (Title/ Header) In Blend
I am playing aroudn with blend and Panorama view for windows phone 7. I made a sample data source through blend that made 2 properties.
I then made a Panorama view and it comes with 2 panorama items ...
0
votes
1answer
295 views
Animated dots progress bar in Windows Phone -> MS Blend 4
I would like to add this simple animation to the intro screen. It shows moving dots over the screen, how to add this? Simply adding progress bar component does not do anything.
0
votes
0answers
65 views
Getting System.Service.Model.Syndication instead of RSS content in the listbox WindowsPhone
I have annoying problem I created listBox and binded to it Text from SindicationData Model. But thenI get this data inside of this ListBox instead of real text.
namespace RSS
{
public partial ...
1
vote
0answers
201 views
Windows Phone Emulator Won't Boot
I am install my pc windows phone 7.1 sdk and Microsoft Expression Blender 4 and after running my project windows phone emulator is not booting it's shows message always like "Windows Phone Emulator is ...
0
votes
2answers
131 views
How to include canvas under panorama page in windows phone?
I have a panorama page with two panorama item and would like to include a canvas inside the second panorama item. So, when I do it, I get a overflow of the first panorama item in my canvas. As it ...
2
votes
2answers
2k views
Cannot create an instance of “ViewModelLocator”
I have been working fine with MVVM Light on a silverlight 4 Windows Phone 7 project in Visual Studio 2010 and Blend 4 for sometime.
Then suddenly I start getting the "Cannot create an instance of ...
0
votes
2answers
205 views
Find out internals of a system-defined style in Windows Phone
Whenever I set a style to a TextBlock, I am defining a certain FontFamily and FontSize, that are defined within the style.
I am to style the TextBox, so that it looks exactly the same, as TextBlock, ...
0
votes
0answers
680 views
wp7 orientation changing event handling
When I rotate my phone, every second time, the visual state change is not picked up! I do get inside some redrawing code of my graph, but I'm not getting the orientation state events!
Video: ...
0
votes
2answers
84 views
How to make transition on DataContex change?
I have a simple wp7 app with 3 pages. I've made page transition to work (with built-in transitions from TransitionService (slide, rotate roll...) as shown in this simple tutorial. On one of my phone ...
0
votes
3answers
325 views
WP7 Missing Design View in Blend 4
I've installed WP7 Developer Tools but when I open blend I only get a XAML view. No buttons for split view, both settings under View > Active or View > Split are both disabled? Anyone seen this ...