Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
680
Flashing a tab in UltraTabControl
posted

Hello,

In my application I have a TabControl with different chat rooms. If something happens in a chatroom that isn't shown in the active tabpage, I want to signal this to the user. This I want to do by flashing the tab. Is there any way that this can be done? I have been experimenting a while with different colors in the Tab's Appearance property, but nothing really seems to bite on the background color of the tab.

  • 37774
    Verified Answer
    posted

    The most likely cause of the tab not picking up your new settings is that you have the UseOsThemes property set to True, or perhaps you're loading an ISL file and the ComponentRole of the UltraTabControl is set to ApplicationThenControl.  As for performing the actual flashing, your best option here is to use a timer to control the cycling of the appearances.

    -Matt