Hi Experts,
I Have Requirement to show some tool tip of color coding as we have lot of complext calculations .they want to show the color coding when they keep mouse over on text boxes and Panel
for Text boxes i created tool tip
text.settooltip('MSG DISPLAY");
but here everything will be single line want them to break the line like below.
when user keep mouse on text boxes.it should like below.but i cant achieve ,anybody experienced this kind of scenario .or any workaround by experts?
RED: OVC>0
Green:OVC<0
For panel as well require but no API .could anyone provide me workaround for this.
I Have searched Below Blogs but no luck