Getting exact window size and alignment

I need to record sequences in a predictable, reproducible
window so that I can record something later and insert it in an
existing animationwithout creating an alignment error with adjacent
slides. I'm documenting a web-based app at 800x600. When I record,
I put the red rectangle at the browser's upper-left, and move the
browser's lower-right corner to the correct position. No matter how
carefully I do this, it isn't accurate down to the pixel.
Aligning the recording with the app would require two kinds
of settings:
- Size of the app: I don't see a way to do this with a
browser and haven't seen it in other apps. A problem is that I'm
only recording the viewable frame in the browser, not the whole
browser window.
- Defining the window: I'd like to do it as in SnagIt, which
defines a window as just about any rectangle known to the system or
app. That way, the recording window has a precise relation to the
browser window.
These sizes and positions are all known to the software, but
are they controllable by users?

Hi Christopher
Within Captivate, when you record, you have the option of
choosing to record the Application or to simply configure a
recording size. In this case, it sounds like you want the 800 x 600
size. So here is what you do. Click File > Record/Create >
New Project...
On the "New project options" dialog, choose Software
Simulation and "Custom Size". Then click OK.
Now you may click the Preset sizes button and choose the 800
x 600 Full Screen setting. This will set the red recording
rectangle to exactly 800 x 600 pixels.
Now for some magick. Click the drop-down where it says
"Optionally, select a window you'd like to record". Choose the
browser window. Once you do this, click the button labeled "Snap to
fit" and the browser should be resized and placed exactly inside
the red recording area.
Hopefully this helps a smidge... Rick

Similar Messages

  • Getting the page size and knowing how many pages they are in PDF file

    Hi There,
    when i do this script (
    var myPDFFile = File.openDialog(["Choose a PDF File"]); ) 
    with JS via Windows it is used for opening a new PDF file when i import this file i need to
    get the page size and how many pages they are in PDF file. but i dont know how to do it.
    please help me.

    Ask here: http://forums.adobe.com/community/indesign/indesign_scripting

  • Why TextFrames does not get exactly specified size?

    Hi, I'm experiencing the following problem:
    when I create some TextFrames and specify size using this code below:
    Illustrator.CharacterStyle curStyle = curDok.CharacterStyles.Add("ColorText" + text.Id.ToString());
    charAttr.Size = Convert.ToInt32(text.Size * 2.5F);
    charAttr.TextFont = newFont;
    curTextFrame.Contents ="SOME TEXT";
    curTextFrame.Top = 200;
    curTextFrame.Left = 200;
    curTextFrame.Height = 1000;
    curTextFrame.Width = 2000;
    curStyle.ApplyTo(curTextFrame.TextRange, false);
    I get different TextFrames size, when I save image into some file format(I've tried .eps and pdf). For example, if I specife 2000 width of th frame and create few frames with different text, they all get different sizes, some of them becomes 2300 width, etc. Is this some type of scaling, or what?
    P.S. If you have some code(in any language), that creates TextFrames, and they get exactly specified size, please, post it here. Thank you.

    If you don't need to be able to edit the text here is some code that should work. Worked for me using CS2 and Visual C# 2008.
    Illustrator.Application ai = new Illustrator.Application();
    Illustrator.Document doc = ai.Documents.Add(AiDocumentColorSpace.aiDocumentCMYKColor, 100, 100);
    Illustrator.CharacterStyle curStyle = doc.CharacterStyles.Add("ColorText");
    Illustrator.TextFont textFont = ai.TextFonts["Arial-Black"];
    int textSize = 20;
    curStyle.CharacterAttributes.Size = Convert.ToInt32(textSize);
    curStyle.CharacterAttributes.TextFont = textFont;
    Illustrator.TextFrame curTextFrame = doc.TextFrames.Add();
    curTextFrame.Contents = "SOME TEXT";
    curStyle.ApplyTo(curTextFrame.TextRange, false);
    Illustrator.GroupItem textGroup = curTextFrame.CreateOutline();
    textGroup.Top = 200;
    textGroup.Left = 200;
    textGroup.Height = 1000;
    textGroup.Width = 2000;
    Hope this helps.

  • 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.

  • Finder Window Sizes and View Options

    In an earlier message under Mac OS X Panther it was recommended that I post a new message in the AppleScript forum.
    I'm looking for a way to automate the repetitive task of resizing Finder windows and resetting view options. For example resetting a hundred folders to the same window size and screen position with the same view options. This requires manually adjusting each window one by one.
    A solution could be an AppleScript that would automate this task.
    The following is the earlier message:
    http://discussions.apple.com/message.jspa?messageID=1283081#1283081
    I mistakenly deleted all the preference files for the Finder window options on my 17 inch PowerBook (.DS_Store Files).
    This has returned all Finder windows to default settings for window sizes and view options.
    I use custom widow sizes for all my folders that nicely fit the 17 inch screen on my PowerBook, leaving enough desktop space on the right for the hard drive icons and the Dock that I always keep vertical on the right.
    I have a 12 inch PowerBook as well. And it has it's own custom window size that fits it's much smaller screen. It has always been a complaint of mine to have to manually reset windows whenever I needed to transfer folders with Bluetooth file exchange.
    Resetting Finder window sizes and view option has always been a time consuming problem. Now to have to do it over again for hundreds of windows is a huge task that is way to manual.
    The Finder is customizable. There must be a way to set the options for one window and be able to use those adjustments for other windows without having to re adjust each setting manually.
    There was an application called Finder Window Manager. Maybe someone knows of another application that can do this of task or another way around this issue.
    Photoscene
    Powerbook G4 17 inch   Mac OS X (10.4.3)   Tiger/Panther

    Photoscene,
    I think if you repost this to the AppleScript link, someone there will have a solution for you (in the form of an applescript that you can run)...
    http://discussions.apple.com/forum.jspa?forumID=724
    Give it a shot (I'm not clever enough to give you a good script yet, but someone there will be!)
    Bob

  • 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.

  • Finder windows size and position etc.  on clients' machines

    How to configure server's finder windows size and position etc. are on clients' machines so that they persist? Thank you!
    PS: If this has already been discussed, please refer to the thread. Sorry for double post in that case.

    Try connecting to the Share as the Server Admin, make your window the size and position you want and logout again.
    This information is stored in the .DS file.
    Message was edited by: Patrick Savelberg (Private)

  • Those that have successfully downloaded mac lion please write the md5, sha1, exact file size and the version number, please.

    those that have successfully downloaded mac lion please write the md5, sha1, exact file size and the version number, please.

    This is how, for instance, on a flsh drive:
    http://lifehacker.com/5823096/how-to-burn-your-own-lion-install-dvd-or-flash-dri ve

  • How can I customize window size and have it stay that way? It automatically maximizes the moment I click anywhere on the page.

    I have added a large widescreen monitor and now have a two-screen set up. This taxed my old video card, so we replaced that, too. Then I updated Firefox. Now my window automatically maximizes. "Restore" is the same size as "Maximize", and I can resize it if I carefully drag and drop all four corners. But if I click on the top bar to relocate the resized window, it re-maximizes. I can't find any options or settings that allow me to fix the window size, lock a customized window size, etc. IE8 is not doing this, so I don't think it's the monitor or desktop settings.

    Window sizes and positions are stored in [http://kb.mozillazine.org/localstore.rdf localstore.rdf] in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder].<br />
    <br />
    Delete localstore.rdf or rename the file to localstore.rdf.sav in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] to test if the file is corrupted.<br />
    See http://kb.mozillazine.org/Corrupt_localstore.rdf<br />
    (caution: do not delete the localstore.rdf file in the Firefox program installation folder)<br />
    <br />
    Note:<br />
    Deleting the file [http://kb.mozillazine.org/localstore.rdf localstore.rdf] will reset the customizations of the toolbars to the defaults.<br />
    You can rename "localstore.rdf" to "localstore.rdf.sav" to test if that solves it.<br />
    Then you can restore the customization by copying "localstore.rdf.sav" to "localstore.rdf" if it didn't work.

  • Help! how do I get a windows license and s/w to load windows?

    I am "microsoft windows" illiterate. I have been an apple user for many many moons (over 25 years). I just got a new job where I need to run visual C# on a windows system. Since I don't want to go out and purchase a windows system, running boot camp seem viable. I don't know how to get a windows license and software to load up a boot camp partition so I can load the visual c# software on it.
    Could someone please help me?
    Thanks!

    Hi Diana,
    I am just as Windows illiterate as you, but have always imagined that the only way to do this is to buy their retail package.
    This looks like the cheapest alternative:
    http://www.walmart.com/ip/19581740?adid=22222222227014603143
    This may help also:
    Mac 101: Using Windows on your Mac via Boot Camp

  • Getting Window Size And Position

    Hey, well I wanted to know if it was possible in a java application to get the size and location of another window in focus. For instance, I run my app, then I open up an internet window, is there anyway to get the size of that internet window, and the XY coordinates on the screen for it? And if so, is there anyway to capture data such as colors and such if the window is in focus?
    Is it possible to do by process name? Like this...
    if(process is running)
         if(window is minimized)
            System.out.println("WINDOW MINIMIZED");
         else
               System.out.println("The coordinates of the window are...");
               System.out.println("The size of the window is...");
               System.out.println("The resolution of the window is...");
    }Thanks

    Sucka8 wrote:
    I am trying to make a cards probability calculator, the reason I need that information is so I can get the program to see what is on the table. No idea on how to do it?Hm! No!
    >
    Edit: Augh, java is a bitch. I wish I spent all the time I spent on java on C++ or something...Well. Then C is your friend.
    ;-) Bye!

  • How do I stop Firefox from claiming to have sessionrestore errors or opening the wrong session items and/or remember the wrong window size and/or position.

    Since automatically updating to version 25 Firefox is randomly opening recent tabs and windows from the browsing history, and/or randomly positioning the browser window from history.
    Currently using Firefox 25.0.1 on Windows Vista and Windows 7. Problems started immediately after automatic updates to 25.0.0. Problems are most noticeable on the Vista box because it has so much screen geography (the Windows 7 box is a laptop).
    Problems include:
    Firefox may open the correct tabs into a properly sized and positioned window, without problem. (Not a problem, included for completeness since it does, occasionally, work without error).
    Firefox open a single empty tab (about:blank, my Home page). (Listed as a problem because Firefox simply forgot the tab which was open.)
    Firefox may claim it cannot open the correct tabs and pop up about:sessionrestore. Proceeding will open all tabs (usually only one or two for me). This gives the impression Firefox did not actually have a problem. But, then, often, the tab Firefox is having problems restoring is about:blank so I should hope there was no problem!
    Firefox may open randomly selected recent browsing items, without other problems. This gives the impression that Firefox does not properly record recent history for about:sessionrestore. Checking History appears correct; Firefox simply reached back hours, or days, or even weeks, and restored a random session from long ago.
    Any of the above may occur, but the window position and/or size will be randomly selected from another recent history item. This is most noticeable when the position is on the wrong monitor and can be annoying since Firefox simply "disappears" if (as it often is for me) that other monitor is disconnected or powered off.

    If you use cleanup software like CCleaner then check the settings for the Firefox application.<br />
    Also make sure that your anti-virus software doesn't mess with files in the Firefox profile folder.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    You can check for problems with the sessionstore.js and sessionstore.bak files in the Firefox profile folder that store session data.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox profile folder.
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Multiple_profile_files_created
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost and you will have to recreate them (make a note or bookmark them if possible).

  • How can I switch off the automatic window size and set the size of the window manually

    I need to open the web-page in a window of a certain size. The javascript function window.resizeTo (w, h) does not work. If I open the window using the window.open ("", "", "width: w, height: h, ..."), there is another problem.
    The hyperlinks that have to be opened in a new tab in the same window or at least in the window of the same size, will open in another tab of the first window from which I called window.open().
    I do not know what it is, bug or as intended, but the normal full-featured window with the right size I cannot get.
    In Russian:
    Мне нужно открыть страницу в окне определенных размеров.
    Из консоли Firebug с помощью javascript пробовал window.resizeTo(w,h) - не работает. Если открывать окно с помощью window.open("", "", "width:w, height:h, ..."), то возникает другая проблема: ссылки, которые должны окрываться в новой вкладке в том же окне или хотя бы в окне того же размера, открываются в другой вкладке первого окна, из которого я выполнял команду window.open(), которое неправильного размера.
    Не знаю, что это. Баг или так задумано. Но открыть нормальное полноценное окно с нужными размерами не получается никак.

    You need an extension if you want to set the window dimensions to a specific value or you need to open a pop-up window with window.open and specify the width and height.<br />
    Otherwise a new window opens with some default dimensions as saved in localstore.rdf and you can't easily adjust the dimensions via JavaScript in that case.

  • Holding Spotlight window size and others

    Hope this is easy no brainer that I can't remember- When I open spotlight into it's finder window (I am using cover flow mode) I have to always resize it to a larger view. How can I get it to remember the last open window size? I see this happen in some others windows as well.

    alucardbc wrote:
    Hello, I'm new to OS X, recently coming from Windows, and I was hoping someone could help me with something. I'm constantly bringing my Mac Mini from work and home, so the resolution is constantly changing
    I assume you're changing resolution because of very different monitors in the two places?
    That's the cause of the problem, obviously. 99.9% of users want things to remain the way they left them.
    . . . Never save windows position and size, always keeping them at OS X default. Is there a way to turn off the save windows position and size feature, or do I need to find and delete files holding these values.
    Unfortunately, no. This is done by each application, and if you delete the files, they'll come back each time you use the app again (and for most apps, you'll lose all their "preferences" as well.)
    Many apps will resize their windows to fit on (but not necessarily fill) the screen, if you click the green button in their menubars. In most cases that's probably not what you want, but may be the best you can do.
    The only other option I can think of is to find some way to use the same resolution for both monitors.

  • Finder window size and location not remembered

    I have OS X 10.10 installed.
    When I press Cmd/shift/H to open a finder window showing my home folder I get the default location and size for the window.  I resize and relocated the window and close it.  When I press that key combination again, the window is now showing the new size and location I previous set.  Unfortunately, when I restart the computer, this modification is lost and when I press that key combination the window opens with the default size and location.
    I have used the key combination of Cmd/Shift/A to open a finder window showing Applications and Cmd/Shift/U to open a finder window showing the Utilities folder.  I have been successful in resizing and relocating these windows, and having the system remember my modifications after a restart.  It appears to only be the Cmd/Shift/H combination that is faulty.
    Any ideas how to fix this problem?

    Paddster7,
    You could try trashing the hidden file inside the folder that stores some of its positioning and size settings.
    To show your hidden files.
    Launch ( Terminal ) -> Paste in the following ( defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder ) -> Press Return.
    Open the ( Offending Folder ) -> Delete ( .DS_Store ) -> Restart -> Move folder how you want to to stay -> Restart -> Did it stay?
    To reverse your hidden files back to hidden.
    Launch ( Terminal ) -> Paste in the following ( defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder ) -> Press Return.
    Supporting Articles
    http://ianlunn.co.uk/articles/quickly-showhide-hidden-files-mac-os-x-mavericks/
    http://en.wikipedia.org/wiki/.DS_Store
    Hope that helps,
    Weston

Maybe you are looking for