Mview fast scroll problem

User 677b9c22ff

29-01-2007 23:29:37

Hi,


if i use a 3 Mio compound DB (Smiles or SDF) and scroll


very fast down I get the attached error. However


setting a table start index at 2 Mio everything is OK, and I can


scroll realtime on-the-fly without problems.


... the same for larger DBs


Tobias








Exception in thread "Thread-7" java.lang.NullPointerException


at chemaxon.marvin.common.swing.MDialogProgressMonitor.setMaximumValueAt(MDialogProgressMonitor.java:477)


at chemaxon.marvin.common.swing.MDialogProgressMonitor.setMaximum(MDialogProgressMonitor.java:464)


at chemaxon.marvin.io.MDocSource.seekRecordAtFraction(MDocSource.java:129)


at chemaxon.marvin.view.MDocStorage.countRecordsInFraction(MDocStorage.java:854)


at chemaxon.marvin.view.swing.modules.GridBagView$8.run(GridBagView.java:3139)


at chemaxon.marvin.util.ThreadSerializer$1.run(ThreadSerializer.java:97)





Exception in thread "Thread-5" java.lang.NullPointerException


at chemaxon.marvin.common.swing.MDialogProgressMonitor.setMaximumValueAt(MDialogProgressMonitor.java:477)


at chemaxon.marvin.common.swing.MDialogProgressMonitor.setMaximum(MDialogProgressMonitor.java:464)


at chemaxon.marvin.io.MDocSource.seekRecordAtFraction(MDocSource.java:129)


at chemaxon.marvin.view.MDocStorage.countRecordsInFraction(MDocStorage.java:854)


at chemaxon.marvin.view.swing.modules.GridBagView$8.run(GridBagView.java:3139)


at chemaxon.marvin.util.ThreadSerializer$1.run(ThreadSerializer.java:97)

User ef5e605ae6

30-01-2007 09:05:37

Hi Tobias,


We have already fixed this bug, the bugfix will appear in Marvin 4.1.6.


Peter

User 677b9c22ff

30-01-2007 09:08:22

So quick, how is that possible :-)


Tobias