c5tooltip class

c5tooltip class

Postby Eoeo » Fri Aug 03, 2012 6:06 pm

How Implement this tooltip instead of tooltip of fwh ?
any idea ?
User avatar
Eoeo
 
Posts: 222
Joined: Mon Jun 04, 2012 12:00 pm

Re: c5tooltip class

Postby Eoeo » Thu Aug 09, 2012 5:37 pm

Paco tell me How implement this class thanks
User avatar
Eoeo
 
Posts: 222
Joined: Mon Jun 04, 2012 12:00 pm

Re: c5tooltip class

Postby Antonio Linares » Tue Mar 26, 2013 12:25 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41341
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: c5tooltip class

Postby James Bott » Tue Mar 26, 2013 12:54 pm

I'm curious, what is C5tooltip? I get that it is a tooltip, but how is it different than FW's tooltip?

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: c5tooltip class

Postby Antonio Linares » Tue Mar 26, 2013 5:40 pm

James,

C5Tooltip was a Paco Garcia's contribution. They are used from Class TVistaMenu, also from Paco. In samples folder, there is a vistamnu1.prg but in my tests I have not been able to show them.

I am now chatting with Paco to ask for his help, thanks :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41341
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: c5tooltip class

Postby Silvio.Falconi » Tue Mar 26, 2013 6:39 pm

Antonio,
it is different from Fw' tooltip it can be as this tooltip :

Image

Image


on C5Tooltip you can set 3 Zone header body and footer

Could implement this instead of Fw's tooltip or insert a swicth to select the class
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6809
Joined: Thu Oct 18, 2012 7:17 pm

Re: c5tooltip class

Postby BeoBeo » Thu Mar 28, 2013 7:56 am

Can u ask him about his ide and his report tooo

tx
BeoBeo
 
Posts: 6
Joined: Tue Oct 09, 2012 9:59 am

Re: c5tooltip class

Postby Silvio.Falconi » Thu Mar 28, 2013 9:15 am

A day of last year I tried to implement it on a class button

the last one to do is to call C5Tooltip when all classes call oWnd:otooltip

you can see the use on Vistamenu class

there are two data class to insert on the class you want use c5tooltip

CLASS YOURCLASSNAME FROM TControl

CLASSDATA lTooltips
CLASSDATA oToolTip

for sample on default method you can call

if ::oTooltip == nil
::oToolTip := TC5Tooltip():New( Self )
endif

and when you move the mouse over you can use the method show of c5tooltip class
for sample ::oToolTip:Show( nBottom - 6, nRight - 6, ctitle, Self )


you can set :

the title of tooltip cHeader
the bmp cBmpLeft
the text body cBody
the bmp on the footer cBmpFoot
the text of the footer cFoot

also you can set

if you want border
if you want line of separation from header and footer and set the color of line of separation
if you want a button to close the tooltip

all text color and font for all texts
the parameter nWRadio need if you wish have a tooltip with roundrect or not

Mr Linares, Good is to implement it on windows class but I not Know How make it
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6809
Joined: Thu Oct 18, 2012 7:17 pm

Re: c5tooltip class

Postby Antonio Linares » Thu Mar 28, 2013 2:16 pm

I am waiting for Paco to show us how to use them.

I have not been able to make them work (surely I am doing something wrong, but I have not found it yet) :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41341
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: c5tooltip class

Postby richard-service » Sat Apr 06, 2013 10:14 am

any news from Paco?
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v5.7 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 767
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Re: c5tooltip class

Postby cuatecatl82 » Wed Sep 11, 2013 12:22 pm

Greetings to the forum:

Someone you can share a complete and working example for the use of these tooltips.? I have 2 days together the jigsaw puzzle so that we can achieve, I would like to try them..

Thanks.. :P :P
Soluciones y Diseño de Software
Damos Soluciones...

I.S.C. Victor Daniel Cuatecatl Leon
Director y Diseñador de Proyectos

http://www.soldisoft.unlugar.com
http://www.sisa.unlugar.com
danyleon82@hotmail.com
www.facebook.com/victordaniel.cuatecatlleon
User avatar
cuatecatl82
 
Posts: 625
Joined: Wed Mar 14, 2007 6:49 pm
Location: San Cristobal de las Casas, Chiapas México

Re: c5tooltip class

Postby Antonio Linares » Wed Sep 11, 2013 1:01 pm

Still waiting for Paco García to provide an example...
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41341
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 13 guests