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

How to use windows phone toolkit in windows phone 8.1 universal app

I have added windows phone toolkit using nuget package in windows 8.1 universal app project. it is added successfully, but I can't see reference assemblies in the project and neither i can add reference in page xaml to use toolkit controls. How can…
4
votes
1 answer

Dropdownlist with Windows Phone 8.1

I want to create a simple Dropdownlist with for a WP8.1 app. I can't use the Listpicker from the WP Toolkit because it doesn't support WP 8.1 xaml as asked here and here. I don't want to create a Universal App. Is there really no possible way to…
Elektropepi
  • 1,115
  • 1
  • 13
  • 22
2
votes
1 answer

WPToolkit not appear in the references after successful install

I installed the WPToolkit through NuGet and it was successful, but it wasn't add into project's solutions, that's why i can't add in the…
Robertoq
  • 559
  • 1
  • 10
  • 21
2
votes
0 answers

CustomMessageBox: how to use with a ListPicker in PickerMode.Expanded?

I tried to use the CustomMessageBox with a listpicker in PickerMode.Expanded but I'm having problems. The same problems can be seen running the CustomMessageBoxSample after changing the ItemsSource = new string[] { "5 minutes", "10 minutes", "1…
1
vote
0 answers

Can't install WPtoolkit in my Windows Phone 8 app

I am new to windows phone development and I want to use ListPicker in my app. This error appears when I try to install WPtoolkit in my program. What should I do? ERROR: Install-Package : Could not install package 'WPtoolkit 4.2013.08.16'. You are…
1
vote
0 answers

WP8.1 Listpicker throws (Error HRESULT E_Fail has been returned from a call to a COM component)

Windows Phone Databound project targeting WP 8.1 OS. Added WPToolkit through NuGet Added toolkit reference to the page: xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit" Added a list picker and gave…
Idrees
  • 711
  • 1
  • 7
  • 31
1
vote
2 answers

How do I disable Zoom and Scroll in Web Browser control for a WP8 app?

I'm developing an App for WP8 using Visual Studio 2013. I used the WPToolkit to integrate the WebBrowser control. I'm displaying static information in my WebBrowser control with changes just to the text using the following function. Private Function…
doodla
  • 413
  • 5
  • 17
1
vote
0 answers

How to create context menu for data-bound WP Silverlight ListBox totally from code?

I have a classic ListBox control with a custom ItemTemplate. The ListBox is bound to a collection of objecs. How can I create a custom context menu (an instance of the ContextMenu class from Microsoft.Phone.Controls.Toolkit.dll) and attach them to…
TecMan
  • 2,743
  • 2
  • 30
  • 64
1
vote
1 answer

Gpuview logging with cygwin doesn't work

When I run log.cmd from the windows command line, I get errors from xperf saying that the *.etl file already exists. I understand that other processes also use windows ETL and since gpuview uses xperf to trace events, it "collides" in some…
Raja
  • 2,846
  • 5
  • 19
  • 28
0
votes
1 answer

Problem with WordPress restore using cPanel and WP Toolkit

I have just installed WP Toolkit in cPanel / WHM and am looking to restore a WordPress site exported from cPanel on another server. A friend was given a cPanel backup, ending .tar.gz, and an SQL DB backup, ending .sql.gz. I have successfully…
serlingpa
  • 12,024
  • 24
  • 80
  • 130
0
votes
0 answers

Plesk reports that updates were not installed for the following items

I received this message yesterday on email from Plesk and there are a lot of items listed. It appears to be to do largely with Wordpress Toolkit on the server. Plesk is the interface I use on my Ionos Hosted Server. Sites are working from the server…
toprobroy
  • 1
  • 1
0
votes
2 answers

OVHCloud Fresh VPS Debian 10+Plesk, Wordpress WP Toolkit - General error 11 database disk image is malformed Pdo.php

I will keep this simple, after purchasing a fresh VPS with Debian 10 and Plesk Pro Edition pre-installed - In PLESK the Wordpress WP Toolkit module shows this error: Server Error 500 Zend_Db_Statement_Exception SQLSTATE[HY000]: General error: 11…
Dean
  • 1
  • 2
0
votes
1 answer

Can't use WPToolkit in XAML

I currently get following error: error : The tag 'ListPicker' does not exist in XML namespace 'clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Toolkit'. The XAML is following: The xml namespace…
lokimidgard
  • 1,039
  • 10
  • 26
0
votes
1 answer

Windows10/Windows8.1: getting Empty error message while running XBootmgr

I manually copied WPT folder from a file server onto my Windows10 test machine and ran below XBootmgr command: "Xbootmgr -trace shutdown -noPrepReboot -traceFlags BASE+CSWITCH+DRIVERS+POWER -numRuns 1 -resultPath d:\tempetl" Note: copied WPT folder…
Simpson
  • 1
  • 3
0
votes
1 answer

How to display single row against each groupBy rdlc report

I am trying to display aggrgated data in my rdlc report. I have grouped data by a particular field by Add Group -> Parent Group -> Group By: Field Name All data shows up as I want against each group. Now I want to display count of records against…
WAQ
  • 2,556
  • 6
  • 45
  • 86
1
2 3