无法解析Flex 中的组件实现错误
我收到以下错误...
could not resolve <custom:DialogTitle> to component implementation
这是什么意思以及如何解决它?
I am getting the following error ...
could not resolve <custom:DialogTitle> to component implementation
What does this mean and how can I resolve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保扩展一个接近您想要执行的操作的 Flex 组件,@2DH 是正确的。
例如,执行“DialogTitle extends TitleWindow”之类的操作
Be sure to extend a flex component that is close to what you would like to do and @2DH is right.
For example do something like "DialogTitle extends TitleWindow"