<?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 XDialog obsolete in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726231#M946038</link>
    <description>Dear all,&lt;BR /&gt;in HP-UX 11.11 the XDialog tool is no more supported.&lt;BR /&gt;&lt;BR /&gt;Can someone suggest a simple alternative to this tool?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Enrico</description>
    <pubDate>Fri, 17 May 2002 06:35:10 GMT</pubDate>
    <dc:creator>Enrico Venturi</dc:creator>
    <dc:date>2002-05-17T06:35:10Z</dc:date>
    <item>
      <title>XDialog obsolete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726231#M946038</link>
      <description>Dear all,&lt;BR /&gt;in HP-UX 11.11 the XDialog tool is no more supported.&lt;BR /&gt;&lt;BR /&gt;Can someone suggest a simple alternative to this tool?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Enrico</description>
      <pubDate>Fri, 17 May 2002 06:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726231#M946038</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2002-05-17T06:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: XDialog obsolete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726232#M946039</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Go to &lt;A href="http://www.software.hp.com" target="_blank"&gt;www.software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Public Domain Software&lt;BR /&gt;&lt;BR /&gt;I am sure there is something there.&lt;BR /&gt;&lt;BR /&gt;Or make one.&lt;BR /&gt;&lt;BR /&gt;This puts a message to DISPLAY after n hours and minutes&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;hours=$1&lt;BR /&gt;shift 1&lt;BR /&gt;min=$1&lt;BR /&gt;shift 1&lt;BR /&gt;let seconds=$hours*60&lt;BR /&gt;let seconds=$seconds+$min&lt;BR /&gt;let seconds=$seconds*60&lt;BR /&gt;sleep $seconds&lt;BR /&gt;/usr/bin/X11/hpterm -fn courB24 -geometry 90x9 -fg red -bg khaki -e /bin/ksh -c&lt;BR /&gt;"echo $* ;echo return to exit;read a"&amp;amp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                 Steve Steel</description>
      <pubDate>Fri, 17 May 2002 06:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726232#M946039</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-17T06:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: XDialog obsolete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726233#M946040</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there ist a good thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x29f36c96588ad4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x29f36c96588ad4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this should give you all needed information. In short: there is a xdialog replacement on the porting center. And the official replacement is the dtksh (which seems pretty complicated to me).&lt;BR /&gt;&lt;BR /&gt;I think i also read that you are able to copy xdialog from 10.20 and use it on 11.11 but i can't confirm it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Fri, 17 May 2002 07:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726233#M946040</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2002-05-17T07:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: XDialog obsolete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726234#M946041</link>
      <description>Enrico,&lt;BR /&gt;&lt;BR /&gt;I've been in the process of upgrading all our workstations to 11.11.  I, too, have noticed that xdialog is not available with 11.11.  Many of our applications use this function to send messages to the user.  I've just copied the 10.20 executable to the /usr/bin/X11 directory under 11.11, and have had no complaints.  Testing reveals that is functions the same as in 10.20.  (Now if I can convince the programmers to use something other that xdialog...).</description>
      <pubDate>Mon, 20 May 2002 12:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726234#M946041</guid>
      <dc:creator>Mark Ellzey</dc:creator>
      <dc:date>2002-05-20T12:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: XDialog obsolete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726235#M946042</link>
      <description>Hello Mark,&lt;BR /&gt;thank you for your reply.&lt;BR /&gt;Actually we use from several times the xdialog 10.20 in the HP-UX 11 environment, and it works fine! My doubt was about the sudden obsolescence in some next release of HP-UX, so I prefere to use something else supported by HP.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 20 May 2002 12:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726235#M946042</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2002-05-20T12:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: XDialog obsolete</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726236#M946043</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;actually you can simply write a (very small) DeskTop KornSHell (dtksh) script to substitute the missing "xdialog"...&lt;BR /&gt;&lt;BR /&gt;And since "dtksh" is part of CDE, it is available to you!&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Mon, 20 May 2002 13:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xdialog-obsolete/m-p/2726236#M946043</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-05-20T13:11:35Z</dc:date>
    </item>
  </channel>
</rss>

