Look here…
Put his in Initialize:
def selectrow(table = self):
table.selectedRow = 0
system.util.invokeLater(selectrow,1000)
You can experiment with the delay (1000ms)…
Look here…
Put his in Initialize:
def selectrow(table = self):
table.selectedRow = 0
system.util.invokeLater(selectrow,1000)
You can experiment with the delay (1000ms)…