April 8, 200817 yr Is there an easy way to hide a button (or make it unclickable) when a user switches to find mode (probably by clicking a button that performs a script)? I'm still learning the basics of scripting. Thanks in advance, Joni
April 8, 200817 yr Well you should have in your script which the button calls a step that checks to see if you are in browse mode. If [ Get ( WindowMode ) = 0 ] Then do stuff End If Otherwise clicking it will do nothing.
April 8, 200817 yr Also, with conditional formatting, you can attach to the buttons, something like: Get ( WindowMode) = 1 And set the button background to same as layout background. Your buttons then can't have a line or effects though, because they don't respond to conditional format.
April 8, 200817 yr Author Awesome! Aren't you guys glad that I'm here to ask you such easy questions? : Thank you so much! Learning "Get (WindowMode)" is going to help me a lot! I have now found it in my Functions Reference book. 0 for Browse Mode 1 for Find Mode 2 for Preview Mode 3 if printing in progress 4 for Layout Mode
Create an account or sign in to comment