使用 SketchFlow 制作 MS Surface 应用程序原型
我们正在 MS Surface 设备上进行模型/原型设计,我想知道是否有人成功使用 SketchFlow 为此。我看到的问题是,该工具生成的代码使用普通的 WPF 控件(按钮等),而不是接触感知表面对应项(SurfaceButton),这意味着它们在表面上无法正常工作,除非您还使用老鼠。
此外,如果能够挂钩其他手势事件来触发草图流转换,那就太好了。比如捏合手势切换页面等。
有没有人在使用 Sketchflow 的 Surface 原型设计方面取得过成功。如果是这样,你是怎么做到的?
We're doing mockups/prototyping on a MS Surface device and I wonder if anyone has succeeded in using SketchFlow for this. The problem that I see is that the code generated by the tool uses normal WPF controls (Button, etc.) instead of the contact aware surface counterparts (SurfaceButton) which means that they won't work nice on the surface unless you also use a mouse.
Additionally, it would be nice if it was possible to hook in to other gesture events to trigger sketchflow transitions. Like the pinch gestures to switch page etc.
Has anyone had any success with prototyping for Surface using Sketchflow. If so, how did you do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以编写一个触发器或行为来处理您提到的其他手势事件,以便在可重复使用的 SketchFlow 播放器中导航,并且应该启用您所建议的功能。
至于控件,我对表面开发不是很熟悉,但您也可以创建一种行为,在附加时添加某种表面功能,例如视觉对象的可点击性。
如果我能提供任何帮助,我很乐意提供帮助。
You could write a trigger or behavior that would handle the other gesture events you mention to navigate around the SketchFlow player that would be re-usable, and should enable what you are suggesting.
As for the controls, I am not very familiar with surface development, but you might also be able to create a behavior that when attached adds some sort of surface ability, like clickability to the visual object.
Happy to help if I can be of any assistance.