nxdialog - NX Dialog Helper
Contents
Command Line Options
-h,--help
Show this help message and exit.
--dialogDIALOG_TYPE
Type of dialog to show, one of "yesno", "ok", "error", "panic", "quit", "pulldown",
"yesnosuspend".
--messageTEXT
Message text to display in the dialog.
--captionCAPTION
Window title of the dialog.
--displayDISPLAY
X11 display where the dialog should be shown (default: $DISPLAY).
--parentAGENTPID
PID of the nxagent. The agent PID can be 0 for testing nxdialog.
--windowWINDOW
X11 id of window where to embed the pulldown dialog type.
--classDLGCLASS
Class of the message (info, warning, error) default: info) [currently unimplemented].
--local Specify that proxy mode is used [currently unimplemented].
--allowmultiple
Allow launching more than one dialog with the same message [currently unimplemented].
Description
nxdialog is a GUI helper that can be used with nxagent to provide user interaction on certain events
inside nxagent. It adds graphical widgets (menus, dialog boxes, etc.) to nxagent that allow a smarter
user interaction with the agent.
nxagent is not using nxdialog by default, set the $NX_CLIENT environment variable to make the nxdialog
path known to nxagent.
If you want to disable nxdialog usage in nxagent, then make sure that the $NX_CLIENT environment variable
is unset.
Name
nxdialog - NX Dialog Helper
Synopsis
nxdialog[-h][--dialogDIALOG_TYPE][--messageTEXT][--captionCAPTION][--displayDISPLAY][--parentAGENTPID][--windowWINDOW][--classDLGCLASS][--local][--allowmultiple]
