elluvium / Foxy

Dedicated to our favorite fox
0 stars 0 forks source link

Implement "Edit Business System info" window #26

Open TheCorio opened 7 years ago

TheCorio commented 7 years ago

See: Edit BS info mockup For help ask assignee for Issue #4

elluvium commented 7 years ago

What the difference between "New BS" window and "Edit BS" window if we can edit BS in "New BS" window?

TheCorio commented 7 years ago

It can be the same window structurally, but have a little bit different behavior. First of all user should have a possibility to edit inputed info, after he OK'ed in "new window". The main difference is that the window is already populated with previously entered values.

elluvium commented 7 years ago

So what actually I have to do? Create a new "Edit BS" window with the same structure as "New BS" window?

TheCorio commented 7 years ago

You might inherit from "NewBS" window and add "EditBS_Loaded" event to populate it with data from global static variable "currentBS". That's how I see it. You may implement it the way you think fits.