Can someone confirm this :o)

P

pigeonrandle

Hi,

I have been trying to find an answer, even a hint, but despite posting
the following question on various forums i haven't even had a single
reply for nearly two weeks :blush:(.

"Why do treeview tooltips flash if the main form has its
transparencykey set?"

Could a couple of people please try this (its a 67 second job) just so
i know it isn't just my PC :blush:)

You can replicate this behaviour really easily by (c# VS2003)

1) creating a new c# windows application
2) set Form1.TransparencyKey to the same as Form1.BackColor
3) Add a treeview to the form
4) Add a node to TreeView1 whose text is too long to display (i used
'whyisthishappeningwhyisthishappeningwhyisthishappeningwhywhywhy')
5) run the application and hover your mouse over the node.


Many thanks,

James.
 
C

ClayB

I do see the described behavior in .NET 1.1. I do not see it in .NET
2.0 though.

===============================
Clay Burch
Syncfusion, Inc.
 
P

pigeonrandle

ClayB,
Thanks for your reply. It does seem to be a 1.1 issue - dammit.

Is there anybody there (that could give me a clue as to why this is
happening)?

Cheers and thanks!
James.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top