Drag & 的 UI 替代品降低

发布于 2024-11-08 00:43:25 字数 361 浏览 0 评论 0原文

我正在实施 Drag &拖放我的应用程序,以便用户可以将某些项目拖到文件夹中。无论我使用哪种编程语言/Gui 框架,我都不喜欢实现 Drag &完全放弃代码。

此外,我经常看到不使用 Drag & 功能的计算机用户。如果您不确切地告诉他们它是如何工作的,请放弃。他们正在搜索“添加”按钮,而不是仅仅将项目拖到文件夹中(我在 iTunes 中见过几次)。

所以我问自己是否有比拖放更好的替代品。放弃范式。例如,当突出显示文件夹时,您可以在每个项目附近混合上下文相关按钮。单击按钮将添加该项目。可用性方面不是最好的例子,但也许你知道更好的例子。

您是否知道一些不错的替代方案,即无需借助“拖放”即可实现“项目到文件夹功能”的应用程序?降低?

I'm implementing Drag & Drop for an application of mine so a user can drag some item to a folder. Regardless of the programming language/Gui Framework I used I never liked implementing Drag & Drop code at all.

Further I often see computer users who don't use Drag & Drop if you don't tell them exactly how it works. They are searchig for an "Add"-Button instead of just dragging the item to the folder for instance (I have seen this in iTunes several times).

So I ask myself if there isn't a better alternative to the Drag & Drop paradigm. You could for instance blend in context sensitive buttons near every item when a folder is highlighted. The button-click would then add the item. Usability-wise not the best example but maybe you know better ones.

Do you know nice alternatives, applications that implement this "item-to-folder-functionality" without resorting to Drag & Drop?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

单身情人 2024-11-15 00:43:25

这让我想起了 GMail 中的“移至”功能。您可以使用复选框选择要移动的邮件。顶部有一个下拉按钮(具有自动完成支持,可轻松找到所需的标签),允许您将消息移动到标签/文件夹。无需拖放,确实直观。

(也就是说,我发现 DnD 非常自然,如果构建 GUI 我肯定会考虑它)

It makes me think of the 'Move to' function in GMail. You select the messages your want to move with the checkboxes. On top, there is a dropdown button (with autocomplete support to easily locate the label you want) that allows you to move the messages to the label/folder. No drag and drop and intuative indeed.

(That said, I find DnD very natural, I definitely would consider it if building a GUI)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文