问题标签 [windows-phone]

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 投票
7 回答
2724 浏览

iphone - 在 Windows Mobile 6、Windows Phone 7、Android 和 iPhone 上编写一次即可部署?

只是想知道是否有任何跨平台开发平台可以很好地在各种移动设备上运行企业类型的应用程序。

如果语言是 C# 将是理想的,但请随意建议其他人。

0 投票
1 回答
256 浏览

windows-phone-7 - 导航“向上”层次结构-地铁方式是什么

我正在尝试修改overflow7,使其导航速度更快-试图使其更快速地浏览。

为此,我想添加导航“向上”和“向后”方向的概念,这在 WP7 中非常自然。因此,如果用户正在浏览 StackOverflow 问题,那么我希望他们能够:

  • 快速导航“向上”到 StackOverflow 页面(否则这可能是“后退”十步)

  • 快速再次“向上”导航到所有 StackExchange 站点的列表。

目前,我已经尝试在应用程序栏上使用“主页”图标(但目前这太过分了 - 所有主页请求都转到顶层),并且我已经尝试在页面左上角放置一个超链接. 我还尝试将它们中的一系列作为面包屑。

到目前为止,这些实验存在几个问题:

  • 他们需要太多的拇指灵巧——页面顶部的链接有点牵强
  • 他们看起来有点丑
  • 他们占用了太多的屏幕空间(尤其是面包屑)

我想我目前正朝着尝试在应用程序栏上使用某种向上图标的方向前进——尽管到目前为止我所看到的设计看起来并不适合 Metro...

所以...我在问我们中间的 Metro 设计大师:有什么对 Metro 友好的方式来实现我正在寻找的效果?在动词和图标方面,我可以链接到一个对 Metro 友好的概念吗?我正在尝试与 Metro 合作,而不是反对它。

0 投票
3 回答
7126 浏览

events - 在 Windows Phone 上获取 ScrollViewer 的滚动事件

问题:在 Windows Phone 上获取 ScrollViewer 的滚动事件

我有一个这样的滚动查看器:

我需要 MyScroller 发生滚动时的事件:

0 投票
2 回答
588 浏览

silverlight - Silverlight UserControl 绑定引发 XamlParseException,AG_E_PARSER_BAD_PROPERTY_VALUE

我已经构建了一个 SpinButton 用户控件。SpinButton.xaml 具有:

SpinButton.xaml.cs 有

我想在页面中使用这个控件。这完美地工作:

但这不会:

我得到的只是一个 XamlParseException,在分配 Count 属性时出现错误 AG_E_PARSER_BAD_PROPERTY_VALUE。

知道可能出了什么问题以及如何解决吗?

0 投票
4 回答
3676 浏览

windows-phone-7 - 如何在 Windows Phone 7 中使用全局样式?

我想在 WP7 中使用全局样式,例如:

问题是这段代码似乎在 WP7 中不起作用。

我知道如何将 x:Key 添加到样式中,然后如何将其作为静态资源引用,但这不是我的情况。我想要一个全球风格。

0 投票
2 回答
1839 浏览

c# - windows phone 7开发的MVVM框架推荐

谁能推荐一个在 windows phone 7 上进行 mvvm 开发的轻量级框架?列出利弊的清单会很有用。

0 投票
1 回答
1570 浏览

c# - WP7 ScrollViewer Snap-Back and Auto scrollbar visibility issues on windows phone

I have an application that displays wrapped text in a ScrollViewer that takes up a fixed height of the page. I set the HorizontalScrollBarVisibility to Disabled, and the VerticalScrollBarVisibility to Auto.

The usability problems I'm having are as follows: Despite being set to Auto, if the content is smaller than the ScrollViewer, then the content can still scroll up and down, either scrolling past the end or hiding a portion of the text. I would like the ScrollViewer not to allow scrolling when the entire content fits inside its bounds. At the very least it should always snap the content back into view when you over-scroll.

Secondly, when the content does scroll, it sometimes gets stuck past the end and won't "snap back" from the over-scroll. For example, if the content fits fully in the ScrollViewer, and you drag your finger up or down on the text, the text will be obscured by the top or bottom of the ScrollViewer, and won't snap back. If however you drag your finger up starting from outside of the content of the ScrollViewer, it will snap back when you scroll past either end. I would like the "snap back" behavior to happen whether you drag on the content or outside of the content. Is that possible?

0 投票
1 回答
1537 浏览

c# - 在 TextBlock 上禁用不透明蒙版

我正在尝试为 WP7 创建自定义删除线(因为它不支持 SL4/WPF 删除线)。

我通过创建一个 2px 高的矩形并将其放置在距底部 33% 的位置(作为 Segeo WP 字体删除线的默认设置)来完成此操作。

但是,对于看起来像不透明蒙版的东西,这是一个相当奇怪的问题。

删除线正在对文本块进行一些屏蔽,这是非常有意的。因此,我正在寻找有关如何解决此问题的任何想法。

XAML 的片段:

如您所见,我尝试将 OpacityMask 设置为 {x:Null},但是,这根本没有效果。

0 投票
3 回答
188 浏览

c# - 在非 Windows Phone 中安装使用 Visual Studio (c#) 制作的手机应用程序?

有可能做到这一点吗?

我该怎么做?

手机规格:

  • 诺基亚 N900。
  • 操作系统:Maemo 5(基于 Linux)。

我的电脑操作系统:Win7

0 投票
1 回答
447 浏览

database - Windows Phone 7:MVVMLight 和 Messenger

我正在尝试让 MVVMLight 在 Windows Phone 7 上工作,但在理解范式时遇到了一个小问题。

我认为应该遵循的场景是:1.)当主视图模型加载时,通过 MVVM Light Messenger 发送一条消息以检查数据库是否存在 2.)ViewModel 接收到消息,如果存在不是数据库,通过信使将消息发送回视图以显示安装视图(导航到它) 3.)安装程序视图由第一个视图显示

问题似乎是事件被调用的顺序。视图成功检查数据库是否存在并发送消息,但视图模型尚未初始化(发送消息时未命中构造函数中的断点),因此未显示表单。我是否以正确的方式处理这个问题,还是应该只检查视图中是否存在数据库?