如何使用 Delphi Firemonkey 在 iPhone 应用程序上使用手势?

发布于 2024-12-11 14:23:19 字数 623 浏览 0 评论 0原文

我正在尝试使用 Delphi XE2 / FireMonkey 编写一个 iPhone 应用程序,并且已经克服了许多最初的障碍,但现在我陷入了手势处理。

我已经使用 TVertScrollBox 创建了一个测试应用程序,但我无法滚动内容,除非启用滚动条(非常细)并触摸它们。这对 iPhone 不太友好(而且几乎无法使用)。希望您能指出正确的方向。

文档似乎建议使用 UIGestureRecognizer...

http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/GestureRecognizers/GestureRecognizers.html

...但是这些需要附加到视图,而应用程序使用 FireMonkey 表单。

任何想法将不胜感激。

I am trying to write an iPhone app using Delphi XE2 / FireMonkey and have got past many of the initial hurdles, but am now stuck on gesture handling.

I have created a test app with a TVertScrollBox, but I cannot scroll the contents, unless I enable the scroll bars (which are very thin), and touch those. This is not very iPhone friendly (and almost unusable). Would appreciate a pointer in the right direction.

Documentation seems to suggest using UIGestureRecognizer...

http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/GestureRecognizers/GestureRecognizers.html

...however these need to be attached to a View, whereas the app is using a FireMonkey form.

Any thoughts would be appreciated.

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

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

发布评论

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

评论(3

幸福还没到 2024-12-18 14:23:19

我已经弄清楚如何执行此操作...

TVertScrollBox 控件需要将 MouseTracking 属性设置为 True。

添加到 TVertScrollBox 的所有控件都需要将其 HitTest 属性(如果存在)设置为 False。之后就可以了!

I have worked out how to do this...

The TVertScrollBox control needs to have the MouseTracking property set to True.

All controls added to the TVertScrollBox then need to have their HitTest property (if it exists) set to False. After that it just works!

笔芯 2024-12-18 14:23:19

以Delphi Xe3、Fire Monkey作为支持基本手势(缩放、旋转、平移)
但官方 Xe3 不再支持“IOS”作为目标。
你必须等待 2013 年初才能发布他们的“mobile studio”扩展

With Delphi Xe3, Fire monkey as support for basic gestures (zoom, rotation, pan)
But officially Xe3 doesn't support anymore "IOS" as a target.
You have to wait beginning of 2013 for the release of their "mobile studio" extension

故事未完 2024-12-18 14:23:19

目前 FireMonkey 中没有手势。

Gestures not in FireMonkey at the moment.

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