Is it possible to set duration of tooltip showtime? Yes. Assign an array to cToolTip cToolTip := { cToolTipText, [cHeader], [Icon], [nClrFore], [nClrBack], [nWidth], [nDelayInSeconds] } Note: Color settings do not seem to work in Windows 10 oBrw:bToolTips := ; ...
... 2008 =========== * Enhancement: Tooltips can now have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or ...
... 2008 =========== * Enhancement: Tooltips can now have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or ...
Hola. En mi version, estos son los parametros: // { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or an array. Y aquí un ejemplo: REDEFINE CHECKBOX oCKBOX ...
... se especifica un array (ó un codeblock que devuelve un array) en vez de una cadena para el tooltip, se pueden especificar estos parámetros: { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] } 3. La evolución lógica de esto es usar un objeto, con lo que podemos configurar super ...
... whatsnew.txt: * Enhancement: Tooltips can now have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or ...
... whatsnew.txt: * Enhancement: Tooltips can now have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or ...
... be shown when the mouse is over the column header. Are you looking to show a tooltip when the mouse is over a cell ? oBrw:ShowToolTip( nRow, nCol, cToolTipText) could be used
... + "multiline tooltip" + CRLF + "test" Also, FWH now supports an array instead of a text for a tooltip, using this format: oControl:cToolTip := { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }
... * Mejora: Se pueden usar cabeceras, iconos y colores en los "Tooltips", especificando el "tooltip" como una matriz con el siguiente formato { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. Si el "tooltip" ha sido especificado como un bloque de código "codeblock", puede retornar ...
... are used. * Enhancement: Tooltips can now have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or ...