问题标签 [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.
wpf - winforms,WPF和metro的区别?
Metro 与 WPF 和 WinForms 有何不同?
Windows App Store 是否只允许销售 Metro 风格的应用程序?
xaml - Windows 10 - 视觉状态更改的转换
我正在尝试通过使用视觉状态触发器来更改网格的宽度,从而使我的 Windows 10 应用程序利用响应式设计。当状态改变时,宽度跳转到下一个宽度。
有没有办法通过某种过渡或动画来平滑这种变化?
uwp - Windows 10 universal app - Run in fullscreen mode by default
I have application with target windows 8.1 and when I run this application on Windows 10, it is run in small window by default.
Because it is primary tablet application I need it to run in full-screen mode by default. Is it possible to set it somewhere in Visual Studio or in some config of the application?
c# - Windows 10 UWP 应用程序在异步选择联系人时崩溃
在使用适用于手机的 Windows 10 UWP 应用程序时,我遇到了联系人选取器 API 对象的问题。手机安装了 Developer Preview 10532。
我有一个按钮的事件处理程序:
这应该给我用联系人选择器选择的联系人。
问题是,在联系人选择器窗口出现后,它会在半秒后崩溃应用程序,就在我设法选择一个联系人之后。即使在显示选择器后我什么都不做,它也会崩溃,但只需等待。加载联系人列表时似乎崩溃了...
当我部署调试或发布代码时会发生这种情况,但当我通过按 F5 从 Visual Studio 启动应用程序时不会发生这种情况。此外,不会抛出异常。
我很确定我正在正确使用 async 和 await 。由于此方法是一个事件处理程序,因此它必须是 async void。
该方法包含更多代码,也包含更多代码,但我添加了 MessageDialog 调用以查看它在哪里结束,并且它在调用 PickContactsAsync() 之后立即发生。之后什么都不会被执行。我什至注释掉了其代码的所有其他部分。
关于可能发生的事情有什么建议吗?谢谢。
c# - Windows 10 通用应用程序在哪里触发操作去?
我试图从旧的 Windows Phone 项目中移植一些代码,但我遇到了 2 个问题。
TriggerAction<T>
上课去哪儿了?我可以找到Windows.UI.Xaml.TriggerAction
但是没有Invoke
方法可以重载也AssociatedObject
丢失了..
其次,我如何使用EventTrigger.RoutedEvent
即时通讯尝试将其连接起来,KeyUp
但无论我写什么,我都会得到The event 'KeyUp' is not a RoutedEvent
。
wcf - DuplexChannelFactory/DuplexClientBase 构造函数抛出 PlatformNotSupportedException
环境:
使用 .NETCore 的 UWP 应用程序,“Win 10 for Mobile - 10.0.10240.0”
场景:
尝试使用 netTcpBinding 双工 wcf 服务。
说明:
有一个类派生自 DuplexChannelFactory,当我尝试调用它的 ctor(InstanceContext, Binding, EndpointAddress) 时,抛出了 PlatformNotSupportedException。
或者,我直接尝试从 VS2015 参考中“添加服务参考”,在使用生成的客户端时,我得到了相同的结果,堆栈跟踪位于快照图像中,因此我需要在此处手动键入其中的一部分:
c# - UWP 中的 Type.IsSubclassOf
所以我将库从 .NET 4.5.1 移植到 UWP。
在库中,我们使用来自 Type 类的方法,特别是Type.IsSubclassOf。但是在 UWP 中我找不到任何等效的方法。
如果某个类是 UWP 中某个其他类的子类,有没有办法找到它?
xaml - 带类型参数的页面
我想使用 UWP 的新功能 -> x:Bind。为此,我的所有页面都需要具有 ViewModel 属性(如教程中所述)。为了避免代码重复,我建立了如下基类:
如您所见,此 BasePage 类包含名为“VM”的属性,并且该属性的类型为 BaseVM。因此,我不需要在每个派生类上定义 VM 属性。
然后我创建了在 xaml 中定义的派生页面“MainPage”,如下所示:
通过这样做,即使是 Resharper 的 Intellisense 也为我提供了 MainPage.xaml 中“MainVM”的属性,因此可以编写:
不幸的是,当我尝试构建项目时,MainPage.gics 中出现错误:
严重性代码 描述 项目文件行错误 CS0305 使用通用类型“BasePage”需要 1 个类型参数 Realarm D:...\Realarm\obj\x86\Debug\View\Pages\MainPage.gics 13
有什么帮助吗?
c# - C# Windows 10 Universal App Set Storyboard From and To values from code
I am defining a storyboard as a Grid Resource. I have named it. I can set the TargetName property in code, but I cannot figure out how to set the From and To values of the storyboard in code. These values need to be set at runtime. Here is what I have.
As you can see, From and To are set in XAML. I want to instead set those values in code. How can I do that?
javascript - cordova-plugin-file-transfer 插件在 Windows 10 sencha touch store 应用程序上不起作用
我一直在我们的混合 html 应用程序中使用文件传输插件,它同时支持寡妇 8.1 和 ios 和 android,但我还需要它在 Windows 10 商店应用程序中工作。它似乎无法在 Windows 10 中下载文件,请建议一些替代插件从服务器下载文件,或者如果我们在 Windows 10 中完成这项工作
下面的示例代码