matthiasbock / BooleSim

Systems biology tool: Boolean network simulator
http://matthiasbock.github.io/BooleSim
11 stars 6 forks source link

Transition from "rules" to "time series" tab #29

Closed TillS closed 11 years ago

TillS commented 11 years ago

It is currently impossible to go directly from the "rules" tab to the "time series" tab. Upon clicking "time series" tab from "rules" tab, it always changes to network view.

chaitan3 commented 11 years ago

That's because, whenever the user switches away from the rule tab the network needs to be reimported, this is done in case the user has made changes. Now on importing, the network tab needs to be displayed for the import to succeed.

TillS commented 11 years ago

Alright, that's understandable, but should still be changed, because it is just not good for intuitive handling and looks to a user like a bug. Isn't there another way to handle this? maybe save the changes in the rules tab and just update the network view the next time the user clicks on network?

chaitan3 commented 11 years ago

Ok, fix committed.

TillS commented 11 years ago

Perfect! works! Thank you!