How can I Create Tab blinking effect like IM programs do using wxNotebook?
A good example of this is would be any tabbed IM program that blinks to show the user that they received a new IM.
|
|
How can I Create Tab blinking effect like IM programs do using wxNotebook? A good example of this is would be any tabbed IM program that blinks to show the user that they received a new IM.
|
|||
|
|
|
|
You can give each tab an icon (using You can also use You could either render a small led blinking, or you could draw the name of the contact on a colored background (whose color changes each blink interval) and use it itself as the icon instead of drawing the contact name next to the icon. The latter method only works using It's been some time since i did it, but it worked out very nicely. |
||
|
|