September 2, 201312 yr I am using FM 12 Adv. I haven't seen a question about this so maybe I am the last person to get the memo. I have a layout. I have set Status OFF, Toolbar off etc... Yet, the layout still shows the '+' '-' buttons that let the user adjust the 'zoom' Question, is there a way to shut that bottom toolbar off??? Thanks
September 2, 201312 yr Other than Kiosk mode files generated through the developer tools, you can set the zoom level and LOCK it through scripting. The browse/find/preview/layout modes need to have the corresponding menu items removed using custom menus.
September 2, 201312 yr You could open the window as a dialog-style window, keeping in mind that it is then a modal window (always in front) that you would have to programmatically close.
September 2, 201312 yr Solution Nothing special required. Dialog mode not required. Just choose the new window script step with the "Advanced" options and turn off the zoom area. Â There is no special memo or secret handshake.
Create an account or sign in to comment