Re: [Mzmine-devel] Error with adding a new peak to the peak list table

2014-11-07 Thread TFRD (Thomas Franck Dyrlund)
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

Re: [Mzmine-devel] Error with adding a new peak to the peak list table

2014-11-06 Thread Tomas Pluskal
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,

Re: [Mzmine-devel] Error with adding a new peak to the peak list table

2014-10-31 Thread TFRD (Thomas Franck Dyrlund)
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

Re: [Mzmine-devel] Error with adding a new peak to the peak list table

2014-10-30 Thread Tomas Pluskal
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

[Mzmine-devel] Error with adding a new peak to the peak list table

2014-10-30 Thread TFRD (Thomas Franck Dyrlund)
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