Build Environment Effort/HID List

From Apache OpenOffice Wiki
< Build Environment Effort
Revision as of 16:48, 12 November 2009 by Mba (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The problem

GUI elements like controls, dialogs or windows and functions (commands, sometimes called "slots") in OOo have IDs. Such an ID is called "help ID" (HID). They can be used to assign help content to them or address them from the OOo testtool application. In the first case OOo uses the HID to create a help content URL and request the corresponding help text from the help content provider. In the second case the ID can be used to e.g. send commands from the testtool application to trigger some actions, e.g. "click" a button or execute a command. In the testtool application and the test scripts that are executed by it HIDs are strings, sometimes called "long names", inside OOo HIDs for commands (slots) are the same as in the testtool application, but HIDs for GUI elements are long integer values. In the same way the mentioned help URLs either contain the "long name" of a command or the numerical ID of a GUI element.

Personal tools