Hello Ward,
there is a problem with the procedures getBitmap and getIcon from wNim/wImageList.
Both procedures use the parameter index to identify the icon. Actually the index should be passed to the calls of ImageList_GetImageInfo or ImageList_GetIcon. But in both cases 0 is passed statically. So the first icon is always chosen.
Hello Ward, there is a problem with the procedures getBitmap and getIcon from wNim/wImageList. Both procedures use the parameter index to identify the icon. Actually the index should be passed to the calls of ImageList_GetImageInfo or ImageList_GetIcon. But in both cases 0 is passed statically. So the first icon is always chosen.
getBitmap:
getIcon:
The problem can be solved if
is passed instead of 0.