Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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

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.

  • Author

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 confused.gif

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.

  • Author

Thanks to the both of you. I can make that work, although it seems pretty kludgey.

Abbe

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.