Home > Archive > PowerBuilder > October 2004 > Scrolling
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| JC McCauley 2004-10-14, 8:56 pm |
| Greetings,
I have implemented tooltips on a datawindow in PB 9.0.1 b7204 using
Cruz's nvo_tooltip object from PB 7 as a foundation.
There is essentially a few Windows API calls on an nvo and a coded
dwmousemove event.
Somehow this service is disabled when the datawindow is scrolled. The
entire 'page' in this control is one row, with lots of buckets. So
many that there was no room for labels for these buckets, thus
tooltips.
I am not sure why but it seems that the object understands only the
dimension of the datawindow control when it is first opened?
Ideas and guesses welcome.
Thsnk you.
Chris
| |
| Philip Salgannik 2004-10-15, 3:56 am |
| Should work, don't know why you are reinventing the wheel.
I posted complete implementation on sybase newsgroups several times already.
--
__
"JC McCauley" <jc_mccauley@yahoo.com> wrote in message
news:4f7e0098.0410141204.7815fa4@posting.google.com...
> Greetings,
>
> I have implemented tooltips on a datawindow in PB 9.0.1 b7204 using
> Cruz's nvo_tooltip object from PB 7 as a foundation.
>
> There is essentially a few Windows API calls on an nvo and a coded
> dwmousemove event.
>
> Somehow this service is disabled when the datawindow is scrolled. The
> entire 'page' in this control is one row, with lots of buckets. So
> many that there was no room for labels for these buckets, thus
> tooltips.
>
> I am not sure why but it seems that the object understands only the
> dimension of the datawindow control when it is first opened?
>
> Ideas and guesses welcome.
>
> Thsnk you.
> Chris
| |
| JC McCauley 2004-10-15, 3:59 pm |
| Phillip,
B/C this wheel needs to be trued! I am unable to search the Sybase
newsgroups and have only recently returned to using PB (no archives).
Would you be so kind as to point me to this implmentation?
TIA
"Philip Salgannik" <philemaxNOSPAM@comcast.net> wrote in message news:<hYHbd.250086$D%.156195@attbi_s51>...[color=darkred]
> Should work, don't know why you are reinventing the wheel.
> I posted complete implementation on sybase newsgroups several times already.
>
> --
> __
> "JC McCauley" <jc_mccauley@yahoo.com> wrote in message
> news:4f7e0098.0410141204.7815fa4@posting.google.com...
|
|
|
|
|