Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any way to activate help text using an action provided in some other object ?
Basically ,i want help text to be shown not on Mouse Hovering but it should be visible on a click of another object ?
Thanx in advance
play with button and show/hide variables
you can use a button or a text object and define action
set variable (e.g. vShowHelptext = 1 or 0)
and in your Textobject containing your helptext defne under layout:
conditional: if vShowHelptext = 1)
if you define your Action as: if (vSHowHelptext=1,0,1) you can toggle to Show and disappera your
textobject
Thanks for showing interest in the issue.
here, requirement is not to deal with text object to appear or disappear(It should be visible always) ,rather i want only its help text (that we write in caption tab) to hidden and shown on a button click .
Write the help text on a separate text object. That is the help box that should be shown/hidden as described above.