Hi Sheri,
Still working on <script_to_call> for tooltips, but in the meantime:
you usage of *info (expr) in tooltips in CodeAccelerator
goes like this:
Info expr(eval("++cbx("@hoverFCombo")++"))")
Function hoverFCombo()
local ttip=win.caption(win.handle(myfcb))
Instead, I'ldconsider calling dlgHan.tooltip("FCombo",...)
whenever a user action changed the combo.
Tooltip change, in other words, is driven by user action on a control
(selecting something in a combo box), rather than indirectly by a
tooltip popping up.