April 25, 201312 yr Hi..I want to hide button on trigger fire of another button. like ..in .Net we do on click event we hide button..is there any way to perform this??
April 25, 201312 yr There's no function to hide a button like in .Net. Objects can't be hidden or shown - you have to mimick that effect by covering up the button with an object the same colour as the background, and then uncovering it. You can use a text object with conditional formatting.
April 25, 201312 yr You can a tab control and have one panel be empty and the other with the button on it. Get rid of the borders and make it transparent to match your background. Dont allow the user to select the tab panels via a OnTabSwitch script trigger calling a one line script of Exit Script [0]. Another option is using the visibility trick to hide the button via a filtered portal. http://fmforums.com/forum/topic/71794-new-visibility-with-vs-11
Create an account or sign in to comment