There seems to be an inconsistency with the GuiTabCtrl selection event.
For example, if I do:
PHP Code:
function SomeTabCtrl.onSelect(temp.i){
echo(temp.i SPC SomeTabCtrl.getSelectedRow());
}
The first tab echo's "0 0", the second tab echo's "1 1", the third tab echo's "2 2", however the fourth tab echo's "2 3".