问题标签 [wptoolkit]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
370 浏览

c# - 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 research
  • in the list of results click on an app
  • watch the behaviour of the title of the app (it is going on the bottom right to reappear on the page with an animation too).

I am pretty sure that I have seen this effect on several other apps. So my question could be stupid, but is there a method or something into the SDK to do this effect / animation / transition or should I do "manually" ?

Thank you in advance for your tips about the subject !

0 投票
1 回答
161 浏览

c# - ListPicker 与 SilverLight 项目不兼容,我没有 SilverLight 项目

我刚刚安装了 Windows Phone 工具包 ( http://phone.codeplex.com/ ),目的是使用 ListPicker。

当我尝试将其添加到 XAML 时,它指出它对 Silverlight 项目无效。然而,当我开始这个项目时,我选择了 Windows Phone,而不是 Silverlight。

任何想法可能出了什么问题?

列表选择器错误

0 投票
1 回答
5922 浏览

xaml - 如何在 windows phone 8.1 通用应用程序中使用 windows phone 工具包

我在 windows 8.1 通用应用程序项目中使用 nuget 包添加了 windows phone 工具包。它已成功添加,但我在项目中看不到引用程序集,也无法在页面 xaml 中添加引用以使用工具包控件。如何在通用 windows phone 8.1 应用程序中使用 windows 工具包?

0 投票
1 回答
26 浏览

xaml - 设置 LongListMultiSelector 内容的 VerticalAlignment

我正在使用 WP Toolkit 的 LongListMultiSelector 来选择多个项目。我写了一个 DataTemplate,它有点复杂,大约 140 像素的高度。现在我想将复选框的位置更改为 VerticalAlignment Top 到 VerticalAlignment Center。我试图改变 LongListMultiSelector 的样式,但这不起作用。

有人有想法吗?

0 投票
1 回答
1590 浏览

c# - WPToolkit 控件未显示在工具箱中

我正在 VS2012 中开发 Windows Phone 8.0 应用程序

我在NuGet中安装了WPToolkit 包管理器

安装成功,它被添加到参考

但是包的控件没有显示在工具箱中

而且我还检查了对象浏览器,项目中找到并包含了所有控件

但在工具箱中它们没有出现(也检查了工具箱项目,不出现)

问题是什么 ?

0 投票
2 回答
92 浏览

windows-phone-8 - 如何从 Windows Phone 工具包构建控件的源代码以用于我的 Windows Phone 8.1 应用程序?

不同工具包控件的源代码可从以下网址获得:http: //phone.codeplex.com/SourceControl/latest

如何构建它以将其与我的 Windows Phone 8.1 应用程序(运行时)一起使用?

0 投票
1 回答
721 浏览

wpf - 成功安装后,WPToolkit 未出现在参考资料中

我通过 NuGet 安装了 WPToolkit,它是成功的,但它没有添加到项目的解决方案中,这就是我无法添加到 xaml 的原因

*名称“AutoCompleteBox”在命名空间“clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit”中不存在。*

那我能做什么?

我在用:

谢谢,罗伯托克

0 投票
1 回答
141 浏览

visual-studio-2012 - Visual Studio Express 2012:Windows Phone 7 -> 升级到 windows phone8 (Windows.Phone.Controls.Toolkit)

我们有一个适用于 Windows Phone 7.1 的应用程序。我们最近将其更改为 8.0。更改为 8.0 后,它开始出现以下错误。

签入 nuGet。wptoolkit 已更新并安装。

错误:无法解析对程序集“Microsoft.Phone.Controls,Version=7.0.0.0,Culture=neutral,PublicKeyToken=24eec0d8c86cda1e”的依赖,因为它尚未预加载。使用 ReflectionOnly API 时,必须通过 ReflectionOnlyAssemblyResolve 事件预加载或按需加载依赖程序集。

0 投票
1 回答
98 浏览

windows-phone-8 - PhoneTextBox 光标在应用文本建议后重置

我正在使用带有InputScope="Text"的 Windows Phone 工具包中的 PhoneTextBox 来获取自动更正和文本建议。在键盘上键入时,文本建议出现在键盘上方,我选择其中之一。收到建议后,TextBox 的光标立即重置为起始位置。因此,如果我继续输入,则新文本将插入到 TextBox 的开头。

这是一个示例:在选择文本建议“测试”后,光标位于行首。

电话文本框

编辑:问题是由TextChanged 事件处理程序中的BindingExpression.UpdateSource()调用引起的。我找不到解决方法,所以我创建了一个问题:https ://phone.codeplex.com/workitem/11766

0 投票
2 回答
1027 浏览

visual-studio-2012 - 找不到包 'WPtoolkit'

我想按照Codeplex的说明安装 Windows Phone 工具包,但我在包管理器控制台中不断收到以下错误消息:

我还尝试查看“管理 NuGet 包”,但也无法在在线选项卡中找到工具包。

背景:我在 VS2012 和 VS2013 中尝试过,尝试构建为 WP8 和 WP8.1 应用程序。

我需要这个工具包,因为那里有 ListPicker 和 LongListMultiSelector 等视图组件。提前致谢。