Index...
Centrallix Documentation
|
widget/remotemgr
remotemgr :: Nonvisual widget permitting the application to send events to a remote Centrallix application
Metadata:
type: | widget/remotemgr |
visual: | no |
container: | no |
form element: | no |
Overview:
The remote control manager nonvisual widget allows for one application (or instance of an application) to activate Actions in another running application, even if those applications are on two separate client computer systems. This is done by passing the event/action information through a remote control channel on the server.
Two remote control widgets are required: a master and slave. This widget is the master widget, which sends remote control events via the Centrallix server. When a this widget sends an event through the channel, the slave widget (remotectl) is automatically activated and can then trigger the appropriate action on another widget on the remote application's page.
In order for the remote control event to be passed through Centrallix, the master and slave widgets must both be using the same channel id and be logged in with the same username.They need not be a part of the same session on the server.
Note: at the time of this writing, the remotemgr widget was not yet written.
Usage:
The remote control manager widget is a nonvisual widget and thus cannot contain visual widgets.It is normally located at the top-level of an application, within a "widget/page" object.
Sample Code:
none currently available
Comments...
(none yet)
Add a Comment...
|