/build/static/layout/Breadcrumb_cap_w.png

Hide Control during uninstall

how can i hide a control item from screen during uninstallation?

0 Comments   [ + ] Show comments

Answers (7)

Posted by: wiseapp 18 years ago
Second Degree Green Belt
2
Hi Akhlaque:

if you want to hide checkbox during uninstallation than create a dummy public property for eg. CHECKREMOVE and give it a vlue False. Put a condition in User Interface if MaintanenceMode~="Remove" or Remove~="All" then Set Property CHECKREMOVE=True
copy the same action in Execute Immediate tab and then go to the control double click on the control and goto conditions tab of the control and choose action hide or disable the control put the condition as CHECKREMOVE=True. Now this will hide/disable the control whenever the uninstallation is executed. Hope this would help.
Posted by: peska 18 years ago
Senior Yellow Belt
2
I don't think you even need to use a PROPERTY for this.
You could probably just set the condition to something like:

Action: Hide
Condition: MaintenanceMode = "Remove"

Then you won't have to add SET PROPERTY Actions.


Peska
Posted by: wiseapp 18 years ago
Second Degree Green Belt
0
Hi akhlaque:

Which control do you want to hide during uninstall.
Posted by: akhlaque 18 years ago
Orange Senior Belt
0
Hi Bhupesh,

The control which I am using is Check Box and I want this control to be hidden when I unstall my package.
Posted by: akhlaque 18 years ago
Orange Senior Belt
0
Hi bhupesh,

Thanks for ur kind help.I got it now.
Posted by: wiseapp 18 years ago
Second Degree Green Belt
0
Hi Aklaque:

Thanks a lot for your appreciation however you can even try Peska's suggestion. Will try myself as well.
Posted by: akhlaque 18 years ago
Orange Senior Belt
0
Thanks Peska.

This is a much better of doing it as I dont even need to create a property.
Ofcourse the condition maintance=remove can only b used for hiding the control.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ