Difference: APPX52BugFixes (13 vs. 14)

Revision 142013-11-21 - AlKalter

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 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
 

APPX 5.2.6 Patch Bug Fixes

Line: 144 to 144
 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

Changed:
<
<
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.
>
>
You can now control the background color of scrolling regions. There are two new client properties that control the background color and two new properties to control 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
Line: 157 to 157
 
Changed:
<
<
** 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 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