sam215 Posted April 25, 2013 Posted April 25, 2013 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??
truelifeajf Posted April 25, 2013 Posted April 25, 2013 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.
mr_vodka Posted April 25, 2013 Posted April 25, 2013 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
Recommended Posts
This topic is 4286 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now