[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to flash the icon in the Windows taskbar?

Best way to do it would be to create a version of the task bar icon you're using which represents the flash, then use the TaskItem#setImage(Image) method to do an utilize it (effectively animating the task item).  You could also use this technique to do some other fun stuff (colorized pulsations, transforms, etc...)