06-15-2010 10:21 AM
Hi all,
How to make a self-made button/control blink ?
Thank you very much for reply
06-15-2010 10:30 AM
06-15-2010 10:36 AM
Broken Arrow wrote:
It doesn't matter if it is "self made" (which I assume is a highly-modifed custom control or an X-Control), make a Property Node, select the Blinking property, and set it to True.
... and makes sure your forground color is not the same as the blink color.
Ben
06-15-2010 11:46 AM
The blink forground and background colors can be modified to suit your taste by changing the IDE Tools> Options> Enviorment> colors selections for bilnk foreground and backround. this affects ALL controls in memory (they bilnk the same color).
This snippet shows two methods to make a control blink- one in the IDE blink colors one that is adjustable
06-15-2010 12:02 PM
Jeff Bohrer wrote:This snippet shows two methods to make a control blink- one in the IDE blink colors one that is adjustable
It's a good thing that you mentionned that you were showing2 methods..
After a quick glance at your diagram I went... !What?! Oh.. okay.. (as I saw the next line..) 🙂
It's a good example of the two methods.
The most common (usual) approach is the property node.