黑莓中drawFocus、paint()和paintBackground()方法之间的关系

发布于 2025-01-05 16:56:51 字数 108 浏览 0 评论 0原文

我想知道黑莓开发中drawFocus()、paint()和paintBackground()方法之间的关系是什么。具体的方法什么时候被调用以及执行的顺序是怎样的。我试图了解自己,但无法从中得到太多信息。

I want to know what is the relation between drawFocus(), paint() and paintBackground() method in BlackBerry development. When any specific method is called and what is the order of execution. I tried to understand myself but could not get glean much from it.

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

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

发布评论

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

评论(1

骄兵必败 2025-01-12 16:56:51

要找出方法执行的顺序以及执行它们的原因,最好的方法是创建一个自定义对象(例如,从您感兴趣的字段派生的字段)并覆盖自定义对象中的这些方法。

然后在这些方法上设置断点并进行调试。

The best why to find out which order methods are executed in, and what causes them to be executed, is to create a custom object (e.g. a field derived from the field you are interested in) and override those methods in your custom object.

Then set breakpoints on those methods, and debug.

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