cancel
Showing results for 
Search instead for 
Did you mean: 

I would like create the design Like Tool Tip

Nikunj Patel
Associate III

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

4 REPLIES 4
Martin KJELDSEN
Chief III

You could take a look at the ModalWindow container.

/Martin

Nikunj Patel
Associate III

Hello @Martin KJELDSEN​ ,

Thanks you, for quick response.

I will try and let you know.

Regards,

Nikunj Patel

Nikunj Patel
Associate III

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
Chief III

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.