PhysiCell-Tools / PhysiCell-Studio

PhysiCell Studio is a graphical tool to allow easy editing of a (XML) model, create initial positions of cells, run a simulation, and visualize results. To contribute, fork and make PRs to the development branch.
GNU General Public License v3.0
21 stars 13 forks source link

new random_seed option not selected on radio buttons on initial Config Basics tab #244

Open rheiland opened 2 weeks ago

rheiland commented 2 weeks ago

It seems that if we do NOT have a traditional random_seed in user_parameters, but provide it in the newer <options> block, its radio button is not being selected on the Config Basics tab, unless we click on a different tab and then back to Config Basics?

drbergman commented 2 weeks ago

So it looks like it's still fully functional. I can change the random seed int, save, and see the change in the xml. All without the radio button becoming "selected", i.e. blue instead of grey. It seems this is more insanity to get the GUI to render correctly on first pass. At this point, I really feel I've thrown the kitchen sink at it and the most progress I made was identifying that if I manually set the stylesheet, that will render on start. But I (and chatgpt) cannot get the manually crafted stylesheet to come anywhere close to the default one. If we really need this, then I can make images to mimic the default buttons.