问题标签 [windows-10-universal]
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# - AppBarButton in compact mode inside CommandBar
I found in the documentation for CommandBar this description:
The app bar button controls are characterized by an icon and associated label. They have two sizes; normal and compact. By default, the text label is shown. When the IsCompact property is set to true, the text label is hidden. When used in a CommandBar control, the CommandBar sets the IsCompact property automatically as the control is opened and closed.
Am I able to somehow keep IsCompact
mode active for AppBarButton
also if a CommandBar
is opened?
It works if I use AppBar
, however, it does not have SecondaryCommands
and also I can see in the documentation some kind of recommendation to use CommandBar instead of AppBar for Windows 10 apps.
You should use the
AppBar
only when you are upgrading a Universal Windows 8 app that uses theAppBar
, and need to minimize changes. For new apps in Windows 10, we recommend using theCommandBar
control instead.
I was experimenting with Opening
and Opened
events of CommandBar
but I was not too much successful with any solution.
uwp - 从桌面 UWP 应用更新 Microsoft Band Me Tile
如标题所述,是否可以将 Me Tile 更新从桌面/平板电脑应用程序发送到乐队?还是仅从与之同步的移动设备?
我正在向商店提交我的乐队背景应用程序,我正在考虑是否应该将其设为仅移动设备。
c# - 将内容动态添加到 hubsection xaml
我需要MyElement
在 hubsection 内动态添加一个在运行时创建的。我怎样才能做到这一点?
谢谢!
c# - 检测 UWP 应用中存在哪些 API
了解为什么不建议检测设备类型来执行运行时功能,最佳实践指示检测哪些 API 存在。这样,例如,在桌面模式下运行平板电脑的用户将不会遇到不良行为。此外,由于硬件是如此动态,因此检查触摸功能等用户交互也不是一个好方法。
在我们的项目中,我们决定确定三种不同屏幕宽度(小、中和大)所需的 API。Microsoft 已在此处列出了这些 API 。但是这个列表相当长,检查它们中的每一个是否存在会很麻烦。
任何有关如何执行这些检查的建议,而无需ApiInformation.IsTypePresent("Windows.Phone.UI.Input.HardwareButtons")
为 Microsoft 提供的 API 列表中的每个合同重复这样的调用,我们将不胜感激。
c# - 如何在用户控件通用 Windows 应用程序中点击的图像上导航框架?
我有一张图片点击它我正在导航到另一个页面
C#
现在我为自适应 UI 创建了一个用户控件,我的代码现在看起来像这样
现在的问题是,我将如何导航到在 UserControl 中点击的属性无法使用的其他页面?
win-universal-app - 当悬停在 stackPanel Universal 应用程序上时修改前景色
我有一个包含 StackPanel 的拆分视图,我想定义一个样式,当悬停在每个 StackPanel 中时修改颜色,这可能吗?
这是我的代码:
我已经定义了这样的样式:
但是当我悬停时,StackPanels Foreground 都没有改变
感谢帮助
c# - BLE 估计 eddystone 后台任务未运行
我正在尝试创建一个后台任务,该任务将在系统检测到由 estimote 信标广播的 eddystone 广告时运行。
我已经将信标配置为发送 eddystone 数据包,并且我曾经UniversalBeaconLibrary
在应用程序处于前台时获取这些数据包(这里没有问题)。
现在我想在应用程序未启动时收到通知(使用对蓝牙广播数据包作出反应的后台任务)。据我了解,为了避免对电池/CPU 造成太大压力,我确实需要过滤这些广告。
最简单的过滤形式之一(我尝试使用的)是使用蓝牙 SIG 提供的公司 ID。
这是我尝试过的:
因为它是我得到一个例外,说没有足够或太多的过滤。
取消注释其中一个触发块时,我没有例外,但任务似乎没有启动。
**编辑:** 我问估计他们在使用 eddystone 数据包时广播的公司 ID 是什么。据他们说,没有。
关于这个答案,什么是合适的过滤器?
akka.net - UAP 中 Akka.net 的兼容性
我想将 Akka.net 添加到我的 Windows 10 应用程序中,但是在尝试安装 1.0.5 版的 nuget 包时得到了这个
Akka 1.0.5 与 UAP 不兼容,Version=v10.0。某些软件包与 UAP 不兼容,Version=v10.0。
这是我只需要等待的支持,还是我可以做些什么来解决?
c# - 如何在 OneDriveClient 中创建文件夹
如何在IOneDriveClient
( OneDriveClientExtensions.GetUniversalClient(scopes)
) 中创建?不是休息!