Terminal graphics support: Difference between revisions

From Try-AS/400
Jump to navigation Jump to search
New
 
m typo
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
This is a function of the 5250 controller in tandem with a hardware terminal, or a feature of the emulator itself. It provides automatic replacement of on-screen objects with a more or less graphical representation of an object. This includes, but is not limited to:
This is a function of the 5250 controller in tandem with a hardware terminal, or a feature of the emulator itself. It provides automatic replacement of on-screen objects with a more or less graphical representation of an object. This includes, but is not limited to:
* Window borders
* Window borders
* DDS<ref>Should also work with UIM tags, but not real life tested.</ref> <code>MLTCHCFLD</code> as check boxes
* DDS<ref>Should also work with UIM panels, but not real life tested.</ref> <code>MLTCHCFLD</code> as check boxes
* DDS <code>SNGCHCFLD</code> as radio buttons
* DDS <code>SNGCHCFLD</code> as radio buttons
* DDS <code>SFLEND(*SCRBAR)</code> for load-all subfiles
* DDS <code>SFLEND(*SCRBAR)</code> for load-all subfiles
Line 28: Line 28:


== APA ==
== APA ==
''All Points Addressable'' is IBM lingo for pixel graphics support. Little is known about this mode at all, and its sole use case was the `dspfax` command, to see received Faxes in TIFFG4 format.
''All Points Addressable'' is IBM lingo for pixel graphics support. Little is known about this mode at all, and its sole use case was the <code>dspfax</code> command, to see received Faxes in TIFFG4 format.


According to documentation, the 3489 is the only hardware terminal supporting this display mode.
According to documentation, the 3489 is the only hardware terminal supporting this display mode.

Latest revision as of 18:25, 18 September 2026

There are three modes of graphics support in OS/400 regarding terminals.

GDDM

A subset of the mainframe Graphical Data Display Manager was ported to OS/400.

GDDM needs special support regarding terminals. The only existing twinax terminal supporting GDDM was the 5292 model 2.

Emulators supporting GDDM:

  • IBM PC support for DOS (not verified), with special drivers, resolutions up to 1024×768 might be possible,
  • an older IDEAcomm release for Windows 3.1 (16 bit), precise version not known.

In later times, it was presumably meant as a way to create graphics for printing.

Enhanced display

This is a function of the 5250 controller in tandem with a hardware terminal, or a feature of the emulator itself. It provides automatic replacement of on-screen objects with a more or less graphical representation of an object. This includes, but is not limited to:

  • Window borders
  • DDS[1] MLTCHCFLD as check boxes
  • DDS SNGCHCFLD as radio buttons
  • DDS SFLEND(*SCRBAR) for load-all subfiles

Enhanced display needs special support regarding terminals. It is present at least in the twinax 3486 terminal, but presumably in all 348x terminals.

Emulators supporting Enhanced Display:

  • all (newer?) IBM provided 5250 emulators
    • iACS
    • Client Access
  • tn5250j (seems to be broken)

APA

All Points Addressable is IBM lingo for pixel graphics support. Little is known about this mode at all, and its sole use case was the dspfax command, to see received Faxes in TIFFG4 format.

According to documentation, the 3489 is the only hardware terminal supporting this display mode.

No known emulators support APA.

See also

Weblinks

Footnotes

  1. Should also work with UIM panels, but not real life tested.