<?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: DEC TPU Graphics Within MESSAGE() Function in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169771#M42136</link>
    <description>Going from SMG to TPU seems an odd choice.  Certainly not the direction I'd tend to head.  Not without some (as yet unstated) constraints.&lt;BR /&gt;&lt;BR /&gt;Presuming this is not an internal tool, can you post up a pointer to whatever widget you're working on (I don't see an obvious zscoll with any SMG pieces around), and some background on what you're trying to achieve here, and with some details on what display hardware is involved?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;To crack the egg another way, is there any way I can get rid of the 'messages' buffer from the screen, so I have control of the whole screen?&lt;BR /&gt;&lt;BR /&gt;Usually via the terminal or terminal emulator set-up or configuration or menu, and the associated setting.  IIRC, there's a control sequence that can be tossed at the screen for this, too.&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Apr 2009 15:32:35 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2009-04-15T15:32:35Z</dc:date>
    <item>
      <title>DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169768#M42133</link>
      <description>Does anyone know how to output graphics within the TPU Message() function?&lt;BR /&gt;&lt;BR /&gt;I've tried this, but I just get a backwards question mark :-&lt;BR /&gt;&lt;BR /&gt;msg := FAO("!AS[7m Use the arrow keys to scroll and Enter to select an entry, or press 'Q' to quit",ASCII(27));&lt;BR /&gt;MESSAGE(msg);&lt;BR /&gt;&lt;BR /&gt;Cheers, Rob.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Apr 2009 13:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169768#M42133</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-04-15T13:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169769#M42134</link>
      <description>Reverse video?  I'd stick to the use of what TPU provides, rather than going around it with control sequences.  (I really don't like going "around" a tool that's managing the screen.)&lt;BR /&gt;&lt;BR /&gt;If you want more direct control, that sort of task typically uses SMG or curses.  Or the (older) version of GTK that's kicking around, if you want some portability.&lt;BR /&gt;&lt;BR /&gt;If you want full control and a more typical approach, then that's usually php or perl or python or Lua or such.&lt;BR /&gt;&lt;BR /&gt;BTW, !AS is an ASCII string by descriptor.  Off-hand, I'd not assume ASCII() gave me that as a parameter.  Rather, try Or try message(ascii(27)+"[7M")&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Apr 2009 13:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169769#M42134</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-15T13:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169770#M42135</link>
      <description>I'm actually trying to rewrite ZSCROLL (an SMG app) in TPU, and get it as accurate as possible.&lt;BR /&gt;&lt;BR /&gt;Although the graphics aren't imperative, they would help to make things look better.&lt;BR /&gt;&lt;BR /&gt;To crack the egg another way, is there any way I can get rid of the 'messages' buffer from the screen, so I have control of the whole screen?&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Wed, 15 Apr 2009 13:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169770#M42135</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-04-15T13:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169771#M42136</link>
      <description>Going from SMG to TPU seems an odd choice.  Certainly not the direction I'd tend to head.  Not without some (as yet unstated) constraints.&lt;BR /&gt;&lt;BR /&gt;Presuming this is not an internal tool, can you post up a pointer to whatever widget you're working on (I don't see an obvious zscoll with any SMG pieces around), and some background on what you're trying to achieve here, and with some details on what display hardware is involved?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;To crack the egg another way, is there any way I can get rid of the 'messages' buffer from the screen, so I have control of the whole screen?&lt;BR /&gt;&lt;BR /&gt;Usually via the terminal or terminal emulator set-up or configuration or menu, and the associated setting.  IIRC, there's a control sequence that can be tossed at the screen for this, too.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Apr 2009 15:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169771#M42136</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-15T15:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169772#M42137</link>
      <description>Hoff, my bad - the whole package is actually ZMENU, which contains ZSCROLL :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?ZMENU" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?ZMENU&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Because it hasn't been ported to IA64 and I'm running out of time, I decided to rewrite it. I don't have access to any programming languages as such, so the best option I could find that supported automatic scrolling/screen handling is TPU.&lt;BR /&gt;&lt;BR /&gt;Not sure what your response about 'emulator configuration setting' means. It's the TPU message buffer I'm trying to supress?&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 16 Apr 2009 07:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169772#M42137</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-04-16T07:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169773#M42138</link>
      <description>The message status line (at least in one interpretation of that phrase) is part of the VT terminal specification.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vt100.net/docs/vt320-uu/chapter4.html" target="_blank"&gt;http://vt100.net/docs/vt320-uu/chapter4.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2009 13:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169773#M42138</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-16T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169774#M42139</link>
      <description>Hoff, please see attached image showing the message buffer I'm talking about.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2009 14:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169774#M42139</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-04-16T14:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169775#M42140</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;did you try to build ZMENU on OpenVMS I64 at all ? After a couple of edits, I can at least seem to get it to build. Lots of info and warning messages, but they also seem to show up in the Alpha build.&lt;BR /&gt;&lt;BR /&gt;- I copied BUILD-AXP.COM to BUILD-I64.COM and replaced all occurences of '_AXP' with '_I64'&lt;BR /&gt;&lt;BR /&gt;- had to edit ZMENU.FOR and change the name of the 2 common blocks: HELP -&amp;gt; HELPCOM and TIME to TIMECOM&lt;BR /&gt;&lt;BR /&gt;Never having used ZMENU before, I can not really test it, so I can't tell anything about the runtime behaviour. Documentation does not seem to be too extensive ;-(&lt;BR /&gt;&lt;BR /&gt;$ ZMENU dev:[dir]ZMENU.MENU seems to 'work' - it at least clears the screen and displays the menu...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 16 Apr 2009 15:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169775#M42140</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-04-16T15:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169776#M42141</link>
      <description>The root trigger here looks to be the mixture of !AS directive with the ASCII(27) character.&lt;BR /&gt;&lt;BR /&gt;There's what the application can choose to do at the bottom lines of the "regular" terminal display, and there's the "25th line" SMG$PUT_STATUS_LINE status line that can be set as host-writable on the terminal.  (The status line is usually now the bottom line of the display as currently drawn, and may not be the 25th line in "reality" as various terminals and terminal emulators can do more than 24 lines.  But it has variously ended up known as the "25th line".)&lt;BR /&gt;&lt;BR /&gt;Depending on the terminal or the terminal emulation, you can choose either of these two approaches.  Which is appropriate is up to you.  And what TPU does here, I don't know.    &lt;BR /&gt;&lt;BR /&gt;I do not suspect the emulator I'm using even supports the "25th line" status line as that was a VT220-level feature.  And the emulator doesn't claim DECCRT2 or higher.&lt;BR /&gt;&lt;BR /&gt;I might presume you don't have a programming language compiler here, either.  (Based solely on inferences from the targeting of TPU here.)  One approach you could consider here if your company lacks these software licenses and tools is a hobbyist license on an Alpha or Itanium box of your own, and use it (only!) for a zmenu port or other hobbyist purposes, and then release the zmenu port.  While I'm not able to provide legal advice here (check with your corporate folks), I would suspect that such usage would be within the requirements of the OpenVMS hobbyist license program.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2009 15:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169776#M42141</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-16T15:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169777#M42142</link>
      <description>You can switch the whole message window with&lt;BR /&gt;set (video , message_window, reverse)&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 20 Apr 2009 11:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169777#M42142</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2009-04-20T11:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169778#M42143</link>
      <description>Volker - as I don't have the resources or skills to port ZMENU to IA64, simply recompiling and ignoring any errors is not an option. As we use this utility on a Production system, I'm already on shaky ground, as it's obviously largely unsupported code.&lt;BR /&gt;&lt;BR /&gt;Hoff - as explained above, I really don't have the required skills to start writing C code.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Apr 2009 08:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169778#M42143</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-04-27T08:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: DEC TPU Graphics Within MESSAGE() Function</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169779#M42144</link>
      <description>I finally came up with the attached TPU code, which seems to be a fairly good replication of the ZMENU/SCROLL functionality, with the advantage of more flexibility on the source list.&lt;BR /&gt;&lt;BR /&gt;I have found a privilege 'feature' with it, but I'll start a new thread on that.&lt;BR /&gt;&lt;BR /&gt;Hopefully this is something I can release to the Freeware CD's, once I'm completely happy with it.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Mon, 27 Apr 2009 08:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dec-tpu-graphics-within-message-function/m-p/5169779#M42144</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2009-04-27T08:31:51Z</dc:date>
    </item>
  </channel>
</rss>

