Inter-Desktop Communication"
From Documentation
(Created page with '{{ZKDevelopersReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- | | | |} {{ZKDeveloper…') |
|||
Line 1: | Line 1: | ||
{{ZKDevelopersReferencePageHeader}} | {{ZKDevelopersReferencePageHeader}} | ||
+ | Unlike pages, you cannot access two desktops at the same time. You cannot send or post an event from one desktop to another directly, either. Rather, we have to use [[ZK Developer's Reference/Event Handling/Event Queues|a event queue]] with a proper scope, such as group, session or application -- depending on where the other desktop is located. | ||
+ | |||
+ | =Desktops in the Same Browser Window= | ||
+ | |||
+ | =Desktop in Different Sessions= | ||
=Version History= | =Version History= | ||
{{LastUpdated}} | {{LastUpdated}} |
Revision as of 11:30, 25 November 2010
Unlike pages, you cannot access two desktops at the same time. You cannot send or post an event from one desktop to another directly, either. Rather, we have to use a event queue with a proper scope, such as group, session or application -- depending on where the other desktop is located.
Desktops in the Same Browser Window
Desktop in Different Sessions
Version History
Version | Date | Content |
---|---|---|