Index
2013-05-24 05:25Allen : VFP9 grid header tooltip
2013-05-24 05:38Allen : Re: VFP9 grid header tooltip
2013-05-24 05:40Paul Newton : RE: VFP9 grid header tooltip
2013-05-24 06:49Allen : Re: VFP9 grid header tooltip
2013-05-24 06:58Paul Newton : RE: VFP9 grid header tooltip
2013-05-24 11:38Dan Covill : Re: VFP9 grid header tooltip
2013-05-24 17:52John Weller : RE: VFP9 grid header tooltip
2013-05-28 12:12MB Software Solutions, LLC : Re: VFP9 grid header tooltip
2013-05-29 14:13Rick Schummer : RE: VFP9 grid header tooltip
2013-05-29 15:21Allen : RE: VFP9 grid header tooltip
Back to top
VFP9 grid header tooltip

Author: Allen

Posted: 2013-05-24 05:25:49   Link

Hi foxgang

Looks like I have just been bitten by a microsoft bug that they can't be

bothered to fix.

I wanted tooltips in grid headers and it seems they managed to put a bug in

VFP9 (at least SP2) to not allow it.

I have seen a workaround that involves an access method in the grid tooltip

text but the grid is placed on the form and is not a class so I cannot do

that.

Anyone know of a workaround. TA

Al

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/B2513380E6894E0DAD8F3D135CA5C540@GSLACER

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Allen
Back to top
Re: VFP9 grid header tooltip

Author: Allen

Posted: 2013-05-24 05:38:21   Link

I managed a sort of workaround I am not over happy with. In the header mouse

enter and leave I set the grid tooltiptext to the same as the header.

I does not seem to update well though if you go from one header to another.

Al

-----Original Message-----

Hi foxgang

Looks like I have just been bitten by a microsoft bug that they can't be

bothered to fix.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/AEDB303F8C274A3998808793328E039F@GSLACER

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Allen
Back to top
RE: VFP9 grid header tooltip

Author: Paul Newton

Posted: 2013-05-24 05:40:08   Link

How about the header MouseMove ?

-----Original Message-----

From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Allen

Sent: 24 May 2013 11:38

To: profoxtech@leafe.com

Subject: Re: VFP9 grid header tooltip

I managed a sort of workaround I am not over happy with. In the header mouse enter and leave I set the grid tooltiptext to the same as the header.

I does not seem to update well though if you go from one header to another.

Al

-----Original Message-----

Hi foxgang

Looks like I have just been bitten by a microsoft bug that they can't be bothered to fix.

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/9A8106AFB0EF9B44B69045C4448935A2B104F2@UKFAWEXMBX1.infor.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Paul Newton
Back to top
Re: VFP9 grid header tooltip

Author: Allen

Posted: 2013-05-24 06:49:52   Link

Hi Paul

It would still need to be empty on exit which would involve code all over

the place. I think the problem is the time the tooltips take to go away

after setting it to ""

Al

-----Original Message-----

How about the header MouseMove ?

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/3CA23438EB664FACAEA66BA53EC90C55@GSLACER

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Allen
Back to top
RE: VFP9 grid header tooltip

Author: Paul Newton

Posted: 2013-05-24 06:58:14   Link

Hi Allen

I was thinking that you would still set tooltiptext to "" in the MouseLeave but set it to whatever you want with MouseMove instead of MouseEnter ...

Paul

-----Original Message-----

From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Allen

Sent: 24 May 2013 12:50

To: profoxtech@leafe.com

Subject: Re: VFP9 grid header tooltip

Hi Paul

It would still need to be empty on exit which would involve code all over the place. I think the problem is the time the tooltips take to go away after setting it to ""

Al

-----Original Message-----

How about the header MouseMove ?

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/9A8106AFB0EF9B44B69045C4448935A2B10540@UKFAWEXMBX1.infor.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Paul Newton
Back to top
Re: VFP9 grid header tooltip

Author: Dan Covill

Posted: 2013-05-24 11:38:11   Link

Must be something in SP2. I have tooltips on my grid headers, and have

never had a problem. I just checked, and yes, I'm still on SP1. Never

did the complex job of installing both SP2 and the set of hotfixes,

runtimes, etc.

Dan Covill

San Diego

On 05/24/13 03:25 AM, Allen wrote:

> Hi foxgang

> Looks like I have just been bitten by a microsoft bug that they can't be

> bothered to fix.

> I wanted tooltips in grid headers and it seems they managed to put a bug

> in VFP9 (at least SP2) to not allow it.

> I have seen a workaround that involves an access method in the grid

> tooltip text but the grid is placed on the form and is not a class so I

> cannot do that.

> Anyone know of a workaround. TA

> Al

>

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/519F9773.8010704@san.rr.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Dan Covill
Back to top
RE: VFP9 grid header tooltip

Author: John Weller

Posted: 2013-05-24 17:52:08   Link

I seem to recall this was a bug that Dave noticed when SP2 first came out.

John Weller

01380 723235

07976 393631

>

> Must be something in SP2. I have tooltips on my grid headers, and have

> never had a problem. I just checked, and yes, I'm still on SP1. Never

did the

> complex job of installing both SP2 and the set of hotfixes, runtimes, etc.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/000001ce58d1$52cf9cb0$f86ed610$@johnweller.co.uk

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 John Weller
Back to top
Re: VFP9 grid header tooltip

Author: MB Software Solutions, LLC

Posted: 2013-05-28 12:12:31   Link

On 5/24/2013 6:52 PM, John Weller wrote:

> I seem to recall this was a bug that Dave noticed when SP2 first came out.

Bugs introduced in VFP9 SP2 will be fixed in VFP 10. <gd&r>

--

Mike Babcock, MCP

MB Software Solutions, LLC

President, Chief Software Architect

http://mbsoftwaresolutions.com

http://fabmate.com

http://twitter.com/mbabcock16

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/51A4E57F.30409@mbsoftwaresolutions.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 MB Software Solutions, LLC
Back to top
RE: VFP9 grid header tooltip

Author: Rick Schummer

Posted: 2013-05-29 14:13:31   Link

Hi Allen,

>> I wanted tooltips in grid headers and it seems they managed to put a bug in VFP9 (at least SP2) to not allow it.<<

Yes, this is definitely a VFP 9 SP2 bugger.

The most common recommendation I hear on the subject is to use the BallonTip class from VFPX, found in the Ctl32

project. Lots of examples provided in the download.

Rick

White Light Computing, Inc.

www.whitelightcomputing.com

www.swfox.net

www.rickschummer.com

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/014301ce5ca0$9c04dc10$d40e9430$@whitelightcomputing.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Rick Schummer
Back to top
RE: VFP9 grid header tooltip

Author: Allen

Posted: 2013-05-29 15:21:14   Link

Thanks Rick

I tried that a way back and I think it had problems with pageframes.

I had a workaround but have gone back to other work. Will revisit again soon

and maybe try those balloons.

Al

-----Original Message-----

Hi Allen,

>> I wanted tooltips in grid headers and it seems they managed to put a bug

in VFP9 (at least SP2) to not allow it.<<

Yes, this is definitely a VFP 9 SP2 bugger.

The most common recommendation I hear on the subject is to use the BallonTip

class from VFPX, found in the Ctl32

project. Lots of examples provided in the download.

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/007e01ce5caa$117689e0$34639da0$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2013 Allen