View Single Post
  #1526  
Old 10-12-2012, 08:29 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
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".
Reply With Quote