Oldsneekers Posted November 6, 2008 Posted November 6, 2008 My interface is a single main window but for certain functions I "open a pop up window" for actions such as data entry in portals, entering search parameters, etc..." I like the way the pause button prevents the user from getting out of the active window and locks out the window close buttons. Just a thought, would it be a good idea to add a pause script step to the end of ALL scripts so that after an action is completed, the user is forced to stay on the window and to prevent the user from using the close a window button?
Fitch Posted November 6, 2008 Posted November 6, 2008 It would require you to keep the status area hidden and tightly control the navigation and interface. A simpler solution is to use custom menus to make the Close command run your own script.
Oldsneekers Posted November 6, 2008 Author Posted November 6, 2008 Thanks for you feed back. I do have my own close buttons and all access to non layout items is hidden, locked, etc. By using the pause, I want to prevent the user from circumventing MY buttons & scripts. All layouts do have a close button if that's what I want (only on the "pop up's") and that close script also often checks and validates data input. Still that little red button at the top right seems to temp some of my staff occasionally. They then have to re-launch the pop up and reinsert the data. The Main (and only other window open) has buttons that simply change layouts to allow various functions or data views. OS
Fitch Posted November 6, 2008 Posted November 6, 2008 I'm not talking about a script that runs on Close, that you specify in the file options. I mean a script that runs instead of Close, which would not necessarily close the file or the window, but would behave differently depending on the context. It would probably do what your custom Close button does, but with a custom menu you wouldn't need your own Close button, you'd usurp the existing Close button. Custom menus affect the buttons as well as the menus.
Oldsneekers Posted November 6, 2008 Author Posted November 6, 2008 I think we are talking about separate things or I'm not understaning your answer, but I appreciate your effort. One picture is worth... Here is a screen shot. The underlaying window is my one and only interface window. The small window top left is my pop up. The Enter & Cancel buttons validate and enter data or clear and close the small window. Without Pause the user can go back to the main window or use the red close button. With pause the user cannot move out of that smaller window and cannot use the red close window button. (Some "pop up's" will have Close button in place of the Enter depending on use) If I end all my scripts that take the user to one of these pop up windows, is there going to be a problem? In my very short and limited experiment I didn't see one but I didn't test all actions, functions.
Oldsneekers Posted November 6, 2008 Author Posted November 6, 2008 :) where is the attachment button???
Fitch Posted November 6, 2008 Posted November 6, 2008 (edited) Here's a screenshot for you. In your OP you said you have FM9 Advanced; your users need at least FM8 to handle custom menus. Edited November 6, 2008 by Guest To attach a file, edit your post and scroll down to File Attachments, click Manage files
Recommended Posts
This topic is 5862 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