Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to display a text object named (First text object) with some text in it, at the time when the application is loaded first.
It should appear only once, whenever i load the app.
Unless and until i press some other object it shouldn't hide.
If i click on other object (i.e.,) it can be any other object , (First text object) should disappear, it should come only after i load the app again..
Help me to find this out..
>>If i click on other object (i.e.,) it can be any other object , (First text object) should disappear,
There is no simple way that I know of to hide the text object when 'any object' is pressed. You would need to add an action to every object, and not all objects take actions,
This is what I propose that should be very close to what you are after:
The user will have to click on the text box to hide it, rather than 'any object'.
We don't have the direct option for that ...but you can try with the link below
check this
See attached Qvw if it helps you.
Vikas
On clicking of object not sure, but on any select it can be hidden. See attached -
>>If i click on other object (i.e.,) it can be any other object , (First text object) should disappear,
There is no simple way that I know of to hide the text object when 'any object' is pressed. You would need to add an action to every object, and not all objects take actions,
This is what I propose that should be very close to what you are after:
The user will have to click on the text box to hide it, rather than 'any object'.
The easiest way may be to use the Tools->Alerts.. or Tools->Alert wizard... where you specify a massage and display conditions. Under Settings->Document properties you can change the look and feel of the alert messages somewhat (I am no fan of the default style).
Thank you.. I have got of what i need.
Thanks all for your help and suggestions.