Difference: APPX52BugFixes (12 vs. 13)

Revision 132013-11-20 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX 5.2.1 Patch Bug Fixes

Line: 114 to 114
 
  • Invalid HTML prevents Table Widget from displaying (#2819)
  • Updated versions of the DMO and 1EX application now include examples of using the new features.
  • Special Utility - A utility has been written to fix AUDTHIST files damaged by bug #2684. If an application's AUDTHIST file fails verification, you can try to recover the data by using Option 99 to run 0AD/00, UPDATE, AUDTHIST (FIX NULL RID) while in Application Design for that application.
Changed:
<
<
  • ** Experimental new feature - Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.
>
>
  • ** Experimental new feature - Need a way to return immediately to a previous process (#2806) (See .UTIL MARK SET and .UTIL MARK REWIND )
  • ** Experimental new feature - A new API to count the number of selected rows in a Table Widget has been added .WIDGET COUNT ROWS
 
Added:
>
>

APPX 5.2.6 Patch Bug Fixes

Following is a list of bugs that were fixed in Appx patch release 5.2.6, released Wednesday, November 20, 2013 . The bug number, from APPX Bug Tracker (SIRID) is in parenthesis.

** Experimental Features

3 new experimental features have been added in this patch release.

Large File Support

The internal pointers that Appx uses in the Appx I/O files are only 32 bits in length. This limits file sizes to 2**32-1 bytes, or approximately 4 Gig. A new file type has been added that uses 64 bit pointers, increasing the file size to 2**64-1 bytes, or approximately 16 exabytes (16 billion gigabytes). Because of the internal differences in the file formats, you must export any existing data, then change the FMS type to '9', then import the data with the 'Replace' option. This will initialize the file in the new format and import the data.

Background Color for Scroll Regions

You can now control the background color of scrolling regions. There are two new client properties that control the background color and and two new properties to control the the record selector color.

colorScrollBg = background color for scrolling region.
colorScrollBgActive = background color for active scrolling region
colorScrollSelectActive = record selector outline on active record
colorScrollSelectOther = record selector outline on non-active record

 
Added:
>
>
Background Color for focused fields

You can now set a background color for the field that has the focus. This makes it easier for the user to see which field has the focus. The client property is colorFocusedFieldBg.

Note: The client accepts colors in the usual #rrggbb notation, and also accepts the following color names: black, blue, cyan, darkGray, gray, green, lightGray, magenta, orange, pink, red, white and yellow. The names are case sensitive and if incorrect the client will default to orange.

** Experimental features are introduced in a patch release to get customer feedback. Be aware that final implementation may change based on the feedback we receive.

 -- JoeOrtagus - 2013-04-18
 
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