10-24-2006 01:56 PM
10-25-2006 04:19 AM
10-25-2006 02:05 PM
Thanks that was a great example.
The only question that I have left is when the user selects the dimmed tab, the tab will be visible for just a second until the code kicks in and puts the tab back to the original.
Is there anway in the tab callback function to get the event to be ignored and not change the active tab at all?
I know in my code and in the example code there is a split second between the event tab change and the programmatic setback of the active tab.
I am just trying to eliminate that brief flash on the tab. Could be considered a little confusing to the user.
Thanks for the help.
10-26-2006 08:57 AM
have a look at the attached C-File. It contains a better solution, using Event Swallowing. You shouldn´t see any flickering here...
André
10-26-2006 09:35 AM
Thanks.
It works like a charm.
Thanks again.