Hi All,
Having a senior moment. Cannot for the life of me remember the call to set/change ADM2 toolbar button images programmatically.
Name of the proc/func and a sample snippet would be great.
Thank you.
Scott
Hi Rick,
Thanks for your reply! I'm using adm2/dyntoolbar.w. There is no LoadImage function in it. Not in Toolbar.p either near as I can tell. I'm running OE 11.1 by the way.
Thank you for any guidance you can offer!
Scott (smt62@yahoo.com)
Figured out how to do it albeit not exactly as suggested. btnHdl:LOAD-IMAGE(<imagePath>) works just fine.
Thank you for the inspiration!
You can see the code at https://github.com/consultingwerk/ADE-Sourcecode/blob/964480c051b0c09a9b75bd02d8453afe5ab35b25/src/adm2/toolbar.p#L12845