2020-08-27 06:06 AM
Hello @Martin KJELDSEN ,@All ALL
I have used STM32F746G-DISCO Kit.
I have prepare Custom Container.
Custom Container contain Following Widget:
Now, I would like to create the design like when i touch on custom container, It will display the Custom Container Information (It is like Tool Tip).
I need to display :
Can you please suggest me. how can i display that information.
your help is appreciated.
Regards,
Nikunj Patel
2020-08-27 06:10 AM
You could take a look at the ModalWindow container.
/Martin
2020-08-27 06:14 AM
Hello @Martin KJELDSEN ,
Thanks you, for quick response.
I will try and let you know.
Regards,
Nikunj Patel
2020-08-28 05:58 AM
Hi @Martin KJELDSEN ,@All ALL
I have gone through as you guided.
The Modal/Window Widget need the image.
In My application,
I placed my Custom Container in "ListLayout" Horizontally.
So, Suppose Currently 4 sensor is displayed.
For each Sensor i need to display its information.
In, Modal Window i need to used image for display.
In, My Case sensor information is updated every time. Information is not static.
So when ever i touch the custom container latest information has to display.
Can you please guide me, how to deal with this kind of situation.
Regards,
Nikunj Patel
2020-09-01 06:02 AM
I can't tell if you really tried the Modal Window or not? Try the ModalWindow Example from the designer to see how it works. It does exactly what you need.