I've been replacing Label controls with Picture Box controls, per http://www.opendcl.com/forum/index.php?topic=865.0 (http://www.opendcl.com/forum/index.php?topic=865.0), 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!!!