Skip to main content
Nikunj Patel
Associate III
August 27, 2020
Question

I would like create the design Like Tool Tip

  • August 27, 2020
  • 4 replies
  • 978 views

Hello @Martin KJELDSEN​ ,@All ALL​ 

I have used STM32F746G-DISCO Kit.

I have prepare Custom Container.

Custom Container contain Following Widget:

  1. BOX (Back Ground)
  2. Image
  3. Text Widget (For display Value)
  4. Image or Box (For display status, GREEN,RED,YELLOW).

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 :

  1. Custom Container Name
  2. Custom Container value.
  3. Custom Container communication parameter.

Can you please suggest me. how can i display that information.

your help is appreciated.

Regards,

Nikunj Patel

This topic has been closed for replies.

4 replies

Martin KJELDSEN
Principal III
August 27, 2020

You could take a look at the ModalWindow container.

/Martin

Nikunj Patel
Associate III
August 27, 2020

Hello @Martin KJELDSEN​ ,

Thanks you, for quick response.

I will try and let you know.

Regards,

Nikunj Patel

Nikunj Patel
Associate III
August 28, 2020

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.

0693W000002lf7FQAQ.png

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

Martin KJELDSEN
Principal III
September 1, 2020

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.