CS4 auto resize document window?

In CS3, the document window abutted the palette (panel) stack and expanded automatically when I collapsed the stack. How do I make CS4 (Windows XP) do this?

None of the suggestions so far make CS4 do what I could do by selecting Maximum Screen mode in CS3. I have the stack of panels against the right edge of the screen and it collapses mostly to the left. The document window and the stack have no effect on each other.
I think I have to dock the stack to the right edge, but I don't know how to make it happen. As I mentioned, the CS3 screen mode that did it is missing from CS4.

Similar Messages

  • How to resize document window on Mac?

    This seems like a silly question, but there appears to be no corner grabber to resize my document windows. Is this a new "feature" or am I missing something.

    Are you talking about the textured triangle that used to appear in the lower right corner?
    I'm running Fireworks CS5/6 on Mac OS 10.6 (Snow Leopard), and that corner grabber no longer exists. In its place, you simply hover over an edge or a corner and look for the cursor to change to double-sided arrow. I'm not sure why this change was made. It does sort of offer more surface area for interactivity (at the edges); however, if two windows are right next to each other (like the document window and the panels), there's no way to tell which is about to be resized until afterwards.

  • [JS, CS4] Document window resizing

    Hello all
    Having trouble re-sizing the main document window with the below script fragment. Used to work perfectly in CS3. In CS4, if the document window is maximised and then the script is run, it works: it makes the window smaller. If the doc window is smaller than the maximum size and the script is run, it maximises the doc window: it doesn't make it the size specified in the script. In other words, every second time the script is run it works; the other times, it maximises the doc window. Have tried using smaller values for the win size, but doesn't matter what the values are.
    Any idea what's going wrong? It's a bit of an annoying glitch for me ...
    ===
    const left = 0;  const top = 50; const right = 200; const bottom = 200;
    win = doc.layoutWindows[0];
    var bounds = win.bounds;
    bounds[0] = top;   bounds[1] = left;   bounds[2] = bottom;   bounds[3] = right;
    win.bounds = bounds;
    ===
    I've tried making the above variable win point to app.activeWindow instead -- still doesn't work.
    Hope someone can help...
    Paul

    Don't know why, your code seemed very similar to mine
    Paul, its your code.
    I have just added one condition
    if (win.bounds != top+ "," + left +  "," + bottom + "," + right)
    if window bounds not equal to which one you want then below code execute
    win.bounds = [top, left, bottom, right];
    else nothing change with window bound.
    Shonky

  • How can one resize a inDesign Document Window without moving Document's position?

    I've searched high and low for an answer to this habit that inDesign has. Am I the only one that finds this annoying?
    You go to adjust the size of your document window to move it out of the way to get to something else on your desktop, and instead of keeping the document in place and just resizing the window, it moves the document with the resize. Not sure if I'm putting this in a way that people can understand me. Say I have two inDesign files open side by side and I zoom in on an area and adjust my view of the page. Then I go to the other inDesign document and adjust the view by grabbing the bottom right hand corner of the window and moving it to where I want it. The whole document then moves with it! I desire it not to, so now I have to waste time by using the hand tool to move it back into place. Illustrator doesn't act like this. Photoshop doesn't act like this. Only inDesign. Does this harken back to the PageMaker days? Am I missing a preference somewhere I need to change? Or is it just the way of things and I'm stuck with it?
    Currently using inDesign CS5 and CS6 on a Mac in OS 10.6.8

    Hi,
    The simplest would be to set the application preferences in the script.
    Like this :
    -- *** set prefs ****
    tell application "AppleWorks 6"
          activate
          set oldPrefs to its preferences
          copy oldPrefs to tPrefs
          tell tPrefs
                set old version warning to false --doesn't show the old version warning alert  
                set converted file suffix to true -- append “[v6.0]” to documents converted from older formats
                set locked file warning to false
                set paint reduction warning to false
          end tell
          set preferences to tPrefs
    end tell
    -- *** end set prefs ****
    --**** your script, example ***
    set tfiles to choose file with multiple selections allowed
    tell application "AppleWorks 6"
          repeat with i in tfiles
                open i
                tell front document
                      -- do something
                end tell
          end repeat
    end tell
    --**** end  your script ***
    -- *** reset prefs ****
    tell application "AppleWorks 6" to set preferences to oldPrefs

  • Illustrator document window will not resize

    On a Mac -- CS6
    All of a sudden my document windows refuse to resize. I was sent an Illustrator file by another artist and now all windows only open to the size of his window. Can't change any of them.
    Tried restarting the program twice and thought I reset my preference (although not sure I was successful).
    HELP :-)
    Thank you.

    Never found out what happened. As I mentioned, I tried restarting multiple times, etc. but nothing worked. Then, just as suddenly, the problem disappeared. I do attribute the beginning of the problem to when I opened someone else's file (that they had sent me). Sorry not to have better advice and good luck.

  • Auto-resizing pop-up window

    What I'm doing is making a calendar and when you click on a
    day a small pop-up window of that day's activities pops up. Well
    not all the days have the same amount of activities, so is it
    possible to have pop-up windows that auto-resize according to how
    much text is in the pop-up window?

    i dont know of any extensions that provide this....
    however you could do something based on # characters. create
    some calculation for the height of the window based on #
    characters.

  • Why wont panel float into ID CS4 document window?

    I have a strange situation arise in last several weeks. The toolbar and the panels will float but grey out when over the document window. If released they disappear and can be found on the Windows screen, not in the ID window where they should be. Panels will expand OK but its very frustrating not to be able to place them on the document window. I am using Windows 7 64 bit and ID has been updated to 6.0.5. Interestingly I downloaded the trial version of Design Suite 5 Premium and installed it. InDesign 5  is dispalying the same errors - I assume it picked up the plug-ins and preferences from ID CS4?
    Any ideas or solutions anyone?

    Thanks Peter
    I'll play around with the monitors. I have two monitors both running at native resolution (one 24" Samsung (1900 x 1200) and a 19" HP (1280 x 1024) set as an extended desktop. As far as I know no settings for them have changed but I'll try going back to a single monitor.
    As the problem does not exist on the other programs (Photoshop, Illustrator) that float panels it seems to be something in InDesign's coding is causing the problem and maybe reacting with  video settings. Strange as I have used InDesign CS4 since it was released with no problem up until a few weeks ago.
    If I create two document windows and float one off onto the other monitor then the toolbar and panels can be transferred onto the document on the 2nd monitor no problem but 'fall through' the document remaining in the program! By clicking reset Advanced Workspace they are recovered.
    I tried to uninstall CS4 but the uninstall program hangs so I have to work out why?
    Thanks for your help - I am sure the answer lies out there somewhere

  • Auto resize window when opening image.

    How do you make the whole window automatically resize to fit your screen without covering the palletts?  Everythime I open an image the window is hidden by the pallets. I then have to move the pallets out of the way, resize the window to fit my monitor, move the pallets back and Im ready to go. This is such a pain. I want the tools pallet to be on the left, the action and history, etc. on the right, and I want the window with all my image tabs to fit between those from top to bottom and from side to side automatically. I never had this problem in earlier versions. I have cs5.
    Thank you!

    I don't need the image to be full screen, just the window. And the window is not technically full screen, because you can still see the window borders and the panels. I want the image window with the different image tabs to open as big as my screen. I want the edges to come right up next to my panels and the bottom to go down to the bottom of my screen. For example: I use Mac and when you close a finder window and open a new one, it will open at the same size that you closed it. If you resize it, lets say, to fill your entire screen, close it and then reopen it, it will open the same size as you closed it. I don't want photoshop to open new image windows to the same dimension as the image. I want a grey screen to cover my entire monitor just like in CS3 and before. I really like the tabs, but I want the window to open bigger with grey space arround the image.

  • Cs4 Zoom Resize...and a litte rant...and then a plea.

    Hey Adobe, I've been a Photoshop user for over a decade and, for as long as I can remember, the two zoom resize options (the one attached to the zoom tool option bar and the one in the preferences menu) have allowed me to set the window resize option for my keyboard zoom and my zoom tool independently. This was tremendously useful for me since most of the time I don't want to resize my window and the keyboard shortcut would zoom in and out of my image in a useful and predictable manner.  Having the second option was great because it allowed me to fit my image to a smaller or larger window with a single click of the zoom tool.
    I was reading the online help for the the zoom resize function and, under the comments, another user had the same concern that, though there are STILL two options, they no longer were independent.  Much to my disappointment an adobe representative (somewhat pompasly) remarked that the zoom functionality was flawed previously and that it's current inception, with two options that do the same thing and are  thus redundant, it is the more consistent (implying correct) manner in which the functionality ought to behave. I strongly contest that point of view and feel that I, as an expert user, have been undermined in favor of a arbitrarily dumbed down solution that adds several seconds to operations that I perform perhaps hundreds of times daily.
    This brings me to a related but separate point. The update of the user interface from CS3 to CS4, with the change to the zoom functionally being at the heart of the issue, is inferior to previous versions. There are many new issues a few of which I will list for your benefit:
    A liberal waste of my screen real estate in the palettes and menus
    Annoying and unpredictable tab behavior (whcih still seem to crop up even though I have both options disabled)
    Minimized windows that cannot be moved
    A mind bogglingly poor lay out of the adjustment layer palettes (massive, unscalable, with textless icons and tiny handles on razor thin color bars)
    'Full screen with menu" mode that now covers up my windows task bar (really, Adobe how dare you?)
    Utterly mystifying hit areas of color palette sliders which will select and move the wrong slider if I don't click precisely on the intended one
    Poor performance under openGL (I have a Nvidia 8800 which is a middle-high end card).
    By my own, totally subjective account, It is fundamentally worse... for me.
    Now I'm sure there are many users who are happy with the updates you have made and I applaud you for catering to your base, but why in God's name would you remove and redisgn functionality without offering the option of employing the previous inception. It is a slap in the face, Adobe. So I emplore you as a loyal coustomer, as a user who depends on your software for my livelyhood and as a design professional who interacts with your product more than my family...Please give me more control over the UI of your software. Please don't remove change functionallty. It frustrates me and wastes hundreds of hours of my time over the course of a year. Let me have two window resize options!

    This is a user to user forum. Adobe does not read this. But I, at least, agree with some of what you posted. There is a feedback form that I have attached that will get your concerns to the right people. Hope this helps.
    http://www.adobe.com/bin/webfeedback.cgi

  • How can I get the windowRef of the active document window?

    Hello,
    Hou could I get the ADMWindowRef of the active Document window in Illustrator CS4- CS5? I can not use ADMWindowSuite1  because is On Mac OS only.
    Thank you very much to Everybody.

    There's no API for this, not if you want to make use of it in a useful way. You have to write Windows API code to do it. I reccommend using Spy++ to suss out the structure. Frankly, it's pretty annoying. It'd be extremely helpful if the API provided this, but it doesn't.

  • Contribute CS4 only shows browser Window?

    Hi All,
    I have a bizzare issue that I can't seem to find anyone else having.My Contribute CS4 is only showing the browser window. This means I get no File, Edit, that sort of thing. It is super frustrating because is severly limits what I can do.It also means I can't resize the window, much less move it. It is basically set in size and location (the center of my screen). I have deleted the preferences folder and registry entry to foce them to be rebuilt, but it didn't help at all.
    I'm sure this is something simple, but I have tried every key combination I can think of, none seem to be working. I've attached a screen shot so you can see what I'm talking about.
    Just as an FYI, I'm running Windows 7.

    Hi Kathy,
    Yes the menu bar within Internet Explorer is showing. It is frustrating because I literally cannot do anything other than hit ALT+F4 to close the application or click on things showing within the area in the screen shot.
    Thanks for the suggestion.
    Joel

  • Auto resize webpage?

    i have just finished my site which can be seen here www.jbpermanentcosmetics.co.uk The site looks fine on my Macbook pro on Mac and windows but it is way too large for 4:3 monitors. The site width is 1200 which in hindsight is too large really but i don't want to have to resize the whole website. Is there any HTML code which i can add which will auto resize the page to avoid horizontal scrolling?

    rossn49 wrote:
    I found the following code which looks like it might do what i want:
    <SCRIPT language="JavaScript">
    <!--
    if ((screen.width>=1024) && (screen.height>=768))
    window.location="highres.html";
    else
    window.location="lowres.html";
    //-->
    </SCRIPT>
    rossn49, you can not use that javascript. It switches between two pages/sites (I bolded the code), which means you have to add another site with narrow width.... you indicated that you wouldn't like to do that.
    However, you can find the sweet spot for your site design; many people started to design their sites for regular computer and also accommodate mobile devices such as iPhone.
    You may like to do just that, iPhone's resolution is 960px wide, so I would conservatively take it down to 900px~920px wide.
    OT, thanks for the good words... I'd not read the forum today. I'd been spending time today to figure out and mount my GPS on my new motorscooter, maybe I will buy motorscootersaurus.com for my new site. LOL!

  • Expand the Document Window's Page Name Area

    In FW CS4, the area for the page name is too small.  It truncates my page names so that I can't tell them apart like this:
    Is there any way to expand that are where the page name shows up on the right of the document window toolbar?
    Thanks!

    That won't work if other users are to recognize what the pages are designed to do.

  • How do U resize a window in start up

    Im making an applet that draws somehting and my drawing is bigger than my applet i want to only view it in a n applet viewer so how do i resize the window automaticly so at start up i get a big enough window to fit my drawing in.

    try n add this in ur html file.
    hope it helps.
    An applets width and height properties are only available in Internet Explorer 4 - and then they are only read only.
    The only possible way is to trap the resize event using the documents onResize event handler in Netscape Navigator 4 and Internet Explorer 4 to reload the page:
    <HTML>
    <body onResize="document.history.go(0)">
    <applet width="100%" height="100%">
    </applet>
    </body>
    </html>

  • Document windows open full screen

    Hi,
    Trying to avoid using the application frame as I don't like the way it stays open and visible when all Dreamweaver documents are closed (even if DW is in the background.)  So I have Application Frame (under Window menu) deselected...but everytime I open an html page to edit it opens the full width of the screen.  Anyway to set Dreamweaver to remember how wide windows were previously and have them open to that width which I set?
    Thanks,
    Rick

    Rick Lupert wrote:
    It seems strange though that Dreamweaver would assume I want to see a web page full screen...
    Dreamweaver CS6 introduced the Application Frame to bring it into line with other Creative Suite programs. Some Mac users like it. Others loathe it with passion. If you don't like the way Dreamweaver now works, submit a feature request as I suggested earlier.
    However, I have discovered a way to get the Mac version of Dreamweaver CS6 to open files at a smaller size. Whether it suits your preferred workflow is a different matter.
    Turn on Application Frame and resize Dreamweaver so that it doesn't fill your monitor. Go to the Dreamweaver menu, and select Preferences. In the General category, deselect the option to open documents in tabs.
    Now when you open a document, it will be floating, and will be only large enough to fit in the resized Application Frame. You won't be able to access other programs or files behind the Application Frame unless you minimize Dreamweaver. But if you locate the Application Frame away from other documents that you might want to access, it will give you freedom to switch between programs and keep the size of the Document window more manageable.
    Of course, it's not exactly what you want, but it might make your workflow a little easier.
    By the way, this is a user-to-user forum, not Adobe support. So, if you want Adobe to take notice of your requirements, use the form I suggested earlier.

Maybe you are looking for

  • Tips to fix battery issue on iphone 4s after upgrading to iOS 6.0

    ladies and gentlemen.....i think i found a simple solution but its the only way to fix the problem until apple decides to gives us a patch. i have an iphone 4s and yesterday i did the upgrade to 6.0 this morning i noticed my battery was draining fast

  • How to get field values in ALV based on user provided input

    Hi, In my ALV grid, I have 2 fields: 1. Material ID 2. Material Description When user provides input to Material ID field, the material Description field should get populated immediately. Note: Curretly I am able to do it based on the sy-ucomm = 'Ent

  • Error in invoking target 'relink' of makefile ins_precomp.mk

    I cant install Oracle 10g R1 on RHEL 4. Although I know those versions are pretty old, I need to use those old systems for educational purposes. This is the log, hope someone can help me. LOG: Start output from spawned process: Linking /u01/app/oracl

  • Compressor Boots up But no Windows display

    Ok I have used compressor just fine on my computer a couple of times, now all of a sudden when I boot up compressor, the program seems to start up but none of the 5 windows are displayed. I can go into the window tab and bring up all the windows but

  • Connecting vcr to external SB Audigy 2zs Platinum Pro

    I've just joined, so apologies if I "mess up". I have some precious things on vhs tape, and want to transfer them to cd/dvd. I run Windows XP. I have to use rca connections, don't think there's another option on the vcr. I see the red and white rca c