TACTIC Open Source
Freeze at Loading Project - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: Freeze at Loading Project (/showthread.php?tid=235)

Pages: 1 2


RE: Freeze at Loading Project - Nachogor - 08-06-2021

Remko,

You still think removing integrity checks is an option? I think now I´m back again with the same problem, but even zipping and unzipping the files is still bothering.

Cheers!
Nacho


RE: Freeze at Loading Project - remkonoteboom - 08-06-2021

Hi. I already have a commit that does this:

https://github.com/Southpaw-TACTIC/TACTIC/pull/1673/commits/550aa5a572d7981c4657906da74d8dc05338127d

But all of this has been dumped in a single pull request which is held up because of the TableLayoutWdg. I should have created a different branch for the conversion of tables to divs and I am kind of fighting what is hopefully the last fires cropping up due to this change. I will try to merge the whole pull request very soon.

If you absolutely have to, you can make the changes in the commit above yourself.


RE: Freeze at Loading Project - Nachogor - 08-06-2021

Thanks Remko, because it caused me new errors, so this morning we deleted the integrity checks for this 2 files
/src/tactic/ui/app/top_wdg.py
/src/pyasm/widget/error_wdg.py

and now I saw it`s the same you have done. Could this me merged into Tactic`s Main Github?

Cheers!
Nacho


RE: Freeze at Loading Project - remkonoteboom - 08-07-2021

The fix has now been merged. Also note, that the new table structure is also merged (it shouldn't look any different), but the resizing of columns should be a lot better and predictable.