问题标签 [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.
c# - System.Windows.ni.dll 中发生“System.Windows.Markup.XamlParseException”
我的 Windows Phone 应用程序出现此错误:
System.Windows.ni.dll 中出现“System.Windows.Markup.XamlParseException”类型的第一次机会异常
仅在我使用以下行在我的应用程序中安装并添加对WPtoolkit的引用后才会发生这种情况,
我在以下行收到错误,
可能是什么问题,对此有什么可能的解决方法?
ApplicationPage
XAML
c# - 工具包:尝试设置 ItemSource 时,ListPicker 为 Null
对 Windows Phone 应用程序非常陌生。
试图创建类似于下拉列表的东西,找到了 ListPicker。一旦它不起作用,我做了一些更多的研究之后,我来到了以下代码:
但是,当我尝试设置 ItemSource 时,我得到一个空引用异常,它来自 ListPicker 对象。
任何关于为什么会发生这种情况或如何解决它的想法将不胜感激。
提前致谢
xaml - 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 to a TextBlock
?
windows-phone-8 - CustomMessageBox:如何在 PickerMode.Expanded 中与 ListPicker 一起使用?
我尝试在 PickerMode.Expanded 中使用带有列表选择器的 CustomMessageBox,但我遇到了问题。
在更改 ItemsSource = new string[] { "5 minutes", "10 minutes", "1 hour", "4 hours", "1 day", "2 days", "后运行 CustomMessageBoxSample 可以看到同样的问题10 天" } ,即超过 5 个元素,因此默认情况下它将在 FullMode 下打开。
在这种情况下,保持其他代码示例不变,单击 listpicker 会打开 fullMode 选择页面,但在选择之后,整个 CustomMessageBox 将关闭(您无法决定按下它的左键或右键)。我尝试按如下方式更改代码,但在这种情况下,fullMode 选择页面在 messageBox 后面打开,无法看到并且无法进行选择(如果您放置了许多项目,您可以看到它,灰色,所以它有一个长长的项目列表,因此其中一些可以在前台消息框下方的背景中显示。
我也尝试使用以下代码,但 fullMode 选择页面,即使现在可见,但未启用,因此无法进行选择....
有什么建议吗?
谢谢恩佐·康蒂尼
c# - 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", "4 hours", "1 day", "2 days", "10 day" } , that is having more than 5 elements, so it will open in FullMode by default.
In this case, leaving the other code example as it is, clicking the listpicker opens the fullMode selecting page but, after a selection, the whole CustomMessageBox is closed (you cannot decide to press its left or right button).
I tried to change the code as follows, but in this case the fullMode selecting page is opened behind the messageBox and cannot be seen and no selection can be done (you can see it, in greyed, if you put many items so it has a long list of items so some of them can be displayed in background below the foreground messagebox.
But its not working. any help??
windows-phone-8 - WPToolkit CustomMessageBox - 保持打开状态,直到某些条件为真
我正在使用 CustomMessageBox 为 WP8 构建应用程序。customMessageBox 的内容包括一个 textBox 和 LeftButton。我希望 customMessageBox 保持打开状态,直到用户在 textBox 中写入内容并对其进行验证。这是一些代码:
我为以下代码创建了布尔变量 isSaved:
但它不起作用 - 也许 e.Cancel 是为了其他东西,虽然我找不到任何关于它的文档。CreateUser() 方法验证输入并将其保存到数据库。
我在互联网上搜索了解决方案,但找不到任何东西,如果您能帮助我或告诉我在哪里可以找到解决方案,我将不胜感激。先感谢您!
windows-phone-8 - VS2013 和 WPTooklit(2013 年 8 月的版本)
对那里的任何人的快速提问。我正在尝试安装 wptoolkit 的 NuGet 包的 8 月版。不幸的是,我无法让它显示在 VS2013 Pro 下。有没有人能让这个工作?
profiling - 使用 cygwin 进行 Gpuview 日志记录不起作用
当我从 Windows 命令行运行时,我会因为说文件已经存在而log.cmd
收到错误消息。我知道其他进程也使用 Windows ETL,并且由于用于跟踪事件,它在某种意义上“冲突”。尽管如此,我还是得到了大量通过再次运行合并的 ETL 文件。xperf
*.etl
gpuview
xperf
log.cmd
我讨厌使用cmd
并尝试使用cygwin bash
. 我得到类似的错误,但除非DXCstate.etl
,我没有看到其他任何东西。
我正在以管理员权限运行终端,并log.cmd
拥有 755 权限。
c# - 如何使用我自己的带有倾斜效果的应用程序栏?
对于我的 Windows Phone 8 应用程序,我正在实现自己的应用程序栏(我无法使用系统提供的应用程序栏)。一切正常,但我有一个大问题:菜单项的倾斜效果!
我尝试使用 WP 工具包提供的倾斜效果,但它看起来不像原来的那个。那么如何在自己的应用栏中使用系统应用栏的精确倾斜效果呢?
谢谢。
c# - 如何获取 WPT Autocompletebox 选择项参考
我正在构建一个 Windows Phone 应用程序,我正在使用Autocompletebox
. 我通过网络搜索 api 动态填充它。
现在如果用户从自动完成框中选择特定项目,如何获取该特定对象的引用。
我是如何使用它的,
name 变量绑定在 automcompletebox 文本上。无论如何要选择哪个参考?我正在使用 selectionchanged 事件,但我不知道为我提供了 itemsource 的特定索引的特定属性。