触摸屏winform应用程序的UI组件?
我见过这个问题: 是否有适合触摸屏 Web 的合适的 UI 组件应用程序?并且有几乎完全相同的问题,但我专注于winforms。
我正在开发一个主要不是为触摸屏使用而设计的应用程序,但现在我看到越来越多的客户使用触摸屏,并希望该应用程序能够更好地支持它。
我想“添加”到用户界面,以便例如右键单击组合框(或单击组合框侧面的按钮)会打开一个对话框,该对话框可以在触摸屏上更轻松地处理项目的显示和选择。
我想要增强或替换的控件是列表框、组合框和文本框。
我知道自己创建这些控件很容易,但我认为必须有一些标准和经过测试的 UI 可以在该环境中正常工作。 如果已经存在好的轮子,我不想重新发明轮子并制造出坏轮子。
把它们加起来: 是否有关于触摸屏的控制指南,那么在哪里? 有没有我可以使用的现成控件(或免费控件)?
谢谢!
I have seen this question:
Are there any decent UI components for touch screen web applications? and have allmost exact the same question but Im focused on winforms.
I working on an application that is not primary made for using with a touch screen, but now I see more and more customers using touch screen and want the application to support it better.
I want to "add" to the UI so that for example a rightclick on a combobox (or click a button at the side of the combobox) opens up a dialogbox that handles the showing and selecting of the items easier on a touch screen.
Controls I want to enhance or replace are listboxes, comboboxes and textboxes.
I know its easy to create those controls myself, but I think there must be some standards and allready tested UIs that works good in that environment. I dont want to reinvent the wheel and make a bad one if it allready exists good ones.
To sum it up:
Are there guide-lines for controls regarding touch screens, then where?
Are there any allready made controls I can byu (or free ones) out there?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了一些资料:
触摸屏应用交互设计指南
http://www.sapdesignguild.org/resources/TSDesignGL/INDEX.HTM
pdf 版本:
http://www.sapdesignguild.org/resources/TSDesignGL/TSDesignGL.pdf
人类与交互式信息亭之间的界面
http://www.visi.com/~keefner/pdfs/focus1.pdf< /a>
成功的自助服务终端应用程序的关键一般可以使用一些技巧:
http://www.visi.com/~keefner/pdfs/Kiosk-提示.ppt
Found some information:
Interaction Design Guide for Touchscreen Applications
http://www.sapdesignguild.org/resources/TSDesignGL/INDEX.HTM
pdf-version:
http://www.sapdesignguild.org/resources/TSDesignGL/TSDesignGL.pdf
The interface between humans and interactive kiosks
http://www.visi.com/~keefner/pdfs/focus1.pdf
Keys to a Successful Kiosk Application Some tips can be used generally:
http://www.visi.com/~keefner/pdfs/Kiosk-Tips.ppt