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
1 answer

How can I use my own application bar with tilt effec?

For my Windows Phone 8 application, I'm implementing my own application bar (I can't use the application bar provided by the system). Everything is working fine, but I have one big problem: the tilt effect for menu items! I've tried to used the tilt…
atticus3000
  • 409
  • 1
  • 4
  • 12
0
votes
2 answers

VS2013 and WPTooklit (version from AUG 2013)

Quick question for anyone out there. I'm trying to install the August edition of the NuGet package of the wptoolkit. Unfortunately, I can't get it to show up under VS2013 Pro. Has anyone been able to get this to work?
Dregalia
  • 61
  • 1
  • 5
0
votes
1 answer

WPToolkit CustomMessageBox - keep open until some condition is true

I am building an app for WP8 with CustomMessageBox. The content of the customMessageBox includes a textBox and LeftButton. I want the customMessageBox remain open until user writes something in the textBox and it is varified. Here is some…
Roman Pylypets
  • 171
  • 2
  • 11
0
votes
0 answers

CustomMessageBox (WPtoolkit8): how to use with a ListPicker in PickerMode.Expanded

I tried to use the WPtoolkit CustomMessageBox with a listpicker. The same problems can be seen running the CustomMessageBoxSample (in the WPtoolkit solution) only after changing the ItemsSource = new string[] { "5 minutes", "10 minutes", "1 hour",…
Maverick
  • 1,952
  • 4
  • 21
  • 33
0
votes
1 answer

What is the Default Font Foreground for Windows Phone Controls

I am trying to match the default font of the ToggleSwitch Header property from the WPToolkit to a TextBlock. I've noticed that the default font of the ToggleSwitch header does not math the TextBlock. What can I use to apply the some text foreground…
Matthew
  • 3,976
  • 15
  • 66
  • 130
0
votes
2 answers

toolkit:ListPicker is Null when trying to set ItemSource

Quite new to Windows Phone Applications. Trying to create something similar to a Drop Down List, found the ListPicker. After doing some more research once it didn't work, I have come to the following code:
Seige
  • 304
  • 5
  • 27
0
votes
1 answer

'System.Windows.Markup.XamlParseException' occurred in System.Windows.ni.dll

I'm getting this error on my Windows Phone app: A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in System.Windows.ni.dll This happens only after I've installed and added a reference to WPtoolkit in my…
painotpi
  • 6,894
  • 1
  • 37
  • 70
-1
votes
1 answer

WPToolkit control are not showing in the ToolBox

I am developing a Windows Phone 8.0 App in VS2012 And i installed the WPToolkit Package in the NuGet Manager the package installed successfully and It was added to the References But the controls of the package are not Showing in the ToolBox And…
GabourX
  • 283
  • 2
  • 5
  • 14
1 2
3