Search found 710 matches

by George
Fri Dec 26, 2014 11:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

Silvio,
Please try the above code and let me know if this work for you.

Regards,

George
by George
Fri Dec 26, 2014 11:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

You are right Antonio! After reviewing a little more the TGRAPH class I am able to display the tooltips for one and two series with these additions only //--------------------------------------------------------------------------- // To use Tooltips in TGRAPH Class (only tested with one and two seri...
by George
Fri Dec 26, 2014 7:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

Antonio, I found that "METHOD AddSerie( aDat, cLegend, nColor, nType, l3D )" is creating the same aDat array twice (when using two series value) to hold first and second series. This the reason that I had to add two arrays in this method in order to keep the two series number in separate a...
by George
Fri Dec 26, 2014 5:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

In my testing the tooltip is working fine with one series only:

[url=http://postimage.org/][img]http:// ... .jpg[/img]
by George
Fri Dec 26, 2014 5:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

Antonio, Thanks to your code we can have a more efficient Tooltip in TGRAPH class. I just add the following code to be able to: 1. Activate or no the Tooltip 2. Tooltips now are working with one or two series values Regards, George // Add     DATA lToolTip   // Default = FALSE     //----------------...
by George
Fri Dec 26, 2014 2:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

Antonio, This is the code that I am using to display tooltips in my particular case of two series values. I hope that you can develop a general code that can be integrated into TGRAPH. Regards, George //--------------------------------------------------- // Data added to display tootips using two se...
by George
Thu Dec 25, 2014 6:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

Antonio,
The value displayed "14", using your modified code, belong to nAt variable in METHOD MouseMove.
That is helping me to find a solution to my particular case (see graph below).
[url=http://postimage.org/][img]http:// ... .jpg[/img]

Regards

George
by George
Thu Dec 25, 2014 3:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

Thanks Antonio for your help. The changes that you did are working fine. The tooltips, with the nAT variable, are being displayed correctly after adding DATA aBarCoors. [url=http://postimage.org/][img]http://s24.postimg.org/ue4adt02d/TGRAPH_01.jpg[/img] The issue now is how to relate each series wit...
by George
Mon Dec 22, 2014 6:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

You want to show a tooltip when the mouse is over a bar, right ?
Yes Antonio. That would be great as the user could see the exact numeric data associated with that bar

Regards,

George
by George
Mon Dec 22, 2014 5:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

Re: TGRAPH Technical Question

Antonio,
I think that a possible solution would be to create an array, in the BAR type case, with the BAR four corner position. Then if the mouse is inside that rectangle display the tooltip.
Do you have any other suggestion?

Regards,

George
by George
Mon Dec 22, 2014 3:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse class technical question
Replies: 14
Views: 3992

Re: Xbrowse class technical question

Gracias Horacio!
by George
Mon Dec 22, 2014 3:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse class technical question
Replies: 14
Views: 3992

Re: Xbrowse class technical question

Horacio,
Gracias por responder mi email.
Exactamente algo como lo que tu hiciste es lo que necesito.
Por favor postea el codigo como lo sugieres en tu email.

Saludos y gracias,

George
by George
Mon Dec 22, 2014 3:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse class technical question
Replies: 14
Views: 3992

Re: Xbrowse class technical question

Antonio,
Thanks for your suggestion.
Already I had previously seen the code you mention as well the "testmerg.prg" code, but what I need is something like Horacio did.
by George
Sun Dec 21, 2014 7:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse class technical question
Replies: 14
Views: 3992

Xbrowse class technical question

Hi,
Would be possible, maybe using arrays, create sub-groups summary and totaling some columns in a xbrowse table?
Please see below a graph example of what I am expecting to do:
[url=http://postimage.org/][img]http:// ... .png[/img]

Regards,

George
by George
Sun Dec 21, 2014 5:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 8251

TGRAPH Technical Question

Hi, I would like to display "tool tips" in a graph created with FW Tgraph class. See below a graph sample, created with a different software tool, to illustrate my request. Here the mouse is over May 2010 Wires Bar. [url=http://postimage.org/][img]http://s23.postimg.org/5yh8c975n/WD_GRPAH1...