Just a follow up for anyone else experiencing this same issue. Just received a response from RobK about this issue.
Quote: "Hello Ethan,
You are right, there isn't a command for that, and yes, it is a
mistake. The code for removing an item from an image list was
actually in the DLL, but I forgot to add the stub function which
allows it to be accessed from DBPro.
Attached is a work-in-progress version of the DLL which includes
removeImageListItem and deleteImageList commands (although these won't
be highlighted by the editor since they are not in the keywords file).
Syntax:
removeImageListItem imageList,index
deleteImageList imageList
Please note that you will need to change the definition of
"MENU_CLICKED" to 0x401 in the gui.dba constants file for menu items
to work properly.
Regards,
Robert.
"
So it looks like it is close to being finished!
"We are what we repeatedly do. Excellence, therefore, is not an act, but a habit." - Aristotle