February 7, 200817 yr Is there a plugin that allow the ability to remove all the boarders around a window?
February 9, 200817 yr Author For client/server solution? Need it for that. I know I can use Kiosk mode for standalone runtimes.
February 24, 200817 yr Author I do realize that but I need the user to have access to their other apps and system. Thanks!
February 25, 200817 yr I'd need to test it, but I would think that you could jump to the finder with a script and jump back to kiosk mode by clicking on FileMaker in your dock.
March 2, 200817 yr Why do you want to remove the borders? If it's to prevent the window from being closed you could use the SecureFM plugin.
March 2, 200817 yr Author Yes to hide the close window and to just have the illusion of a floating window.
March 5, 200817 yr Author Thanks for the suggestion but it doesn't seem to fit my needs. Actually the demo I downloaded seemed really clunky and on Mac didn't seem to work as advertised.
May 23, 200817 yr What I have done to prevent a user closing a window is to set the window distance from top as -34 (negative 34). This slides the top of the window underneath the menu bar, so the user cannot get to the window control and close it. They can only close that window by using one of my buttons.
May 23, 200817 yr What I have done to prevent a user closing a window is to set the window distance from top as -34 (negative 34). This slides the top of the window underneath the menu bar, so the user cannot get to the window control and close it. They can only close that window by using one of my buttons. wouldn't that still allow the user to close the window with a keyboard command? without a plugin, I think the only way to prevent a window from being inadvertently closed is locking it inside a script. See for instance the Floating Palette demo by Ray Cologon. But if the user needs to interact with more than one window simultaneously, then another approach would be to check if the palette window is open before the start of any script (and put it back if needed). And give the user a menu command to show / hide the palette... just like Illustrator or word does.
May 24, 200817 yr Thanks for the link to Ray Cologon's Floating Pallette. This is a simple technique to lock a newly opened window. The user cannot close it or even click outside it. No choice but to exit it as the developer intended, with a button on the window. Perfect.
Create an account or sign in to comment