View Single Post
  #1528  
Old 10-12-2012, 09:00 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by ffcmike View Post
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 View Post
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.
Reply With Quote