09-22-2006 08:55 AM
09-25-2006 10:10 AM
09-26-2006 02:47 AM
I also use WinXP SP2, CVI 8.0.1. Please find attached my sample.
09-26-2006 07:44 AM
OK, now I can see the described behaviour. As an event for the TAB-Control is only generated, when you click on the TAB-Headlines, there is also no way to bring the panel to the front programmatically.
The only fast solution I could offer is, placing a Decoration on every Tab-Page, define a Callback for this decoration, and call
SetActivePanel(subpanel2);
in these callbacks.
You could programmatically size the decorations at the start of your application, so that they fill out the whole Tab-Page.
I will try to find a better solution, and will post it as soon as I found something.
Hope this helps!
09-26-2006 07:57 AM
Thanks for your quick response. I understand the fast solution you propose. Nevertheless, any more elegant solution would be very much appreciated.
Thanks again!
09-26-2006 03:45 PM