Questions tagged [wptoolkit]

The Windows Phone Toolkit provides application components and functionality on Windows Phone app development.

The Windows Phone Toolkit provides application components and functionality on Windows Phone app development. It contains components developed by the Microsoft Windows Phone developer platform team that did not get included in the Windows Phone SDK (yet). Popular components of this toolkit are (among others):

  • ContextMenu
  • DateTimePicker
  • TiltEffect
38 questions
0
votes
0 answers

WP8 Toolkit DatePicker returned value format

Is there any way where you can change the returned value from a DatePicker to be in the format of "yyyy-MM-dd"? I'm inserting the value into a SQLite database so it has to be in that format to be able to perform datetime() statements on the values.…
FUBAR
  • 89
  • 2
  • 10
0
votes
0 answers

WPToolkit ListPicker not working

I have databound toolkit:ListPicker in my windows phone application
onedevteam.com
  • 3,838
  • 10
  • 41
  • 74
0
votes
1 answer

Refreshing toolkit:listpicker after database update

I have toolkit:listpicker in my windows phone 8.1 app mainpage.xaml
onedevteam.com
  • 3,838
  • 10
  • 41
  • 74
0
votes
1 answer

Windows Phone Toolkit AutoCompleteBox

I am using the WPToolkit's AutoCompleteBox in my application. XAML is as follows-
0
votes
1 answer

Windows phone handle screen manipulation

Im using the toolkit GestureService.GestureListener, the implementation is going very well. The main page contains a LongListSelector, and on the top (not visible to the user) I have my sliding menu that I slide using the GestureService. when I try…
Ibraheem Al-Saady
  • 854
  • 3
  • 14
  • 30
0
votes
1 answer

What Font Does the ToggleSwitch Use

I'm just trying to figure out the ToggleSwitch font that comes with the WPtoolkit, so that I may apply a similar style to other items in my app. How may I determine this?
Matthew
  • 3,976
  • 15
  • 66
  • 130
0
votes
1 answer

Prevent ExpanderView from expanding on click or overwrite expand method

I have a list of toolkit:ExpanderViewelements that should expand on click/tap. But their content was quite big so I wanted to load it after clicking/tapping. So in the UI-event I load the content but it opens only a bit, like there is no content to…
ecth
  • 1,215
  • 1
  • 16
  • 33
0
votes
2 answers

Unable to find package 'WPtoolkit'

I want to install the Windows Phone Toolkit, following instructions from the Codeplex, but I keep getting the following error message in the Package Manager Console: Install-Package : Unable to find package 'WPtoolkit'. At line:1 char:1 +…
0
votes
1 answer

PhoneTextBox cursor resets after applying text suggestion

I'm using the PhoneTextBox from the Windows Phone Toolkit with InputScope="Text" to get autocorrect and text suggestions. While typing in the keyboard the text suggestions appears above the keyboard and I choose one of them. Immediately after the…
zirkelc
  • 1,451
  • 1
  • 23
  • 49
0
votes
1 answer

Visual Studio Express 2012 : Windows Phone 7 ->Upgrade to windows phone8 ( Windows.Phone.Controls.Toolkit)

We have a app which works on Windows Phone 7.1. We recently changed it to 8.0. After changing to 8.0 it started giving below error. Checked in nuGet. wptoolkit is updated and installed. error : Cannot resolve dependency to assembly…
Amod Gokhale
  • 2,346
  • 4
  • 17
  • 32
0
votes
2 answers

How do I build the source code for controls from Windows Phone toolkit to use with my Windows Phone 8.1 app?

The source code for different toolkit controls are available from: http://phone.codeplex.com/SourceControl/latest How do I build the same to use it with my Windows Phone 8.1 app (runtime) ?
0
votes
1 answer

Set VerticalAlignment of LongListMultiSelector content

I'm using the LongListMultiSelector of the WP Toolkit to select multiple items. I've written a DataTemplate, which is a little bit complex and have a hight of round about 140px. Now I want to change the position of the Checkbox to VerticalAlignment…
atticus3000
  • 409
  • 1
  • 4
  • 12
0
votes
1 answer

ListPicker not compatible with SilverLight project, I don't have a SilverLight project

I have just installed the Windows Phone Toolkit (http://phone.codeplex.com/) with the intention of using the ListPicker. When I try and add it to the XAML it states that it's not valid for a Silverlight project. However when I started this project I…
Dan
  • 2,304
  • 6
  • 42
  • 69
0
votes
1 answer

Windows Phone listbox selected item transition

In a Windows Phone 8 app, I would like to use the animation / transition /effect used into the Windows Phone Store app when an item is selected. Here the explanation of the animation / transition : open the Official Windows Phone Store app do a…
rolandl
  • 1,769
  • 1
  • 25
  • 48
0
votes
1 answer

How to get WPT Autocompletebox selection item reference

I am building a windows phone app where I m using the Autocompletebox. I am populating it dynamically through a web search api. Now If the the user selects the specific item from the autocomplete box, how to get the reference of that specific…
user88975
  • 610
  • 1
  • 9
  • 18