FCS-analysis / PyCorrFit

data analysis and fitting software for fluorescence correlation spectroscopy (FCS)

Home Page:pycorrfit.craban.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loading of correlation functions breaks down exceeding a certain number

weidemann opened this issue · comments

Cutoff lies between 130 and 170 number of pages. Loading seems fine as long as the wait bar is moving in the dialogue box and the main window is empty.

PyCorrFit suddenly freezes while trying to display the first page although loading has not been finished.

Now narrowed: 130 curves works, 132 does not

This limitation is the result of a design flaw and directly connected to issue #6. wxWidgets simply can't handle that many tabs. I made some progress by skimming the Page class. It will be possible to replace the whole tabs-idea with something better. The question is how it should look like in the end.