How to scroll to selected row in sys::Table?
table.hbar.val = 11*table.selected[0] // not work
I dug into this and turns out I was using the wrong SWT API.
Try out this patch
Login or Signup to reply.
Akcelisto Fri 19 Feb 2010
How to scroll to selected row in sys::Table?
brian Sat 20 Feb 2010
I dug into this and turns out I was using the wrong SWT API.
Try out this patch