Problem with the tab response.
Posted: Wed Jun 27, 2012 5:31 pm
I have a TabPanel program with 3 Tabs. The first one is a Grid and the other two are Charts.
Everything works fine until I binded a tab response. After that the only tab which continues working is the Grid, the Charts does not work anymore.
I debug the program and I noticed the following:
When you do not bind a tab response everything works fine but the control never is passed to the program.
Once a response tab is binded the control is passed to the program but the Charts do not wok anymore.
Any idea why is this happening? I would like to know which tab is active to execute some logic before to display the Chart.
Everything works fine until I binded a tab response. After that the only tab which continues working is the Grid, the Charts does not work anymore.
I debug the program and I noticed the following:
When you do not bind a tab response everything works fine but the control never is passed to the program.
Once a response tab is binded the control is passed to the program but the Charts do not wok anymore.
Any idea why is this happening? I would like to know which tab is active to execute some logic before to display the Chart.