两个数据网格之间的通信

发布于 2024-12-06 14:40:05 字数 314 浏览 3 评论 0原文

我正在尝试在两个单独的窗口中的两个数据网格之间建立连接。

到目前为止,我能够在一个 FLEX 浏览器窗口中创建数据网格,但进一步陷入困境。

在第一个数据网格行列字段值之一中的某些单击事件(即按钮形式的 itemRenderer)中,我想打开一个新窗口(使用一些 LocalConnection 或ExternalInterface.call)来打开另一个窗口,其中包含原始窗口的一部分数据网格。

可以这样做吗?我应该使用哪种方法 - LocalConnection 或ExternalInterface.call ?

请帮忙。

谢谢。

I am trying to make connection between two datagrid in two separate windows.

Until now, I am able to create a datagrid in one FLEX browser window but got stuck furthur.

On some click event in one of 1st datagrid row-column field value, (i.e itemRenderer in form of button), I want to open a new window (using some LocalConnection or ExternalInterface.call) to open another window with the part of the original data grid.

Is it possible to do so ? Which method should I use - LocalConnection or ExternalInterface.call ?

Please help.

Thanks.

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

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

发布评论

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

评论(1

堇色安年 2024-12-13 14:40:05

在某些点击事件上使用 navigateToURL() 使用第二个应用程序启动第二个浏览器窗口,其中包含第二个数据网格。

两个实例启动后,您可以使用 LocalConnection 在它们之间进行通信

On some click event use navigateToURL() to launch your second browser window with your second application that contains the second DataGrid.

Once the two instances are up you can communicate between them using LocalConnection.

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