Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TREE CONTROL

Former Member
0 Likes
389

Hi all

can we add tooltip or quickinfo for all the nodes of tree.

if yes then how.

plz tell me soon

thanks & regard

ashish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
351

Hello Ashish,

AFAIK there is no possibility to do that.

You can only display/hide it for item with parameter "txtisqinfo" (Flag to indicate whether the text of the item should also be used as its quickinfo. )

Maybe you could try to implement a context menu that just display your info...

2 REPLIES 2
Read only

Former Member
0 Likes
351

please go through the below link there the screen shots are there for table controll from the starting structure creation to table control in wizard ...

<a href="http://">http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm</a>

reward points

Girish

Read only

Former Member
0 Likes
352

Hello Ashish,

AFAIK there is no possibility to do that.

You can only display/hide it for item with parameter "txtisqinfo" (Flag to indicate whether the text of the item should also be used as its quickinfo. )

Maybe you could try to implement a context menu that just display your info...