Please enable JavaScript to view this site.

A-Shell Development History

895.2.1

(WINDOWS/ATE) PCKLST now restores the state of any buttons or other controls which are temporarily disabled due to overlapping with the active PCKLST.

895.1.1

(INMEMO) ^Z on bottom line of memo now deletes it completely. Previously it just cleared it.

895.1.2

(WINDOWS/ATE) GUI version of INFLD now obeys the INFCLR settings. Previously, while editing, it always used the standard Windows colors. If you want to keep that behaviour, set EFCLR and EBCLR to -2, either in the INFCLR parameter passed to INFLD, or in the INI.CLR file.

895.1.3

(WINDOWS/ATE) A new option to "use fixed pitch font in edit boxes" has been added to the Misc Settings dialog. When set, INFLD uses the currently defined fixed pitch font (see Settings..Fonts) and attempts to scale it slightly down to fit in the edit window better. It doesn't completely eliminate the complaint that the size of the edit window doesn't perfectly match the number of characters which are allowed, but now the edit windows will more or less uniformly appear to have room for one more character than is allowed. (This is necessary, otherwise Windows won't display that last character without scrolling the field.) Note that when you edit the field it will be redisplayed using the defined "proportional" font. If you don't like the drastic change between the fixed pitch (in edit mode) and the proportional pitch (upon display), then you can always set the "proportional font" to the same as the fixed pitch font, in which case all of the GUI controls will use it.

895.1.4

A bunch of internal development has been done on PCKLST but unfortunately it is not ready to document (sorry Jorge!) But the existing functionality should continue to work.