Search found 18 matches: nicon

Searched query: nicon

by Jimmy
Fri Apr 08, 2022 5:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: Thumbnail of window
Replies: 3
Views: 559

Re: Thumbnail of window

... Handle 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 Horizon
Tue Mar 31, 2020 10:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip color
Replies: 3
Views: 601

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 nageswaragunupudi
Tue Mar 31, 2020 8:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip color
Replies: 3
Views: 601

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 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: 2991

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 ...
by Sistem
Sat Dec 17, 2016 12:10 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar propiedad AutoPopDelay de un tooltip
Replies: 8
Views: 1490

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

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

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

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 ...
by ukoenig
Tue Dec 27, 2011 12:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: End of Year Message
Replies: 5
Views: 1164

Re: End of Year Message

A happy NEW YEAR to all !

self-made !!! ( not from Internet )
( inspired from NICON-advertisement : < Cat on Turtle > )

http&#58;//www&#46;pflegeplus&#46;com/pictures/Newyear&#46;jpg

Maybe You need a Image, to send a Email to Your friend
http&#58;//www&#46;pflegeplus&#46;com/pictures ...
by Otto
Sat May 02, 2009 7:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Size of tooltipps
Replies: 2
Views: 593

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

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 fafi
Mon Apr 13, 2009 12:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: My RibbonBar + ExplorerBar
Replies: 26
Views: 5730

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&#40;TotalButton - 1&#41; = zImg.ListImages.Item ...
by concentra
Tue Sep 30, 2008 4:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TTRAY
Replies: 6
Views: 1460

... 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 Natter
Mon Sep 08, 2008 11:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 6134

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

... of the tooltip specifying a larger text or a multiline text, i.e.: "This is a" + CRLF + "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] }