Quote:
Originally Posted by 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".
|
Parameters are id, text and index, may be you have given two tabs the same id.
Quote:
Originally Posted by alskdjfhg
is UDP support completely dropped? or is Stefan planning on making it work properly
|
Dropped for now, but might introduce it later for communication with the server but not with the other clients right now.