shared one Modal window for all screen
Suppose we have 50 different screen in a program.
For the following modes, I have to show information to the user in a Modal window in the same screen we are in.
For example, USB connection - correct storage of information in the memory - temperature crossing a certain range and...
If I use Modal Window, I have to add it in all these 50 pages.:\
Is it possible to define a common Modal window for all screen?
so that it can be called and shown in all of these 50 screen.
