Can Frame remember size and position of window when it is reopened?

When I re-open the chapters in a book, I want each to open with the same size and position it had when it closed. Frame seems to randomly pick a size and location for each window. In a big book, I can end up with chapters strewn all over. Some are huge, some are small, and they overlap each other.
An exception is chapters that were minimized the last time they were saved, in which case they re-open minimized, which is good behavior.
Any way to tell Frame to remember where the window was last time I was using it?
I'm using FrameMaker 8.0p277, unstructured.

FWIW, I keep the .book file open on the side of the screen and use it to select a chapter to work on. The other chapters are kept minimized. I've found that this is the most efficient way to work and I can bounce between chapters quickly. So I guess I'm using the .book file like the "list of all open files" you mention.
In FM 8, you can see a list of all open files by clicking Windows>More Windows. That shows a list of everything. The biggest problem with that is that it's not in any order that I can discern. If it were in alphabetical order or in the same order as the chapters of my book, it would be more useful.
When I double-click on the name of a chapter, it opens in what seems to be almost a random size and position, which is the cause of my original post.
Thanks,
Cheryl

Similar Messages

  • ITunes in Vista won't remember size and position

    I just upgraded to vista, haven't had problems so far until I restarted after using iTunes for the first time... when I opened iTunes again, the window size and position reverted back to the default, which is much larger and not where I'd like it to be.
    This happens every time I open and close the program.
    Any suggestions?
    IBM Thinkpad T42p   Windows Vista   upgraded from XP

    I know this is WAY after the fact and it's not likely to get a response but it's worth trying anyway:
    I'm using Acrobat 9 Standard on XP Professional and I have the window resize problem.  Every time I open Acrobat--directly or by opening a PDF file--the window is always on my left monitor and sized so large that it almost fills the screen.  The document opens at 100% zoom by default and barely fills 2/3 of the program window as set in preferences as is "Restore las view settings when reopening documents".
    Here's the rub: this problem only started after PDFlyer toolbar was installed.
    Any ideas?

  • Acrobat won't remember size and shape of window

    I'm running Acrobat Standard 7.1.0 on Windows XP Professional SP3. Each time I open Acrobat, either directly or by clicking on a PDF email attachment, the application opens in a landscape shaped (horizontally oriented) rectangular window. I then resize and reshape the window in a portrait format for ease of use. Unlike every other Windows application, Acrobat simply will not remember the window size and shape that I prefer. Is this behavior unique, or have others experienced it as well? Is there anything I can do to correct the problem?

    I know this is WAY after the fact and it's not likely to get a response but it's worth trying anyway:
    I'm using Acrobat 9 Standard on XP Professional and I have the window resize problem.  Every time I open Acrobat--directly or by opening a PDF file--the window is always on my left monitor and sized so large that it almost fills the screen.  The document opens at 100% zoom by default and barely fills 2/3 of the program window as set in preferences as is "Restore las view settings when reopening documents".
    Here's the rub: this problem only started after PDFlyer toolbar was installed.
    Any ideas?

  • DM 3.0.0.665: Individual dataflow diagrams forget process size and position

    Some of my dataflow diagrams do not remember the size and position of processes when I move or resize them.
    The problem only seems to affect "external" processes, ie processes that are not subprocesses to the diagram.
    How can I avoid this behavior?
    / Marc de Oliveira

    Marc,
    I logged bug for that. Unfortunately there is no workaround.
    Philip

  • Locking Chart Size and Position

    I have a document that contains multiple workspaces with 2 charts on every page. I can scroll through each chart and the data changes when I do so. I have set width, lenth, and position sizes and once I set them and go through a few more, when I go back, the sizes and positions have changed/adjusted on their own to numbers I didn't set.
    Why is this?
    How can I lock size and position?

    "Workspace" is not a Numbers term that I am familiar with. Do you mean "Sheet"? You say you are using Numbers for OSX, but what you are describing sounds like an iWork for iOS complaint.
    Sorry, but I don't have enough information to go on to make a suggestion.
    Jerry

  • Size and Position of a document"s window

    Why doesn't InDesign CS4 remember the size and position of a document"s window?
    This worked in all previous InDesign versions + it certainly still works in Photoshop and Illustrator CS4.

    This is an annoying problem for me too. Recently upgraded from CS2 to CS4. I use styles a lot and like to keep the palletes for them open on the bottom right of the screen. I used to reduce the width of a window of a document back so it sat to left of these palletes and it would stay this way whenever I opened it, but now every time I open a document it defaults to full screen width and so need to move the styles palletes to access the thing at the bottom right of the document window to resize it. This is very annoying. How do you set it so Indesign remembers a document's window width as well as its position? If you can't, why the hell not? Also tried this with application frame, but it has the same behaviour within the frame. Not keen on application frame anyway, still like the option-click on the desktop behind to hide the app quickly.

  • InDesign forgets window size and position when opening

    PC with Windows 7, CS 2014.
    I set up Illustrator so that it does not open full screen (I have a 27" monitor) so that I can have panels permanently open around the edges. Close Illustrator and re-open it and it remembers the last set window position.
    InDesign remembers the position of the open panels but opens the main window full screen every time, and it's really annoying having to resize and reposition the main window every time I load InDesign.
    I upgraded from an earlier version of Adobe CS and that older version of InDesign remembered the window size and position. Why did this change?
    Can this be fixed please?

    From the InDesign top menu have you tried going to Window/Application Frame to put the application in it's own resizable frame? That will hold the window to the same size each time you open an InDesign file.

  • HELP! Controlling size and position of new window from applet

    I am totally new to using java. I am making use of a java applet for showing images. Each image may be clicked to open a higher res image in a new window. I want to be able to control the size and position of the new window. The windows need to be different sizes for each image - a couple may be the same size but some will be different.
    I found this:
    <<<<Yes it can (but not after the window has been created). JavaScript can open documents in a new (or an old) window with eg.
    <script>
    window.open("document.url", "window_name", "toolbar=no,statusbar=no,scrollbars=no,resizable=no,width=600,height=400");
    </script>
    The new window will have only the title bar and the frame around the document, nothing else.
    That can be made a function and called from an applet through liveconnect.>>>>
    from a search re window sizes but I need more explicit help with how to put it into my document! This looks like it might work with the exception it doesn't give a position but I could even live without that.
    Am I correct in assuming tha this script goes in the <head> of the document? If I have several different sizes, I would need to have several different but similar scripts but with different window names?
    Do I substitute the actual url where it says "document.url"? What about "window_name"? And what does liveconnect mean?
    Here is a sample from the applet coding I have in place:
    \\\\\<param name="image2" value="barneygargles_th.jpg">
    <param name="link2" value="http://www.barneygargles.com">
    <param name="statusmsg2" value="Barney Gargles Family Restaurant">\\\\\
    Please, I hope someone can help with this! This is driving me crazy!
    Thanks to anyone who can walk me through this one!
    Linda

    I have been searching the internet for more information and it appears that others have been faced with this problem.
    I have found a couple of possible answers but I am not sure how to do them.
    http://forums.macosxhints.com/showthread.php?t=64059
    http://forums.macrumors.com/archive/index.php/t-119915.html
    The first link seems more relavent but I am not sure how to do what it is talking about.
    Can anyone help?
    I have recently moved from a PC to MAC and this problem is really getting in the way of my work.

  • Size and Position of New Safari Windows

    When I click on a link in safari and it opens a new window I would like to be able to have that window open at a particular size and position of my choosing.  How can I do this?

    I used to think that it used the same size and placement as the last window closed but it is not doing that for me now.
    It should.
    Since you're running Lion disable Resume >  How To Disable Lion's 'Resume' Feature - MacRumors.com
    Then restart your Mac.
    If that doesn't help, go to ~/Library/Caches/com.apple.Safari
    Move the Cache.db file from the com.apple.Safari folder to the Trash.
    Restart your Mac. Launch Safari. See if it will "remember' window size.
    Message was edited by: Carolyn

  • [SOLVED] Windows Size and Positioning

    Hi, I'm having this problems with windows like those of Evince or Firefox or some others. The thing is they start not maximized but their size is so big that I have to move them with my keyboard a little bit so as to be able to resize them with my mouse. This is very annoying... is there a setting for Gnome to remember last time position and size used or at least start all windows with the same size and position???
    Thank you
    dysaint
    Last edited by dysaint (2010-05-14 16:51:53)

    Welcome,
    you could use devilspie to achieve something like that.
    Did you set the dpi?
    Regards,
    demian
    P.S.: You could use Openbox within your Gnome as Window Manager. It remembers Window sizes, uses sane defaults and can spawn Windows unter the mouse (among various other things).
    Last edited by demian (2010-05-14 16:15:27)

  • Size and position of Finder Window at reboot

    I realize this issue has been covered, but I haven't been able to find and answer to my specific problem. Recently I have noticed that when I reboot my MacBook(10.6.8) the Finder Window opens in its default size and position.  I set the size and position as required and it maintains that setting until I shut down. The next time I boot up the same thing happens, finder window is back to the default setting.  All other settings(view etc) are OK, it's just the size/position that doesn't hold at shutdown. This is becoming a real nuisance and I would like to find a fix if possible.  I have trashed the finder.plist and that doesn't work.  Also tried some of the listed possible cures, to no avail.  Does anyone have a fix for this problem?
    Thanks in advance for any and all suggestions.

    I have been searching the internet for more information and it appears that others have been faced with this problem.
    I have found a couple of possible answers but I am not sure how to do them.
    http://forums.macosxhints.com/showthread.php?t=64059
    http://forums.macrumors.com/archive/index.php/t-119915.html
    The first link seems more relavent but I am not sure how to do what it is talking about.
    Can anyone help?
    I have recently moved from a PC to MAC and this problem is really getting in the way of my work.

  • Size and position of Safari windows

    I don't think anyone's noticed the problem discussed at the end of a thread, outlined here:
    K H N Lim, "Enlarge Window Size" #3, 01:44pm Jul 28, 2005 CDT
    It's a problem a lot of people (okay, four of us) are having. Quick summary:
    "I launch Safari, resize the window and position it at the upper lefthand corner. Quit Safari and relaunch. Initially the window stays put, but after a while, the position shifts. And keeps shifting more and more toward the right of the screen with each subsequent launch."
    I've had the same problem and it makes it hard to switch from one app to another, with Safari shifting all over the screen and refusing to remember how it was positioned from launch to launch. Any ideas what's up?

    I used to be bugged by this too. Then I saw a message from someone who suggested the following applescript (with changes to coords to match your screen size and position you want). Mine is set for 1600 x 1024 resolution on my 22" cinema display. The coords are for top left corner and bottom right corner of the Safari window.
    Make a new bookmark, i.e. press COMMAND-D
    Specify that it should go in the bookmarks bar.
    Go to the bookmarks screen in Safari.
    Find the bookmark.
    Select the name (left side) and edit it to something like Window Position.
    Select the URL (right side) and paste in (without the quotes)
    "javascript:self.moveTo(190,0);self.resizeTo(1150,995)"
    Close the bookmarks window/screen.
    Click on "Window Position" in the bookmarks bar and the window will resize to specified size and position.

  • Restoring the window size and position of Disk Utility

    I took my mac-mini to a memory upgrade this afternoon, and the guy, who was testing the new configuration of my mini, started, and changed the size of the disk utility window. I hate so much if someone tweaks my personal stuff/setting in their image so much, that I could explode! How can I restore it to the default size and position? I cannot find anything about this on the net, and this is the only setting, I could not restore.

    I'm sorry, ignore that Applescript Snippet, use this one instead (make sure to open disk utility before you run it!):
    tell application "System Events"
              tell process "Disk Utility"
                        set theSize to size of window 1
                        set theNiceSize to (item 1 of theSize) & "x" & (item 2 of theSize) as string
      display dialog theNiceSize
              end tell
    end tell

  • Controlling window size and positioning in RH8 WebHelp

    Evening all,
    I've seen a post before about controlling the size and/or positioning or RH WebHelp windows, but I haven't been able to find it again.
    I'm generating WebHelp in RH8 and at this point am using the default skin and whatever default tri-pane and CSH windows RH chooses to use.
    Question is: how do I control the size and position of these windows? Or can I?
    I suspect they're set in a .js, but don't know which one. I know I can create new windows, and if I recall correctly, I can make one for CSH and one for the classic tri-pane help display. Is this how folks typically control the windows used to display RH content? Or do they muck about in the original .js files?
    Or, and this is the more likely, am I just being too anal-retentive about this and I should just let RH do its default thing and not worry about it?
    Thanks - I'm just a bit confused here,
    Patrick

    Hi Patrick
    If you aren't working with a programmer to connect your WebHelp to an application, you really don't have much control over the placement and attributes that are used.
    Note that when you create a project in RoboHelp HTML, you have an ability to create a WebHelp window with the desired attributes. But really, all that does is configure the way a window will open if you are using something called the "WebHelp API" to open topics. As you stated earlier, JavaScript is actually used by the API to open the window.
    Cheers... rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Software to restore apps window size and position after change in screen resolution

    I use a 27' iMac'10 with SL 10.6.8, running it at 2560x1440 screen resolution.
    Whenever I have to attend meetings via GoToMeeting or Webex and need to present, the resolution is too high, since most participants are on 15' laptops or even iPad's these days.  Therefore, I reset the screen resolution to 1600x900 for the time of the presentation.
    After the meeting is over, I reset the resolution back to 2560x1440.
    Problem: After the reset, all my apps are scaled and out of place, so I need to manually reset them to their original sizes and positions.  I use Divvy to make this a bit less painful, but still it's a manual chore.
    Is there any software out there that let's me restore my windows to the exact settings they were the last time before I changed screen resolution?

    I agree, the ability to remember window sizes and positions when switching between laptop and using the Thunderbolt display would be very useful.  It's like your Mac remembering the volume level depending on whether you have headphones plugged in or not.

Maybe you are looking for

  • SAP PI Message Cancellation Alert - Message does not have restartable error status

    Hello SCNers Version: 7.1 Scenario: File --> PI -->SOAP We have a situation where a PI message  in Integration Engine shows error status.We want to cancel the message in IE but are unable to do so. On clicking Cancel for this message in SXMB_MONI, we

  • Travel in France...for real, people

    I want to take my US-bought MacBook Pro, use the World Travel Kit, and plug into a France outlet. Some people swear the MBP does this without a converter or transformer and some claim that certain foreign voltages fry the machine. Really now this is

  • Soundtrack Pro with 4 CPU's

    Hi, will Soundtrack Pro use all 4 CPU's during Analyse for example.

  • I tunes wont install

    i had a very old version of itunes when i opened the program it notifided me of a update. i clicked to download it and the install failed. every times i try to istall i tunes it gives me the message "there is a problem with this windows installer pac

  • Doubts on interactive adobe forms regarding validations

    Can we apply validation logic to an interactive Adobe form? Regards Cheenangshuk Das