Ferdinand Mosca

Results 86 comments of Ferdinand Mosca

> New issue, I can build an exe, but I cannot save the new installed engine in json. After restart, the new installed engine is not there. And I cannot...

@alfredo-f These are the issues that I found, the windows executable that I built complains about these issues. 1. Define the string properly example. ``` engine_config_file = ROOT_PATH / 'pecg_engines.json'...

I have an error when trying to push some changes. ![image](https://user-images.githubusercontent.com/22366935/187107769-08ed334e-9569-40fc-82b3-929dfe367d3b.png)

This should be after the release of v1.0.

I read it, I don't know yet if it would take time to implement it. Am busy on this gui.

Sorry but analysis mode is not yet implemented.

It is going to take sometime implementing it. So just use other softwares.

Thanks for the info. It seems related to this issue #36 and #35. I need to examine what happened to the [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) framework.

If you want to experiment modify the pysimplegui.py source with the following. ```python def disable(self): """ Disables window from taking any input from the user """ if not self._is_window_created(): return...

I hope to implement this in Analysis mode. Currently what is supported is Play mode. I plan of releasing v1.0 later this week without the analysis mode at first. Your...