cancel
Showing results for 
Search instead for 
Did you mean: 

ToolTip for EVS

Former Member
0 Kudos

Hi,

Can any one tell me how to give tool tip for EVS(look ups & Calendars)?

Thanks & regards

Kavitha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For the control you can directly set the tooltip in the <b>tooltip</b> property of the control from the properties pane.

IWDAttributeInfo info = wdContext.node<YourNode>().getNodeInfo().getAttribute(<Your Attribute>);

ISimpleTypeModifiable smp = info.getModifiableSimpleType();

smp.setDescription(<Your Text>);

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

Actually i have to give tool tip for EVS icon.if i set tool tip property of the input field it is pointing to input field not to the EVS icon.

Thanks & Regards

Kavitha

Former Member
0 Kudos

Hi Kavitha,

I think its not possible to provide tips on the EVS Icon.

Regards

Ayyapparaj

Answers (2)

Answers (2)

Former Member
0 Kudos

Are you really going to implement all these suggestions?

Former Member
0 Kudos

Hi Kavitha,

Take the property of the UI element(input field) bound to EVS variable.

there give tooltip for the prperty 'tooltip'

Is it like this.

Thanks

Smitha

Former Member
0 Kudos

Hi Smitha,

If i set tool tip property of the input field it is pointing to input field not to the EVS icon.

Thanks & Regards

Kavitha

Former Member
0 Kudos

Hi Kavitha,

You won't be able to set tool-tip for that EVS Icon.

Regards,

Murtuza