Search found 18 matches: nicon

Return to advanced search

Re: Thumbnail of window

... you can get Icon from App ! Note : this Xbase++ Code use ANSI ( for Unicode change it to "W" ) FUNCTION FindIcon(nHandle)LOCAL nIconLOCAL ICON_SMALL:=0LOCAL ICON_BIG:=1LOCAL GCL_HICONSM:=-34LOCAL GCL_HICON:=-14LOCAL IDI_WINLOGO:=32517   nIcon := SendMessageA(nHandle, WM_GETICON, ...
by Jimmy
Fri Apr 08, 2022 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Thumbnail of window
Replies: 3
Views: 431

Re: Tooltip color

nageswaragunupudi wrote:TOOLTIP { cText, [cHeader], [nIcon], [nClrText], [nClrBack], [nWidth], [nDelayTime], [nDelayType] }

Colors work only when the application is not linked with Manifest. If linked with Manifest, colors do not work.


Thank you Mr. Rao,

I have not seen this information before.

What is nDelayType?
by Horizon
Tue Mar 31, 2020 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip color
Replies: 3
Views: 492

Re: Tooltip color

TOOLTIP { cText, [cHeader], [nIcon], [nClrText], [nClrBack], [nWidth], [nDelayTime], [nDelayType] }

Colors work only when the application is not linked with Manifest. If linked with Manifest, colors do not work.
by nageswaragunupudi
Tue Mar 31, 2020 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip color
Replies: 3
Views: 492

Re: Change Layout of content of the tooltip

... we can change the text,etc displayed according to the context at the time of display of tooltip. Array Specs: Obj:cToolTip := { cText, cTitle, nIcon, nClrText, nClrBack } March 2008 =========== * Enhancement: Tooltips can now have user defined header, icon and colors, by specifying the tooltip ...
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: 2476

Re: Controlar propiedad AutoPopDelay de un tooltip

Idea
option for:
AutoPopDelay infinite,,,, end with click
Obj:cToolTip := { cText, cTitle, nIcon, nClrText, nClrBack, lInfinite }

:roll:
by Sistem
Sat Dec 17, 2016 12:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar propiedad AutoPopDelay de un tooltip
Replies: 8
Views: 1262

Re: Controlar propiedad AutoPopDelay de un tooltip

... we can change the text,etc displayed according to the context at the time of display of tooltip. Array Specs: Obj:cToolTip := { cText, cTitle, nIcon, nClrText, nClrBack } March 2008 =========== * Enhancement: Tooltips can now have user defined header, icon and colors, by specifying the tooltip ...
by nageswaragunupudi
Fri Dec 16, 2016 4:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar propiedad AutoPopDelay de un tooltip
Replies: 8
Views: 1262

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

Re: ejemplo c5Tooltip

... (ó 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 tooltips con todos los efectos ...
by Antonio Linares
Mon Sep 16, 2013 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ejemplo c5Tooltip
Replies: 60
Views: 24089

Re: End of Year Message

A happy NEW YEAR to all ! self-made !!! ( not from Internet ) ( inspired from NICON-advertisement : < Cat on Turtle > ) http://www.pflegeplus.com/pictures/Newyear.jpg Maybe You need a Image, to send a Email to Your friend :?: http://www.pflegeplus.com/pictures/Turtle2.jpg ...
by ukoenig
Tue Dec 27, 2011 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: End of Year Message
Replies: 5
Views: 1093

Re: Size of tooltipps

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

Re: Tooltip Office like

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

Re: My RibbonBar + ExplorerBar

... = FalseEnd Sub  Antonio, my problem is : I can't send FWH Imagelist to VB , to set this property Set TopBuI(TotalButton - 1) = LoadResPicture(nIcon, "CUSTOM") as you know in VB there is control Imagelist below : Dim zImg As ImageListSet TopBuI(TotalButton - 1) = zImg.ListImages.Item(zPicture).PicturePublic ...
by fafi
Mon Apr 13, 2009 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My RibbonBar + ExplorerBar
Replies: 26
Views: 4941

... .EXE , .ICO, .DLL, etc... ) DATAS: oTray : Object Tray oWnd : Window that the tray icon is linked cIcon : Specified path + file to get the icon nIcon : Icon number from file(use 0 for default icon) hIcon : 32bit handle of the icon cCaption : ToolTip to show bLClicked : Block to execute when ...
by concentra
Tue Sep 30, 2008 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTRAY
Replies: 6
Views: 1343

... AS NUMERIC INIT 0 // " header " DATA nHeightFoot AS NUMERIC INIT 0 // " footer " DATA nHeightSuper AS NUMERIC INIT 0 // " Superhead " DATA nIconPos // compability with TCBrowse DATA nLastPainted AS NUMERIC INIT 0 HIDDEN // last painted nRow DATA nLastPos AS NUMERIC INIT 0 HIDDEN // last ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5483

... 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: 843
Next

Return to advanced search

cron