<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: alert window in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854578#M94409</link>
    <description>A very simuilar utility = xmessage or you can get xdialog from &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gtk/Xdialog-2.0.3/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gtk/Xdialog-2.0.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you want a copy of xmessage drop me an email or post yours ...&lt;BR /&gt;&lt;BR /&gt;Another way would be to use dtksh (1)also see /usr/dt/share/examples/dtksh</description>
    <pubDate>Fri, 29 Nov 2002 10:06:42 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2002-11-29T10:06:42Z</dc:date>
    <item>
      <title>alert window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854574#M94405</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;can you tell me how can I start a pop-up window after login in a HPUX11.00 machine , with an OK button in order to tell the user not to stop a program, or to remind me that I have to do something? It seems that nobody reads the messages echoed from .profile...</description>
      <pubDate>Fri, 29 Nov 2002 09:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854574#M94405</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2002-11-29T09:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: alert window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854575#M94406</link>
      <description>Have a look at xdialog(1). It disappeared from the Standard HP-UX distribution beginning with 11.00, but you may copy it from a 10.20 box (/usr/bin/X11/xdialog).&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Fri, 29 Nov 2002 09:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854575#M94406</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-11-29T09:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: alert window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854576#M94407</link>
      <description>&lt;BR /&gt;Yes, xdialog is the program to use. We use it a lot, eg. for backup alerts. Heres an example with an OK button;&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin/xdialog -bg red -fg black                 -title "**************BACKUP FAILED*************"                 -m "                   BACKUP FAILED on $HOSTNAME              " &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Nov 2002 10:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854576#M94407</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-11-29T10:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: alert window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854577#M94408</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try this&lt;BR /&gt;&lt;BR /&gt;xdialog   --title "&lt;TITLE_TEXT&gt;"   --check "Don\'t display again"   --no-cancel   --stdout   --textbox "text file path" 0 0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Niraj&lt;/TITLE_TEXT&gt;</description>
      <pubDate>Fri, 29 Nov 2002 10:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854577#M94408</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2002-11-29T10:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: alert window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854578#M94409</link>
      <description>A very simuilar utility = xmessage or you can get xdialog from &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gtk/Xdialog-2.0.3/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gtk/Xdialog-2.0.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you want a copy of xmessage drop me an email or post yours ...&lt;BR /&gt;&lt;BR /&gt;Another way would be to use dtksh (1)also see /usr/dt/share/examples/dtksh</description>
      <pubDate>Fri, 29 Nov 2002 10:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854578#M94409</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-11-29T10:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: alert window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854579#M94410</link>
      <description>xdialog is not available from 10.20.&lt;BR /&gt;On hpux 11.0 you have the dtksh .&lt;BR /&gt;Check the man pages of dtksh.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Nov 2002 10:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854579#M94410</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-29T10:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: alert window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854580#M94411</link>
      <description>I can't seem to be able to send you an email ? can you send me a blank one .... alex_glennie@hp.com if you want the xmessage binary .....</description>
      <pubDate>Fri, 29 Nov 2002 10:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854580#M94411</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-11-29T10:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: alert window</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854581#M94412</link>
      <description>Correct, just found that there is a difference between s700/10.20 and s800/10.20.&lt;BR /&gt;&lt;BR /&gt;from a 10.20 s700:&lt;BR /&gt;# swlist -l file |grep xdialog&lt;BR /&gt;  InstantIgnite.PROD-TOOLS: /usr/bin/X11/xdialog&lt;BR /&gt;  InstantIgnite.PROD-TOOLS: /usr/share/man/man1.Z/xdialog.1&lt;BR /&gt;&lt;BR /&gt;from a 10.20 s800:&lt;BR /&gt;# swlist -l file |grep xdialog&lt;BR /&gt;&lt;BR /&gt;UPSMGRCLIENT.UPSMGRCLIENT: /opt/upsmgr/client/bin/xdialog&lt;BR /&gt;  UPSMGRMGMT.UPSMGRMGMT: /opt/upsmgr/manager/bin/xdialog&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So it's also bundled with the UPS Manager. :-)&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Fri, 29 Nov 2002 11:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alert-window/m-p/2854581#M94412</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-11-29T11:01:19Z</dc:date>
    </item>
  </channel>
</rss>

