OpenModSim icon indicating copy to clipboard operation
OpenModSim copied to clipboard

Address values not saving correctly

Open PedroCobucci opened this issue 10 months ago • 3 comments

When you create a new project, set some values, and then save and open it later. Boom! the values are gone

PedroCobucci avatar Mar 14 '25 14:03 PedroCobucci

I can open a pull request if you give me more details on how the save operation works.

PedroCobucci avatar Mar 14 '25 15:03 PedroCobucci

Hello @PedroCobucci. See formmodsim.h inline QDataStream& operator <<(QDataStream& out, FormModSim* frm) and inline QDataStream& operator >>(QDataStream& in, FormModSim* frm) methods.

sanny32 avatar Mar 14 '25 15:03 sanny32

@sanny32 PR created https://github.com/sanny32/OpenModSim/pull/32

PedroCobucci avatar May 23 '25 21:05 PedroCobucci

Would you be able to make a new release that includes this fix. This would be really helpful.

How to build this project on Linux ? Did I overlook any build scripts e.g. Cmake / make files / project files. Is there a link where I can find this information ?

EvEggelen avatar Jun 09 '25 09:06 EvEggelen

How to build this project on Linux

Build is available via qmake omodsim.pro && make

sanny32 avatar Jun 09 '25 10:06 sanny32

Thanks

EvEggelen avatar Jun 10 '25 19:06 EvEggelen

@EvEggelen in the dev branch you wont find the omodsim.pro, at least i didn't find it. But i made a fork with the solution that also includes the old omodsim.pro file.

https://github.com/PedroCobucci/OpenModSim

PedroCobucci avatar Jun 11 '25 19:06 PedroCobucci

Now build system is cmake. Next release (1.8.0) with address values saving planned at next week.

sanny32 avatar Jun 12 '25 04:06 sanny32