如何在 Flex 4 textinput 中显示复制和粘贴菜单项?

发布于 2024-10-06 16:54:56 字数 97 浏览 5 评论 0原文

在我的 Flex 4 项目中,我使用了一些 Spark TextInput 组件。默认情况下,右键菜单中不显示复制和粘贴。用户需要复制一些文本并粘贴到其中。我们怎样才能实现这一点?

In my flex 4 project I am using some Spark TextInput components. It doesn't show copy and paste in the right click menu by default. The user needs to copy some text and paste into it. How can we enable this?

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

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

发布评论

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

评论(3

一页 2024-10-13 16:54:56

我发现这些信息很有用:
http://forums.adobe.com/message/3612279

基本上,请确保您是否在面板或标题窗口中使用 TextInput 组件,请确保设置 mouseEnabled="true"PanelSkinTitleWindowSkin 都有 mouseEnabled="false"

我发现只需在 TitleWindow 上设置 mouseEnabled="true" 即可解决问题。

I found this information useful:
http://forums.adobe.com/message/3612279

Basically, make sure that if you are using TextInput components inside a Panel or TitleWindow, make sure you set mouseEnabled="true". Both PanelSkin and TitleWindowSkin have mouseEnabled="false".

I found that just setting mouseEnabled="true" on my TitleWindow solved the problem.

套路撩心 2024-10-13 16:54:56

如果您要创建一个新的 ContextMenu 来向其中添加自定义项,并且没有看到复制粘贴选项,请确保 ContextMenu 对象上的 ClipboardMenu=true。

If you are creating a new ContextMenu to add custom items to it and your not seeing the copy paste options, make sure that clipboardMenu=true on your ContextMenu object.

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