Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic draw handles (Read 1490 times)
Dexter
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 62
Joined: Jun 25th, 2009
draw handles
Jan 12th, 2010 at 3:28pm
Print Post  
Hi there all!

I have a link and I want to make a functionality to highlight it. I override the drawhandles method and there if the link is to be highlight i change the color. Nothing is happening. What do I do wrong?

Regards,
Dexter
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: draw handles
Reply #1 - Jan 12th, 2010 at 3:52pm
Print Post  
Hi,

DrawHandles might be called after the links is already drawn. Try to call base.Draw(e.Graphics) after changing the color to render the link with the new color.

Regards,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint