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
0
votes
0 answers

Windows Phone Listpicker crash with lumia 1520

One of my user has problem with the listpicker. The problem is only happen with his lumia 1520 (and I think also with other phone with that resolution but I can't test it). The listpicker crash when the user tap on it and it goes to full mode…
0
votes
1 answer

TimePicker value not changing property after loading value

I have a TimePicker control from Windows Phone Toolkit placed on my settings page: It works fine until I want to load a previously saved value to…
Lemur
  • 2,659
  • 4
  • 26
  • 41
0
votes
1 answer

Windows Phone Toolkit: Do I really need to install it using NuGet?

My situation is the following. I'm developing a simple app for my Windows Phone 8 using Silverlight. At some point, I need to add an extra functionality like context menu to my app. It seems, it is enough to add a "normal" reference to the…
TecMan
  • 2,743
  • 2
  • 30
  • 64
0
votes
1 answer

Windows Phone Toolkit CustomMessageBox long content scrolling

In my project (windows Phone 8 C#/XAML .NET 4.5 Application) I'm using Windows Phone Toolkit. While using CustomMessageBox, I've run into a problem when I use the CustomMessageBox for long text. here is an example: CustomMessageBox box = new…
mishan
  • 1,177
  • 3
  • 19
  • 42
0
votes
1 answer

Individual ItemSize for LoopingSelectorItem

I am trying to use LoopingSelector from Windows phone toolkit. The selector itself works fine but I'm having problems with the ItemSize on the individual items. I dont have a single item that is the same size as the other so I would like to get…
Mikael Johansson
  • 359
  • 1
  • 17
0
votes
1 answer

WP8 using can't install WPtoolkit

I'm crazy with WPtoolkit. I'm using nuget to install the WPtoolkitbecause I want to use contextmenu in my project. But every time I install in to my project, it popped up this a dialogue show me "WPtoolkit 4.2013.08.16 already installed!" BUT I…
Vigor
  • 1,706
  • 3
  • 26
  • 47
0
votes
1 answer

ListPicker only shows first item?

I'm using the Windows Phone Toolkit (latest version installed via NuGet) to create a ListPicker on my Windows Phone page. I've defined a simple ListPicker as follows:
LDJ
  • 6,896
  • 9
  • 52
  • 87
0
votes
3 answers

LonglistSelector in scrollViewer not scrollable

In my project, I need to show a list of buttons with choices in custommessagebox. Now, I have no problem in setting it up, but when I create the longlistselector, add it to scrollviewer and show the cusstommessagebox, only a few buttons are shown…
mishan
  • 1,177
  • 3
  • 19
  • 42
0
votes
1 answer

How to get internationalized App Bar Buttons in DatePicker pop up.

I am using the Windows Phone Toolkit and added the Date Picker Control. The Control itself shows Date and Day as translated strings already but the App Bar Icons below have "done" and "cancel" in all languages. I downloaded the Source Code from…
eX0du5
  • 896
  • 7
  • 16
0
votes
1 answer

How to Make Content Hidden in Expander Windows Phone Control

I am playing around with an example of Expander Control from Windows Phone Toolkit (I am using it for wp7). When I load up the stripped down version everything seems expanded. When I click on Customer Pizza or 2 nothing happens. I would like the…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
1 answer

Windows Phone: How to add custom confirmation dialog in OnBackKeyPress

I am going to implement custom confirmation dialog in OnBackKeyPress method. It is easy to do with native message box: protected override void OnBackKeyPress(CancelEventArgs e) { base.OnBackKeyPress(e); MessageBoxResult result =…
RredCat
  • 5,259
  • 5
  • 60
  • 100
0
votes
5 answers

Show only month and year in DatePicker WP8

I need show only month and year in my date picker (WP8). I've tried to do this in such way, but it was not working:
CatCap
  • 240
  • 5
  • 19
0
votes
2 answers

When globalizing app, "Value does not fall within the expected range."

I'm attempting to globalize my app, starting with Spanish. I've got the new resource file, AppResources.es-ES.resx, with my translated strings, and it seems to be working - almost. My app successfully loads in Spanish (Spanish text and all) when I…
lhan
  • 4,585
  • 11
  • 60
  • 105
0
votes
1 answer

Where's LockablePivot?

I've pulled the Windows Phone Control Toolkit via NuGet into my WinPhone8 project. The LockablePivot control that was advertised as being a part of the toolkit since August 2011 isn't there. What's its fate, please?
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
0
votes
1 answer

WP8 toolkit contextMenu item not selected on hold

have a little problem with my ContextMenu, some times the item is not selected in the LongList when the ContextMenu is clicked, this gives me the problem that i do not know what item the user have clicked. If i cickly click the item first and then…
Androme
  • 2,399
  • 4
  • 43
  • 82
1 2 3
4