Picture Box control clears when mouse is over, only the first time

Started by zeeboy · 2009-08-12 15:54 UTC · 2 replies · SMF topic #874

I've been replacing Label controls with Picture Box controls, per {2}, and everything seems to be going good except for one set of Picture Box controls.  Their DrawText value is cleared when the mouse is "dragged" over.

I don't have any Events set for the Picture boxes.

I'm guessing this is relative to the dcl_Control_SetToolTipMainText value I'm setting.  When I remove the code setting the tooltip value the clearing of the DrawText value is no longer an issue.

Is this a bug?

Thanks!
Doug
Does anything change if you call (dcl_PictureBox_StoreImage) after you draw your text?
That resolves the issue!

Thanks!!!