#1916 fwt::Table example cause IndexErr

motonao Sun 17 Jun 2012

I got IndexErr playing with example/fwt/table.fan .

  1. execute example/fwt/table.fan from command prompt.(Win7)
  2. set numCols 6.
  3. set numRows 100. (not change numCols)
  4. push refreshAll button. and confirm both virtical and horizontal scrollbars appear.
  5. set numRows 1.
  6. push refreshAll button again.

then cause IndexErr on command prompt. and col1 shows col-5 items of previous setting. Is it example codes problem or library's ?

brian Sun 17 Jun 2012

I don't see that problem. But typically I have seen SWT will get out of sync on a repaint or two - but it never seems to cause a problem

Login or Signup to reply.