2022-07-24 10:34 AM
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.
Solved! Go to Solution.
2022-07-25 01:08 AM
Hello @Natali,
Unfortunately, you will have to add it to every screen.
That could be a nice feature to implement in the future though, I will discuss that with my colleagues.
Thank you,
/Yoann
2022-07-25 01:08 AM
Hello @Natali,
Unfortunately, you will have to add it to every screen.
That could be a nice feature to implement in the future though, I will discuss that with my colleagues.
Thank you,
/Yoann
2022-08-02 05:44 AM
I have a single custom container that I share among all of my screens that I use to show status information, like you would see at the top of a cell phone. I've never tried this, but could you put a Modal Window in a custom container and hide it until it needs to be used?
2024-04-29 12:14 AM
Hello,
Is this feature something that has been implemented since? I am in the same spot as the author :)
/Pontus
2024-06-05 02:25 AM
2024-06-05 02:32 AM
Hi,
I am tninking of placing all common widgets into one class and make all Views inherit from it.