Issue link: https://resources.pcb.cadence.com/i/1180190
Migration Guide for Allegro Platform Products Core Allegro Platform Back-End Products October 2019 44 Product Version 17.4-2019 © 1999-2019 All Rights Reserved. This has been done to allow for a more modern, compact user interface depiction. Fixed-width fonts require significantly more space to display the same amount of data versus a variable width font. Take the following example: The first line uses the Courier New font, while the second uses the Arial font. Both are 11 pixels in height, so the same font size. You'll note how much additional space is required for the fixed-width font to display the same text string. New SKILL API Routines for Fields To provide support for improved access to complex fields, based on customer feedback, the following fields have had additional SKILL APIs added: Grid Fields axlFormGridGetSize(r_form t_field) Description Returns the size of the grid as a two-element list denoting rows and columns. If the field is not a grid, or if the grid has not been initialized, returns nil to indicate error. Arguments Return Value The axlFormGridGetSize function is useful when determining whether you need to add or remove rows or columns to the grid prior to updating its contents. By not removing all data and repopulating the entire grid on a change, your UI will be faster to respond to user actions. or_form handle to the form object owning the grid field ot_field name of the grid field list(n_rows, n_columns) If successful nil If error