Difference: APPXGuiOutputRawText (1 vs. 3)

Revision 32010-11-10 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPX500Features"
Deleted:
<
<
 

Output Process Design - Raw Text Widget

Effective with Release 5.0.0, Raw Text widgets on output images have a defined behavior.

Line: 9 to 8
 

Overview

Changed:
<
<
Prior to Release 5.0.0, Raw Text widgets and Label widgets on output images could be used interchangeably and would produce the same result.  Effective with Release 5.0.0, Raw Text widgets on output process images have their own distinct behavior which is different than the behavior of Label widgets.  Release 5.0.0 includes a utility which will automatically convert all Raw Text widgets on output images to be Label widgets. This conversion will allow existing output processes that were designed with Raw Text widgets to continue to produce the desired results.
>
>
Prior to Release 5.0.0, Raw Text widgets and Label widgets on output images could be used interchangeably and would produce the same result. Effective with Release 5.0.0, Raw Text widgets on output process images have their own distinct behavior which is different than the behavior of Label widgets. The 'Sync Widget Elements' utility will automatically convert all Raw Text widgets on output images to be Label widgets. This conversion will allow existing output processes that were designed with Raw Text widgets to continue to produce the desired results. This conversion will happen automatically the first time you enter Application Design for the application, unless you have already run it manually as part of installing Release 5.
 

RAW TEXT Widgets

A widget defined as RAW TEXT will not honor html tags, whereas one defined as a LABEL or TEXT AREA will do so. RAW TEXT may be used on ALPHA and TEXT fields. RAW TEXT indicates that the data should be printed as stored with no formatting applied by APPX.

When used with either an ALPHA field or a TEXT field RAW TEXT will not apply any html formatting. Data will not word-wrap, and instead will break on a character with a default position of the top and left of the widget area. Underscores for required spaces and APPX paragraph characters will print as data. Widget attributes will be honored. If no widget attributes are set the result of a RAW TEXT widget should be the same as an ALPHA field printed with no widget.

Changed:
<
<
The table below summarizes the behaviors of various output process widget types for ALPHA and TEXT fields as of Release 5.0.0:  
>
>
The table below summarizes the behaviors of various output process widget types for ALPHA and TEXT fields as of Release 5.0.0:
 
Field Type / Widget Type No Widget RAW TEXT LABEL TEXT AREA
Changed:
<
<
ALPHA
No change to current behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Truncates characters at end of last row of field
Prints underscores and APPX end-of-paragraph characters as data
New behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if no widget type was specified.
No change to current behavior:
Applies html formating.
Does not word-wrap text.
Prints elipses when truncating text that will not fit within the field.
Prints underscore and APPX end-of-paragraph characters as data
Default text position is left center
All spaces treated as required spaces

No change to current behavior
Applies html formating.
Word-wraps text based on field width.
Prints underscore and APPX end-of-paragraph characters as data
Default text position is left top
All spaces treated as required spaces

TEXT
No change to current behavior:
Does not format embedded html
Word-wraps text based on row length of field
Truncates words at end of last row of field
Honors APPX end-of-paragraph characters
Substitutes spaces for underscore characters
New behavior: (same as ALPHA field)
Does not format embedded html
Does not word-wrap text (wraps characters)
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if the TEXT field was an ALPHA field with no widget type specified.
No change to current behavior
Same as TEXT AREA widget except that the default text position is left center.
No change to current behavior
Applies html formating.
Word-wraps text based on field width.
Honors APPX end-of-paragraph characters.
Substitutes required spaces for underscore characters.
Default text position is left top
>
>
ALPHA No change to current behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Truncates characters at end of last row of field
Prints underscores and APPX end-of-paragraph characters as data
New behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if no widget type was specified.
No change to current behavior:
Applies html formating.
Does not word-wrap text.
Prints elipses when truncating text that will not fit within the field.
Prints underscore and APPX end-of-paragraph characters as data
Default text position is left center
All spaces treated as required spaces
No change to current behavior
Applies html formating.
Word-wraps text based on field width.
Prints underscore and APPX end-of-paragraph characters as data
Default text position is left top
All spaces treated as required spaces
TEXT No change to current behavior:
Does not format embedded html
Word-wraps text based on row length of field
Truncates words at end of last row of field
Honors APPX end-of-paragraph characters
Substitutes spaces for underscore characters
New behavior: (same as ALPHA field)
Does not format embedded html
Does not word-wrap text (wraps characters)
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if the TEXT field was an ALPHA field with no widget type specified.
No change to current behavior
Same as TEXT AREA widget except that the default text position is left center.
No change to current behavior
Applies html formating.
Word-wraps text based on field width.
Honors APPX end-of-paragraph characters.
Substitutes required spaces for underscore characters.
Default text position is left top
 

Issues:

Changed:
<
<
2204 OPEN - Alpha fields printed with multiple rows prints only one row and truncates at the length of the widget. 2205 OPEN - 2122 Alpha field with no widget word wraps like a text area 2206 OPEN - TEXT AREA widget control is not available for alpha fields 2207 OPEN - Text areas do not wrap or truncate consistently 2208 OPEN - Text Area widgets do not line up properly
>
>
2206 OPEN - TEXT AREA widget control is not available for alpha fields

2207 OPEN - Text areas do not wrap or truncate consistently

2208 OPEN - Text Area widgets do not line up properly

 

Comments:

Added:
>
>
 Read what other users have said about this page or add your own comments.
Added:
>
>
 
<--/commentPlugin-->

-- SteveFrizzell - 30 Sep 2008

Revision 22008-09-30 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPX500Features"
Added:
>
>
 

Output Process Design - Raw Text Widget

Effective with Release 5.0.0, Raw Text widgets on output images have a defined behavior.

Line: 11 to 12
 Prior to Release 5.0.0, Raw Text widgets and Label widgets on output images could be used interchangeably and would produce the same result.  Effective with Release 5.0.0, Raw Text widgets on output process images have their own distinct behavior which is different than the behavior of Label widgets.  Release 5.0.0 includes a utility which will automatically convert all Raw Text widgets on output images to be Label widgets. This conversion will allow existing output processes that were designed with Raw Text widgets to continue to produce the desired results.

RAW TEXT Widgets

Changed:
<
<
RAW TEXT implies that the text should not be formated, i.e. the text should pretty much be printed in the form that it was stored in the field.
  1. A RAW TEXT widget should not format html tags.  It should simply print the contents of the data field as stored.
  2. A RAW TEXT widget should not apply any APPX "text" formating.  In other words, a RAW TEXT widget would provide a method to print the contents of an Alpha field or a text field as stored.
>
>
A widget defined as RAW TEXT will not honor html tags, whereas one defined as a LABEL or TEXT AREA will do so. RAW TEXT may be used on ALPHA and TEXT fields. RAW TEXT indicates that the data should be printed as stored with no formatting applied by APPX.

When used with either an ALPHA field or a TEXT field RAW TEXT will not apply any html formatting. Data will not word-wrap, and instead will break on a character with a default position of the top and left of the widget area. Underscores for required spaces and APPX paragraph characters will print as data. Widget attributes will be honored. If no widget attributes are set the result of a RAW TEXT widget should be the same as an ALPHA field printed with no widget.

  The table below summarizes the behaviors of various output process widget types for ALPHA and TEXT fields as of Release 5.0.0:  

Field Type / Widget Type No Widget RAW TEXT LABEL TEXT AREA
Changed:
<
<
ALPHA
No change to current behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Truncates characters at end of last row of field
Prints underscores and APPX end-of-paragraph characters as data
New behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if no widget type was specified.
No change to current behavior:
Apply html formating.
Do not word-wrap text.
Print underscore and APPX end-of-paragraph characters as data
Default text position is left center
All spaces treated as required spaces

Apply html formating.
Word-wrap text based on widget width.
Print underscore and end-of-paragraph characters as data
Default text position is left top
All spaces treated as required spaces

TEXT
No change to current behavior:
Does not format embedded html
Word-wraps text based on row length of field
Truncates words at end of last row of field
Honors APPX end-of-paragraph characters
Substitutes spaces for underscore characters
New behavior: (same as ALPHA field)
Does not format embedded html
Does not word-wrap text (wraps characters)
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if the TEXT field was an ALPHA field with no widget type specified.
No change to current behavior
Same as TEXT AREA widget except that the default text position is left center.
Apply html formating.
Word-wrap text based on widget width.
Honor APPX end-of-paragraph characters.
Substitute required spaces for underscore characters.
Default text position is left top
>
>
ALPHA
No change to current behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Truncates characters at end of last row of field
Prints underscores and APPX end-of-paragraph characters as data
New behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if no widget type was specified.
No change to current behavior:
Applies html formating.
Does not word-wrap text.
Prints elipses when truncating text that will not fit within the field.
Prints underscore and APPX end-of-paragraph characters as data
Default text position is left center
All spaces treated as required spaces

No change to current behavior
Applies html formating.
Word-wraps text based on field width.
Prints underscore and APPX end-of-paragraph characters as data
Default text position is left top
All spaces treated as required spaces

TEXT
No change to current behavior:
Does not format embedded html
Word-wraps text based on row length of field
Truncates words at end of last row of field
Honors APPX end-of-paragraph characters
Substitutes spaces for underscore characters
New behavior: (same as ALPHA field)
Does not format embedded html
Does not word-wrap text (wraps characters)
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if the TEXT field was an ALPHA field with no widget type specified.
No change to current behavior
Same as TEXT AREA widget except that the default text position is left center.
No change to current behavior
Applies html formating.
Word-wraps text based on field width.
Honors APPX end-of-paragraph characters.
Substitutes required spaces for underscore characters.
Default text position is left top

Issues:

2204 OPEN - Alpha fields printed with multiple rows prints only one row and truncates at the length of the widget. 2205 OPEN - 2122 Alpha field with no widget word wraps like a text area 2206 OPEN - TEXT AREA widget control is not available for alpha fields 2207 OPEN - Text areas do not wrap or truncate consistently 2208 OPEN - Text Area widgets do not line up properly

 

Comments:

Read what other users have said about this page or add your own comments.

Revision 12008-09-30 - SteveFrizzell

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPX500Features"

Output Process Design - Raw Text Widget

Effective with Release 5.0.0, Raw Text widgets on output images have a defined behavior.

Overview

Prior to Release 5.0.0, Raw Text widgets and Label widgets on output images could be used interchangeably and would produce the same result.  Effective with Release 5.0.0, Raw Text widgets on output process images have their own distinct behavior which is different than the behavior of Label widgets.  Release 5.0.0 includes a utility which will automatically convert all Raw Text widgets on output images to be Label widgets. This conversion will allow existing output processes that were designed with Raw Text widgets to continue to produce the desired results.

RAW TEXT Widgets

RAW TEXT implies that the text should not be formated, i.e. the text should pretty much be printed in the form that it was stored in the field.

  1. A RAW TEXT widget should not format html tags.  It should simply print the contents of the data field as stored.
  2. A RAW TEXT widget should not apply any APPX "text" formating.  In other words, a RAW TEXT widget would provide a method to print the contents of an Alpha field or a text field as stored.

The table below summarizes the behaviors of various output process widget types for ALPHA and TEXT fields as of Release 5.0.0:  

Field Type / Widget Type No Widget RAW TEXT LABEL TEXT AREA
ALPHA
No change to current behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Truncates characters at end of last row of field
Prints underscores and APPX end-of-paragraph characters as data
New behavior:
Does not format embedded html
Does not word-wrap text
Wraps characters at end of each row of field
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if no widget type was specified.
No change to current behavior:
Apply html formating.
Do not word-wrap text.
Print underscore and APPX end-of-paragraph characters as data
Default text position is left center
All spaces treated as required spaces

Apply html formating.
Word-wrap text based on widget width.
Print underscore and end-of-paragraph characters as data
Default text position is left top
All spaces treated as required spaces

TEXT
No change to current behavior:
Does not format embedded html
Word-wraps text based on row length of field
Truncates words at end of last row of field
Honors APPX end-of-paragraph characters
Substitutes spaces for underscore characters
New behavior: (same as ALPHA field)
Does not format embedded html
Does not word-wrap text (wraps characters)
Prints underscore characters and APPX end-of-paragraph characters as data
Default text position is left top of widget area
Honors widget attributes
If no widget attributes are specified for a RAW TEXT widget, the result is the same as if the TEXT field was an ALPHA field with no widget type specified.
No change to current behavior
Same as TEXT AREA widget except that the default text position is left center.
Apply html formating.
Word-wrap text based on widget width.
Honor APPX end-of-paragraph characters.
Substitute required spaces for underscore characters.
Default text position is left top

Comments:

Read what other users have said about this page or add your own comments.
<--/commentPlugin-->

-- SteveFrizzell - 30 Sep 2008

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback