WANTED: Glyph-Names for the panel options
Author: ulrichmerkel@web.de (ulrich-merkel)
Instead of the "normal" panel elements like accept, store, ... I want to redirect these via user-defined-operations (so I can dim unnecessary options) Can someone tell me the glyphs which are connected with these buttons ? The 9.5 Helpfile unfortunately does not list these (expl. "add Occurence") and if I try to use "similar" glyphs, the tooltips do not match
2 Comments
Local Administrator
Many of the glyphs are prefixed with U_, so for example U_HELP is the help icon, U_RETRIEVE for retrieve, U_STORE for store etc. Add occurrence is U_ADD_OCC. You can find the icon names by opening the usys.dol file (in the usys folder) by using a "zip" file archive program and opening the gly sub folder. Mark
Author: Mark Rennison (mark.rennison@tribalgroup.com)
Local Administrator
Hi Marc, thanks for your hint plus the explanation where to find that information. I will give it a try
Author: ulrich-merkel (ulrichmerkel@web.de)