Lougee Posted February 10, 2005 Posted February 10, 2005 I like to keep several windows open during development so that I can quickly see how a change in one layout/calculation, etc affects other layouts and calculations. However, I soon have a proliferation of windows all named 'window'1, 'window'2, etc. is there any way, using FM7 (not developer) to rename windows other than scripting a 'go to layout/new window' which may or may not be the layout I'm concerned with at a particular time. Abbe
Fitch Posted February 10, 2005 Posted February 10, 2005 The script step "Set Window Title()" has the ability to (drum roll) set a window's title. The new title can be based on a calculation. So you could e.g. have a script in your script menu that renames the current window to the current layout.
Lougee Posted February 10, 2005 Author Posted February 10, 2005 Hopefully I can explain myself a little better. Setting the current window name to something else, by script or otherwise, is exactly what I don't want to do. When I'm developing, I want to open multiple windows, each showing a different layout, so that I can bounce between layouts with a single mouse click to see how changes affect different parts of my solution. To script this, i'd have to have a script calling each possible window, no? Abbe
Vaughan Posted February 11, 2005 Posted February 11, 2005 Make a script that prompts for the new window name, then opens the new window. Use this script instead of the standard window menu commands.
Lougee Posted February 11, 2005 Author Posted February 11, 2005 Thanks to the both of you. I can make that work, although it seems pretty kludgey. Abbe
Recommended Posts
This topic is 7488 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