nh-tu-z / ScaleManagement

Freelance project regarding scale management.
0 stars 0 forks source link

Enhancement lock the parent window if the child window is opened #11

Closed nh-tu-z closed 1 year ago

nh-tu-z commented 1 year ago

Description: Start at main window, we need to lock the main window when we click at the button to open new window:

  1. In Phiếu button
  2. Xuất File button
  3. Khách Hàng button
  4. Đơn Giá button
  5. Mặt Hàng button
  6. Phiếu Cân button
  7. Cài Đặt button
  8. Add new khách hàng button
  9. Add new tên hàng button

ACs:

  1. The parent window will be locked when the new child window is opened.
  2. Only one instance of child window is opened (I think that address the AC1 will solve this)

Out of Scope: TBD

Reference: using .ShowDialog instead of .Show

Mockup UI: image

nh-tu-z commented 1 year ago

Completed in https://github.com/nh-tu-z/ScaleManagement/pull/14