Hello SDN!
In number of screens I should allow users to choose multiple values for some parameters. Let's imagine that we have screen1 and screen2. On screen1 we should be able to set multiple parameters for param1, and on screen2 we should be able to set multiple parameters for param2. There is a button in screen1 which calling popup screen contained table with set of param1 values and buttons such as "Add", "Delete", "OK", "Cancel" (call it HelpScreen1) . On the screen2 we have the such button which calling popup screen for parameter2 (call it HelpScreen2). The logic of these help screens is simple - each of them takes current set of respective params values, display them in table, allow user to add/edit/delete them and pass new values set back to the caller screen.
But of course create a separate help screen for every parameter is very ugly way. I want to create common help screen but I don't know how I can do it and what I should use to create it. It seems that I have to create reusable component but I'm not sure.
Can you please give me some help?
regards, Lev.
p.s.: sorry for my not-well english but I hope that my description is clear... )