1
vote
1answer
20 views

XAML not rendering when using Windows phone toolkit

I am developing an application. I downloaded the Windows phone toolkit for using the phonetextbox. When i try to create a phone text box control, the control is not rendering in the XAML designer. But ...
0
votes
1answer
123 views

Expression Blend WP -> Create design time data from class. Issues with Generics

Im trying to create sample data for WP project in Expression Blend. It works fine with simple classes, but not with custom generics classes. It can define structure of datasource, display correct ...
-1
votes
2answers
291 views

Implementing Swipe Animation like Pivot Page in PhoneApplicationPage windows phone 8

I am having a lot of Items(Say 100), I want the user to swipe right and left to see the detailed description of Items. I thought of using a Pivot Control, but that is causing performance problem ...
0
votes
1answer
553 views

migrate windows phone 7.1 to windows phone 8 error

I'm trying to migrate my application from windows phone 7.1 to windows phone 8. I have this error: Error 1 Cannot resolve dependency to assembly 'System.Windows.Interactivity, Version=3.9.5.0, ...
0
votes
1answer
489 views

How to make custom slider in windows phone?

I have a rectangle image and what I want to do is? When I slide the image over the rectangle like slider towards right side then text written on it "swipe me" should become invisible. Along with the ...
0
votes
1answer
162 views

Panorama Keeps Crashing After Editing It Through Blend

I want to get rid of that Panorama Title as I don't like it all. I am trying to edit it's style through blend which I was able to do but now when I swipe back and forth in the panorama it dies <...
0
votes
1answer
92 views

windows phone app UI

I have developed a windows phone app.When the phone background is set to black,the UI of my app looks good,but if its changed to white,UI becomes very dirty.How can I solve this problem
0
votes
1answer
58 views

Why Does Blend Fail To Show Text in Generated Item Template?

I am trying to get some design data in blend expressions for my wp7 app but after a certain point it seems to just lose the data and shows me nothing As you can see I see nothing in the rectangle ...
-1
votes
2answers
368 views

how to apply colors or texture image to LoopingSelector when selected in Windows Phone?

How to apply color or background image inside LoopingSelector? There are no option for this control in properties. Then how can we apply color to this control as shown in the below picture.
0
votes
3answers
868 views

How to navigate to the next page after completing the animation?

I am trying to do an animation for the Splashscreen in windows phone 8. I've completed the animation for an object to bounce. But after completing the animation it should immediately switch to the ...
3
votes
2answers
2k views

Load xaml viewmodel at run-time with windows phone

I'm currently following a windows phone tutorial from Microsoft virtual academy and one of the challenges was to use the design xaml viewmodel that was created in the project and loaded at run-time. ...
0
votes
1answer
226 views

How to set background of stackpanel when it is pressed in windows phone 7?

How to set a background color of stackpanel(grid or border) using visualstate when it is pressed in Windows Phone 7?
1
vote
1answer
75 views

Finish transition effect

I have a menu that shows up and hides with transition effects: The elements you see are navigating you to other pages. So when i navigate to other page i do: MenuButton.Tag = "MenuDisabled"; ...
3
votes
1answer
665 views

How do I make my ListPicker(From WP Toolkit) Blendable(MVVM Light)

I am using MVVM light and I am trying to hook up my ListPicker to my observable collection in my View Model. I was able to do this by binding it to the itemSource from the listPicker. My problem is ...
0
votes
2answers
398 views

How can I do this in Xaml(something like auto margin?)

Say I have 2 textblocks beside each other TextBlock 1 - Hi how are you? TextBlock 2 - I am fine thank you Result Hi how are you? I am fine thank you Now say I want to hide textblock 1(dynamcially)...

15 30 50 per page