| View previous topic :: View next topic |
| Author |
Message |
Randy Newbie
Joined: 15 Jul 2005 Posts: 1
|
Posted: Jul 15th, 2005 08:46 PM Post subject: Label flicker when using form.cls |
|
|
I am using the mousemove event to drag line graphics around the screen. There is a form clear screen command each time through the loop in order to erase what has just been drawn and replace it with the new graphic. All the labels on the form flicker terribly while dragging the mouse. The text boxes are fine. I thought of replacing the labels with text boxes but the problem is even if they are locked the text boxes can still be selected. Not good. What can I do with the labels?
Thanks |
|
| Back to top |
|
RoofRabbit Regular

Joined: 06 Jul 2005 Posts: 95 Location: Lenoir, NC USA
|
Posted: Jul 19th, 2005 07:45 AM Post subject: |
|
|
The tectboxes can't be selected (by the user) if the .Enabled property is set to FALSE, but you can still display and update the text within thru program code. _________________ Website - [link] |
|
| Back to top |
|
|