Questions tagged [windows-phone-toolkit]

Windows Phone Toolkit provides the developer community with new components, functionality, and an efficient way to help shape product development. WPToolkit releases include open source code, samples & docs, plus design-time support for the Windows Phone platform.

Windows Phone Toolkit provides the developer community with new components, functionality, and an efficient way to help shape product development. WPToolkit releases include open source code, samples & docs, plus design-time support for the Windows Phone platform. Here is the official site for this http://phone.codeplex.com/

60 questions
5
votes
1 answer

SlideInEffect and TurnstileFeatherEffect not working

Anyone ever had problems with SlideInEffect and TurnstileFeatherEffect from windows phone toolkit? I am trying to make SlideInEffect work on LongListSelector and LongListMultiSelector with no luck so far. Also the TurnstileFeatherEffect does not…
George Nikolaides
  • 1,386
  • 12
  • 21
4
votes
1 answer

Windows phone 8 app bar command parameter always null - Cimbalino

Xaml Namespaces xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit" xmlns:interactivity="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" …
Eldho
  • 7,795
  • 5
  • 40
  • 77
3
votes
1 answer

Setting DataContext of CustomMessageBox

I need to have my DataTemplate of CustomMessageBox set in xaml like here:
3
votes
1 answer

How can i lock toolkit:LongListMultiSelector in selection mode?

I've implemented a list of friends in my app by using toolkit:LongListMultiSelector, and by default I've set it to show the boxes for checking friends (enabled selection mode). But if you select someone, and deselect the checkboxes disappears, and…
Jason94
  • 13,320
  • 37
  • 106
  • 184
3
votes
1 answer

DatePicker throws an exception for Visibility

I've added a DatePicker in own of my views, and I get an error for the Visibility property (which I have not configured). The error is: System.Windows.Data Error: 'MS.Internal.Data.DynamicValueConverter' converter failed to convert value '8/18/1993'…
jgauffin
  • 99,844
  • 45
  • 235
  • 372
2
votes
1 answer

navigation transitions - windows phone toolkit

I'm developing a windows phone 8.1 silverlight app and I want to provide simple navigation transitions between my pages. I found Windows Phone Toolkit on the Nuget. Unfortunately navigation transitions from the transition service just don't work.…
2
votes
1 answer

How to do Multiple words with Autocomplete Textbox WP Toolkit?

I am using the windows phone toolkit but am wondering if this is possible. Say I have the word "Kraft Dinner" If the user starts to type "Kr..." autocomplete will kick in but if they type "Din..." it won't because it seems like it need first the…
chobo2
  • 83,322
  • 195
  • 530
  • 832
2
votes
2 answers

Microsoft.Phone.Maps.Toolkit that could not be found

I'm developing the windows phone 8 map application, and to extend its functionality have installed the Windows Phone Toolkit with NuGet pakage installer. After installing Microsoft.Phones.Toolkit is added into the References and also a folder is…
Suraj
  • 451
  • 1
  • 9
  • 17
2
votes
1 answer

Applaying TurnstileFeatherEffect to Panorama Items slide

I'm a bit curious. I am new to windows phone development, and currently trying to find adequate way to animate my application. I'm using TurnstileFeatherEffect from WindowsPhoneToolkit for animating page transition. Now I wonder can I use it for…
freshbm
  • 5,540
  • 5
  • 46
  • 75
2
votes
1 answer

Windows phone: date picker and button

Is it possible to have a hidden date picker in windows phone and show it with a button. I have this code InitializeComponent(); this.datePicker1.ValueChanged += new EventHandler(datePicker1_ValueChanged); DateTime…
2
votes
2 answers

Visual Studio 2012 (x64) - Windows Phone Toolkit - How to Add WP toolkit custom controls to toolbox in VS

The problem is following: I have Visual studio 2012 (x64) with Windows Phone 8 SDK installed on Windows 8 (x64). In my project (WP8 App targeting WP 8.0 with .NET 4.5), I have Added (through NuGet) Windows Phone Toolkit and I would like to add the…
2
votes
1 answer

Wrap Hint in PhoneTextBox

is it possible to make the Hint text in the PhoneTextBox of the Windows Phone Toolkit wrap? I have looked into the code and it seems that this is only possible by changing the whole ControlTemplate. Have I missed something? Is there an easier…
Christoph
  • 1,964
  • 2
  • 27
  • 44
1
vote
1 answer

How to change orientation of one component in windows phone 8 page with locked orientation

I'm working on Windows Phone 8/8.1 C#/XAML .NET 4.5 Application and I'd like to know how to change orientation of just one control/item on page (rotate it 90 degrees). I have a webBrowser on my portrait page (that stays locked on that orientation)…
mishan
  • 1,177
  • 3
  • 19
  • 42
1
vote
0 answers

Windows Phone - handle horizontal flick in flipview and vertical in parrent scrollviewer

I am using FlipView from Kinnara's fork of Windows Phone Toolkit. I want to use it in ScrollViewer like in title. FlipView would handle flick/swipe in horizontal and ScrollViewer would work with vertical. I get it almost right but when user tries…
1
vote
1 answer

Why is ToolKit-ListPicker being stuck?

I have been using Toolkit-Windows Phone 8 for List Picker as a Combo Box Option selection control, however I have experienced at certain times list picker control is not closing its pop up window (Full screen mode mostly). Since List Picker handles…
1
2 3 4