• [CONNECT C++] DialogItemHookHandler Lifetime

    I found the DialogItemHookHandler and DialogHookHandler classes tucked away in a corner of the MicroStationAPI help doc. They simplify the task of writing a dialog or dialog item hook (a.k.a. callback function). The classes provides virtual callback methods…
  • [V8 MDL] Secondary Hook Functions

    MDL secondary hook functions are not profusely documented. However, they offer the potential to partially escape from the C-style static hook function table to which we're accustomed. How do secondary hook functions differ from traditional static hook…