Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add progress bar to load and save files #707

Open
paulojamorim opened this issue Feb 21, 2024 · 1 comment
Open

Add progress bar to load and save files #707

paulojamorim opened this issue Feb 21, 2024 · 1 comment

Comments

@paulojamorim
Copy link
Collaborator

Add progress bar for the following functionalities:

  • Open project file
  • Save project file
  • Save project as (all formats)
  • Export project (all formats)
  • Import other files
  • Export 3D surface
  • Import surface file (all formats)

The wx.ProgressDialog component should be used: https://docs.wxpython.org/wx.ProgressDialog.html

@Abo-Omar-74
Copy link
Contributor

Abo-Omar-74 commented Mar 30, 2024

Is there a metadata about operations of Saving/Loading and other functions stated above? To use it with "update" function of wx.ProgressDialog to display the operation that is currently executed.

Or you are expecting the contributor to understand these operations and set this metadata manually .

Or are you okay not to include this metadata?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants