Great work Tomas! It seems to work perfectly now for me :-)
Have a nice weekend,
Thomas
From: Tomas Pluskal [mailto:plus...@oist.jp]
Sent: 7. november 2014 03:28
To: Developer discussion
Subject: Re: [Mzmine-devel] Error with adding a new peak to the peak list table
Hi Thomas,
I found this
the new peak is still
not there.
/Thomas
From: Tomas Pluskal [mailto:plus...@oist.jp]
Sent: 31. oktober 2014 01:42
To: Developer discussion
Subject: Re: [Mzmine-devel] Error with adding a new peak to the peak list table
Hi Thomas,
I think instead of adding the row manually to the tree model,
al [mailto:plus...@oist.jp]
Sent: 31. oktober 2014 01:42
To: Developer discussion
Subject: Re: [Mzmine-devel] Error with adding a new peak to the peak list table
Hi Thomas,
I think instead of adding the row manually to the tree model, you should just
let the tree model know that the peak lis
Hi Thomas,
I think instead of adding the row manually to the tree model, you should just
let the tree model know that the peak list structure has changed, by calling
treeModel.notifyObjectChanged(peakList, true);
That should result in updating the peak list rows in the tree.
Cheers,
Tomas
O
Hi everyone
I need your help to fix a bug in MZmine. The problem is that after adding a new
peak to the peak list table, it is not shown in the tree if the peak list is
expanded in the main window. When a user then deletes this row, an error is
returned in SimplePeakList.java l. 246.
Based on