Search found 14 matches: ctooltiptext

Return to advanced search

Re: show tooltip on btnbmp

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   := ;        ...
by Horizon
Thu Jul 05, 2018 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: show tooltip on btnbmp
Replies: 13
Views: 2232

Re: show tooltip on btnbmp

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
by nageswaragunupudi
Wed Jul 04, 2018 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show tooltip on btnbmp
Replies: 13
Views: 2232

Re: Change Layout of content of the tooltip

... 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 ...
by Marc Venken
Tue Jan 17, 2017 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Layout of content of the tooltip
Replies: 10
Views: 2925

Re: Controlar propiedad AutoPopDelay de un tooltip

... 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 ...
by nageswaragunupudi
Fri Dec 16, 2016 4:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar propiedad AutoPopDelay de un tooltip
Replies: 8
Views: 1450

Re: Parámetros tooltips

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 ...
by FranciscoA
Fri Oct 03, 2014 3:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parámetros tooltips
Replies: 11
Views: 3431

Re: ejemplo c5Tooltip

... 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 ...
by Antonio Linares
Mon Sep 16, 2013 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ejemplo c5Tooltip
Replies: 60
Views: 27340

Re: Size of tooltipps

... 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 ...
by Otto
Sat May 02, 2009 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of tooltipps
Replies: 2
Views: 577

Re: Tooltip Office like

... 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 ...
by Antonio Linares
Wed Apr 29, 2009 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip Office like
Replies: 10
Views: 2905

... 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
by Randal
Mon Nov 24, 2008 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Tooltip
Replies: 3
Views: 1085

Randal,

With xbrowse, you can set a tooltip for each column, but it will 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
by Antonio Linares
Sun Nov 23, 2008 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Tooltip
Replies: 3
Views: 1085

... + "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] }
by Antonio Linares
Mon Aug 11, 2008 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change tooltips..how?
Replies: 5
Views: 907

... * 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 ...
by Antonio Linares
Sat Mar 29, 2008 9:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March / Marzo 2008 (8.03)
Replies: 6
Views: 5660

New FTDN March / Marzo 2008 (8.03)

... 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 ...
by Antonio Linares
Wed Mar 12, 2008 7:27 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March / Marzo 2008 (8.03)
Replies: 6
Views: 5660

Antonio, gracias por tu respuesta. No funcionó. En el primer caso, HB_FUNC( TTNSETTEXT ) // pNMTTDISPINFO, cTooltipText { LPNMTTDISPINFO pti = ( LPNMTTDISPINFO ) hb_parnl( 1 ); MultiByteToWideChar( CP_OEMCP, MB_PRECOMPOSED, ( LPCSTR ) hb_parc( 2 ), -1, ( LPWSTR ) pti->szText, ...
by Cgallegoa
Fri Jan 26, 2007 3:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio Linares por favor Ayudaaaa con TOOLTIPS EN TOOLBAR
Replies: 6
Views: 1893

Return to advanced search

cron