epsilonlabs / emc-ptcim

EMC driver for the PTC Integrity Modeler
Eclipse Public License 1.0
2 stars 0 forks source link

Existing Projects Dropdown is time consuming #10

Closed arcanefoam closed 8 years ago

arcanefoam commented 8 years ago

It is possible to get the existing projects list and show it in a drop down. However, getting all the projects consumes time. Currently the configuration dialog will block until the information is retrieved. An alternative is to run this on the background, and enable the dropdown as soon as we get the results.

kolovos commented 8 years ago

Another alternative would be to use a text box (in case users prefer to type in the name of the project) and a browse button

arcanefoam commented 8 years ago

Went for Dimitris' option using the provided OpenFileDialog. The other option, whilst possible, get very tricky as UI synchronisation requires use of threads and Jawin gets harder if using multiple threads.