--- In [email protected], "entropyreduction"
<[EMAIL PROTECTED]> wrote:
>
> 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.
>

Yes, was already doing that. But for my "About" I did a right-click
messagebox instead of a special tooltip. Depending on the dialog
position, the messagebox is prone to open behind the dialog because
the dialog is running ontop. I suppose I could get around it with a
sub dialog instead of a message box. Tooltip would be nicer.



Reply via email to