Skip to main content
1-Visitor
August 26, 2020
Solved

How to remove value display hover error..

  • August 26, 2020
  • 1 reply
  • 1157 views

Hi team,

I am using value display in thingworx 9.0 which is used to show uploaded image on the mashup. 

When I choose the image by using a file upload widget, the image is shown on the value display but when I hover a mouse cursor on the image it will display error like a tooltip, I don't know how to remove this error.

Please check the below picture the error shown in green color.

 valuedisplayerror.png

Please suggest me how to remove this error.

Best answer by SachinSharma

Value display tooltip is showing the bytecode of image, it displays value of input provided.
Use space in tooltip to override default tooltip. Mashup runtime will display as blank after using space instead of bytecode.

1 reply

16-Pearl
August 26, 2020

Value display tooltip is showing the bytecode of image, it displays value of input provided.
Use space in tooltip to override default tooltip. Mashup runtime will display as blank after using space instead of bytecode.

Suraj26921-VisitorAuthor
1-Visitor
August 31, 2020

Thanks, it's working.