Open sudo-panda opened 5 years ago
Week 5 discussion:
Do we put any restrictions on the name of the behaviour?
Hi @sudo-panda,
I would like to suggest a naming guideline: User would enter only lower case characters with spaces E.g. prius lane follower
Any other suggestions?
Yes, the naming guideline looks good. I checked the current implementation. The exporter is not creating folders while making a PR.
Sir @pushkalkatara, sorry I don't understand. I can see an ExportText folder being created on the PR could you elaborate or recheck.
Oops. I rechecked. Yes, the folder exists. We'll keep it that way only.
Sirs, I can't find any workaround for the freezing up of the tool (VisualStates window turning black) while we are downloading files. Threading doesn't seem to work in this case as either we need to wait for the thread to finish or the Exporter window closes before it has finished exporting. In the case of Importer if we run the downloading and generating of the list in a different thread than the one used for drawing the window it is unable to display the list as the parent is in another thread. Any idea on how to tackle this problem?
I have small suggestions for naming conventions. I think it is not a good practice to have space character in folder and file names. It is due to the inconvenience of command line operations.
Sirs, I can't find any workaround for the freezing up of the tool (VisualStates window turning black) while we are downloading files. Threading doesn't seem to work in this case as either we need to wait for the thread to finish or the Exporter window closes before it has finished exporting. In the case of Importer if we run the downloading and generating of the list in a different thread than the one used for drawing the window it is unable to display the list as the parent is in another thread. Any idea on how to tackle this problem?
How did you implement threading, can you reference the source code? Did you try using QThreads? Maybe this could help - https://stackoverflow.com/questions/6783194/background-thread-with-qthread-in-pyqt
Week 4 discussion points: