Please enable JavaScript to view this site.

A-Shell Reference

ImgCount=<# images to load>, <grow-by value>

Specifies the number of images to be loaded into the XTREE, along with a "grow by" value which is a clue to the image list allocation routine but can generally be ignored (or set to 1). The image count would normally be the same as the maximum number of rows, unless you knew that many rows would not have images. Example:

ImgCount=100,1

History

2010 August, A-Shell 5.1.1189:  The "grow-by" value is now automatically adjusted upwards according to usage. Previously, if it was set to 1, and the actual number of images was more than the initial count parameter, it would resize one of the image-related buffers for each new image, resulting in a lot of memory trashing.