Operating System - HP-UX
1834299 Members
2683 Online
110066 Solutions
New Discussion

"Shortcut" creation in CDE

 
Tim Leong_1
Advisor

"Shortcut" creation in CDE

Does anyone know how to create a shortcut icon in CDE without having the "Action: Run" dialog box come up?
2 REPLIES 2
Leif Halvarsson_2
Honored Contributor

Re: "Shortcut" creation in CDE

Hi,
Try with setting the window type to NO-STDIO
Leif Halvarsson_2
Honored Contributor

Re: "Shortcut" creation in CDE

Hi,
I was perhaps not clear enough:

If you use the CerateAction tool, select Window type: "Graphical (X-window)".

If you create action with an editor, se example below:

example (omni.dt)

ACTION omni
{
LABEL omni
TYPE COMMAND
EXEC_STRING /opt/omni/bin/xomni
ICON Dtactn
WINDOW_TYPE NO_STDIO
}