nightdesigns Posted April 21, 2002 Posted April 21, 2002 I had posted this over in the portals forum, but didn't get much of an answer there, so I'm goign to move it here and try again. I want to do a split screen between 2 files. How can i tell FM to split the window of the file to 50% horizontal?
Vaughan Posted April 22, 2002 Posted April 22, 2002 As far as I know, you cannot. The best you can try is to use related files and portals to *simulate* a split window. I haven't read the original post. Did you explain what you were try to achieve, and why? ----- I just read the orginal post. FMP has limited control over the positioning of windows, and is limited to the Operating System's features. One of the *really big* challenges you are going to face (if you can get split screens to work) is that of different window sizes due to screen resolution, operating systems and user preferences. It's hard enough with "normal" FMP layoits let alone fancy multiple-frame ones you desire. For this reason alone I'd suggest telling us what you want to achieve so we can make some other suggestions. [ April 21, 2002, 05:35 PM: Message edited by: Vaughan ]
nightdesigns Posted April 22, 2002 Author Posted April 22, 2002 quote: Originally posted by Vaughan: As far as I know, you cannot. The best you can try is to use related files and portals to *simulate* a split window. I haven't read the original post. Did you explain what you were try to achieve, and why? ----- I just read the orginal post. FMP has limited control over the positioning of windows, and is limited to the Operating System's features. One of the *really big* challenges you are going to face (if you can get split screens to work) is that of different window sizes due to screen resolution, operating systems and user preferences. It's hard enough with "normal" FMP layoits let alone fancy multiple-frame ones you desire. For this reason alone I'd suggest telling us what you want to achieve so we can make some other suggestions. What i'm trying to do in theory isn't that complicated. It's a little bit of a portal, but not really. If you have any other ideas of ways do this this, let me know. My master file contains all the information for everything (of course). I have a second file (which is a portal from the master) that holds e-mail. The e-mail is auto parsed and the ID number is pulled and a self join occurs. Occassionally, since there are so many variables in e-mail, the script won't be able to parse the ID number for the self join. I want the user to be able to see both the e-mail screen and the master screen and be able to search on the master screen w/out affecting the e-mail screen. (I.E. make searching easy by seeing all the data at once). Ideas? Thanks.
Gogargirl Posted April 27, 2002 Posted April 27, 2002 OK, try this. In your second file, create a layout ('Re-size 2') the same size as your screen. Draw a box on it the same size as the layout with no lines or fill colour. Create a script 'Zoom': Go to Layout (Re-size) Toggle Window (Zoom) Go to Layout (the one you want at the bottom) In the first file, create a similar layout, 'Re-size 1', but only make it half the depth of the screen. Again, put a blank box on it. Create a script: Perform Sub-script (external, second file, 'Zoom') Got to Layout (Re-size 1) Toggle Window (Zoom) Go to Layout (the one you want at the top) Go to field You can work away in the top file, whilst viewing the second file at the bottom. If you like, put a button on the top file to maximize the window when you are done.
Newbies Holger Bolecke Posted April 27, 2002 Newbies Posted April 27, 2002 Try it with the plugin "Move Windows" from Adam Severin, available for Mac and Win. With it you can set the window frames for you databases.
andygaunt Posted April 27, 2002 Posted April 27, 2002 I am not sure if you are using Macs. I will post this anyway in case it helps. This is courtesy of Ken Edwards (aka meancode) in another FM forum http://www.meancode.com/services/fmp/window_trick.sit All praise to him please. It allows you, once you have the size of the window set (which you can do within filemaker with the zoom window script step, you can then use this trick to position the window anywhere you like it. HTH
goostree Posted April 29, 2002 Posted April 29, 2002 I hope this is what you want. It seems really easy for a question that has gotten so many other more complicated answers. I'm not sure I completely understand what you want. I believe you're saying you have two db files and you want one to be displayed on the top half of the screen and one on the bottom half. It's not pretty, but here's what I came up with. Resize the DB windows on the two databases you're working with and drag them to the place where you want them. Write a script in the first db that contains the Toggle Window script step and the Restore option chosen. Go to the second db and write another script that, again, uses the Toggle Window step with the Restore option, and an additional Perform Script (External Script) step that will perform the toggle script in the first db. You'll have menu bars and tool bars(unless you turn them off) on both databases, so it's not a very efficient use of space.
nightdesigns Posted May 5, 2002 Author Posted May 5, 2002 Do you have a website address for "Move Windows" Thanks.
Recommended Posts
This topic is 8242 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