brownees Posted October 1, 2004 Posted October 1, 2004 I can't figure out how to show one small window (eg pop-up help screen) over the top of a larger window. Using Go to Layout and Select Window commands, I keep ending up with just seeing one window. Is it possible to see more than one window from the same file at the same time? Thanks Philip
H.P. Posted October 1, 2004 Posted October 1, 2004 You can use the New Window command, and then go to layout in the new window.
JMP Posted October 2, 2004 Posted October 2, 2004 Seems that a further answer to this question is that a small window can ONLY be kept open over a large window if the large window is not maximized. Or is there something I'm missing?
Deep Thought II Posted October 3, 2004 Posted October 3, 2004 FM has the problem that if any of the windows is maximized, any new window (not maximized) will cause the maximized windows to adjust themselves. in fact, i think creating any new window will cause any maximized windows to adjust anyway. best solution so far is to "manually" maximize the window to a degree that just bearly touches FM application window.
mattlight Posted November 19, 2004 Posted November 19, 2004 Is there a way of making the size of windows fixed so that you cannot alter it and only move it around the screen? it would make the size of the border smaller as well
KurtW Posted November 19, 2004 Posted November 19, 2004 We recently built a solution that relies on two windows: a main body window and a right-side menu that is there through 90% of the app. What I found that worked was creating a new table just to hold dimensions of the windows. I reference this table and its data whenever I open a new window or reset/resize. I manually calculated the pixel dimensions for each (trial and error) based on the monitor resolution I knew we would force the client to use. It's pretty handy. Kurt
Recommended Posts
This topic is 7573 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