Setting window size

Is there any way to set what size windows will open in an application? I can do it in terminal but when I open a file in another app, like text edit, the window size is the same and I have to resize it, even when I close the window or file and re open it.

This is entirely determined by the application. Some applications will remember the size of the window when you save a document, others will not. TextEdit should remember the size of windows when you save, but will open at what it considers the default size and position when opening other files or creating new ones. TextEdit allows you to set the default window size in its preferences, in terms of 'x' characters wide and 'y' lines tall.

Similar Messages

  • Set Window Size when opening Image from Photo Gallery

    Is it possible in XML to set a window size (height and
    width)?
    My code for the Image Gallery is below, and I can't figure
    out a way to set the window size.

    Hi EJToll,
    If you like to set the default file format of the file you Edit in Photoshop CC thorugh Lightroom then perform following steps.
    Lanuch Lightroom and go to Edit> Preference(Windows) Lightroom>Peference(Mac)
    Click "External Editing" tab
    Change the option for "File Format" to PSD as deafult format for Edit In Adobe Photoshop CC
    Click "Ok" button
    Hope this helps.
    Regards,
    Sumit Singh

  • How to set window size for      target="I_blank"

    when viewing a graphic file (only) in a blank window, how do
    I set the
    window size?
    Also, what is the target="ImageWindow" command? I can find
    very
    little info on it.
    Thanks

    You're welcome - for what it's worth, I use the Kaosweaver
    extension and
    have heard good things about 'justso' as well., You can't
    beat the price
    and you get your moneys' worth, I use mine nearly every day.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.macromedia.com/devnet/dreamweaver/css.html
    - CSS Tutorials
    "Canned Heat" <[email protected]> wrote in message
    news:[email protected]..
    > In fact, they just might! Thanks, I'll look into them.
    >
    > On Wed, 26 Apr 2006 13:20:10 +1000, ".: Nadia :. *ACE*"
    > <[email protected]> wrote:
    >
    >>Would any of these extensions work for you?
    >>they open a picture window to the exact dimensions of
    your graphic.
    >>
    >>Great free extension:
    >>www.dreamweaverfever.com/grow/
    >>
    >>another couple of extensions - commercial though:
    >>
    http://kaosweaver.com/extensions/details.php?id=62&cid=7
    >>
    >>and:
    >>Just So Picture Window -
    >>www.valleywebdesigns.com/vwd_dw_JSPW.htm
    >

  • Setting window size in Dreamweaver... Help!?

    I am working in Dreamweaver CS3. I am trying to set my index
    page window size, as well as the sizes of linked pop-up windows.
    If I recall correctly, there used to be spot in page
    properties where you could set the size of the page. This is not
    here in CS3. Is there a way to do this still?
    Also, for the pop-up windows... when I attempt to add a
    behavior to spec size for this, I lose my current rollover states
    in all my images.
    This is driving me crazy! Any words of advice would be very
    helpful. Thank you.

    Be aware that it's a bad practice to mess with someone's
    preferred browser
    width settings. Most people would think it's even rude since
    you make a
    mess, and then don't clean it up.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Tarvardian" <[email protected]> wrote in
    message
    news:fiklik$8gn$[email protected]..
    > Take a look at this extension:
    >
    http://www.flevooware.nl/dreamweaver/extdetails.asp?extID=8
    >
    > I've used it with great success. It allows you to
    specify not only the
    > size of the pop-up but also its location on the screen.
    Pretty powerful
    > and easy to use.
    >
    > John
    >
    > "joyabird" <[email protected]> wrote in
    message
    > news:fikim3$5d4$[email protected]..
    >>I am working in Dreamweaver CS3. I am trying to set
    my index page window
    >>size,
    >> as well as the sizes of linked pop-up windows.
    >>
    >> If I recall correctly, there used to be spot in page
    properties where you
    >> could set the size of the page. This is not here in
    CS3. Is there a way
    >> to do
    >> this still?
    >>
    >> Also, for the pop-up windows... when I attempt to
    add a behavior to spec
    >> size
    >> for this, I lose my current rollover states in all
    my images.
    >>
    >> This is driving me crazy! Any words of advice would
    be very helpful.
    >> Thank
    >> you.
    >>
    >
    >

  • How to control/set window size of applications?

    When I press "command-shift-A" my application folder opens on the desktop. However, it always opens in a very small size requiring me to enlarge the window to see the entire folder. How can I set a default size of the entire screen when this window opens? thank you.

    Open the folder and resize it to what you want. Now close it.
    It should open to that size. If it doesn't, you've got some problems which I'll have to search around cuz I can't remember how to fix them.

  • How to set window size persistently

    firefox 9.0.1 on ubuntu 11.10 64 bit using Unity desktop always reverts to fullscreen on opening a new session. I require it to open with the size I left it at when closing the previous session. How can I do this?

    Apple no longer supports Safari for Windows  >  Apple apparently kills Windows PC support
    Use either IE or Chrome.

  • GTK: Setting window size?

    I'm programming a simple C app, and I am trying to get the function gtk_window_set_size() to work, this is what I have:
    gtk_window_set_size((GtkWindow*)main_win, 240,250);
    When i compile I get this error:
    undefined reference to `gtk_window_set_size'
    collect2: ld returned 1 exit status
    make: *** Error 1
    Is gtk_window_set_size() the right command to be using?

    Snowman wrote:
    twiistedkaos wrote:
    When i compile I get this error:
    undefined reference to `gtk_window_set_size'
    collect2: ld returned 1 exit status
    make: *** Error 1
    How do you compile it? Post the command line.  It looks like you forgot to link to the gtk library.
    With a makefile, but it is linking the gtk2.0 libs
    VERSION = 0.1
    CC = gcc
    INSTALL=install
    STRIP=strip
    CFLAGS = -DVERSION="$(VERSION)" `pkg-config --cflags gtk+-2.0` `pkg-config --cflags xmms2-client`
    LDFLAGS = `pkg-config --libs gtk+-2.0` `pkg-config --libs xmms2-client` `pkg-config --libs xmms2-client-glib`
    OBJS = sXMMS2.o
    BIN = sXMMS2
    all: $(BIN)
    $(BIN): $(OBJS)
    $(CC) $(LDFLAGS) -o $(BIN) $(OBJS)
    file.o: file.c
    $(CC) -c $(CFLAGS) -o sXMMS2.o sXMMS2.c

  • Is it possible to pre-set firefox window size?

    under windows, one can add a short java script to the line that opens firefox to pre-set window size.

    Once you set the size of the window in Firefox it should open that size. No need for scripts. Issues with Firefox should be directed to that vendor.

  • Set window property maximize

    hi everybody
    i create a form
    and set window size maximize i.e.
    set_window_property(MDI,window_state,maximize)
    it show window maximize in screen area(800,600)
    but when i set screen resulation(1024,768)
    then it show at halp screen(as not fit in screen)
    is any solution that in (1024,786) resulation it show
    in all screen
    with thanx

    yes. you are using the right code. It should work. If it doesn't, it means that somewhere in your application the mdi-window size is set differently.
    you can verify this by calling show_alert right after your code:
    set_window_property( forms_mdi_window, window_state, maximize );
    set_alert_property( '<alert_name>', alert_message_text, 'window-state is now: ' || get_window_property( forms_mdi_window, window_state ) );
    l_button := show_alert( '<alert_name>' );
    Good Luck!

  • Aagh - Please help- Swing Window Size

    Dear Guys,
    Please help a newbie. I am totally at my wits end.
    I have been looking unsuccessfully (maybe I'm using the wrong search terms) for a way to preset the size of a window before placing any components in the frame.
    I am using a toolkit to get the dimensions of the current screen resolution and then I want to set the window to occupy the whole screen.
    All I have been so far able to do is to set the size of the window after the pack() command. Unfortunately this makes all the buttons re-size in to what I believe are ugly square bulky buttons.
    Is there a way to set window size before adding any components whatsoever?
    Someone please reply soon!! Thanks

    yo can also set the preferred size for the window - this.setPreferredSize(P);it takes a paramter P of type Dimesion.
    This can later be returned through: this.getPreferredSize();which returns a type dimesion.
    This can be used as a paramter:
    ie this.setSize(this.getPreferredSize());hope this helps a little, if you want a really nice tool for finding out about possible methods, and also a really nice environment to code in; get Eclipse (http://www.eclipse.org/)
    pete :D

  • How do I set the Launch window size (from launch from an LMS) in Captivate 5.5?

    When my project launches from the LMS, the lauch window is smaller that the actual project size and requires the user to resize the window to see the whole project. My LMS administrator tells me that the launch window size is not controlled by the LMS so I am trying to figure out how I can set this to match the project dimensions.

    The size of the browser window CAN be controlled by the LMS, but some LMSs are hopeless in this area and don't provide the settings to do so.
    Moodle for example allows you to specify that the course content will open in a new window each time an item in the LMS TOC is clicked and what the height and width of that window will be. However, all versions of SumTotal before the latest one did not give you this option (and that despite the exhorbitant price difference between these two products.)
    So your LMS admin might be correct in that HIS particular LMS cannot control the size of the launch window, but that's not because no LMS can do this.

  • How do I set the window size of a course in SumTotal (LMS)

    I recently created an AICC course using Captivate 5.5 for a client using SumTotal as their LMS. When the client loads the course, the course launchs in a window that is smaller than the course itself; the user then has to adjust the window size to view the entire course. I have read on various posts that this cannot be controlled by myself through the .htm file settings, and that this has to be set within the LMS.
    So my question is: Where and how does the client set the course window size within SumTotal? Does anyone know?!
    thanks

    No, edit the html files that come with Captivate. Either hand edit the
    html file that is produced every time you publish, or locate the files
    in the Captivate 5 directory and customise them to suite your needs.
    Steve

  • Is there a way to create an action or keyboard shortcut to set Crop tool to the front window size?

    Is there any way to create an action or keyboard shortcut to set the Crop tool to the front window size in Photoshop CS6?
    I find that I use that several times a day. I got used to it being the top choice in the Crop tool presets menu.
    Thanks.

    It depends on whether you have the cloud version or perpetual license version.
    For the cloud version press  I (eye)
    For the perpectual version press  F

  • Put smart ad into window to set maximum size?

    I am building an application using Flash Pro CC and Air for Android and I have encountered an issue. I need to put the smart advertisment I have inside of the application inside of a window/frame/box/div that will prevent it from rendering past a certain size. It is rendered using AS3 so the window containing it will need to be AS3 as well. Thank you in advance!

    I just tried using safe mode, and no change. I type in a text editor box, or search field, etc. and the window goes huge. I was kind of hoping it was an add-on causing the issue, that would be such an easy fix. Un-install that addon, and my window size stays the same! But no such luck.
    It is not maximized, as it would be by selecting the maximized option. Nor is it fullscreen mode (F11 just makes the whole thing get all bizarre, seriously I can't even see the location bar when I do that). It's just a normal window, expanded to fill the whole screen. Before clicking in a text field, I will have the window size set to a square that fills roughly 3/4 of my wide screen monitor. I have this bizarre idea that when I size a window to that setting it ought to stay there until I tell it otherwise. Apparently, Firefox 5 disagrees, and believes it should fill every available corner of the monitor, whenever it chooses. Sigh.

  • How to set custom size of Close Button e.g. 32x32  of Title Window in Flex 4

    How to set custom size of Close Button e.g. 32x32 of Title Window in Flex 4?

    Hi
    Here is the code of the Button in the skin class of spark title window.
    <s:Button id="closeButton" skinClass="spark.skins.spark.TitleWindowCloseButtonSkin"
                              width="15" height="15" right="7" top="7" />
    So first change the default height and width from 15 to 32. Then in the Button Skin class i.e. spark.skins.spark.TitleWindowCloseButtonSkin change paths to modify the cross symbol.
    Hope this helps
    Rush-me

Maybe you are looking for

  • New to the wireless world, help...

    Ok, i got my first iMac a few days ago... love it btw, just getting use to the change from pc.... anyway, my question. 1: All we have is just a modem right now for the PC downstairs, it's a normal cheap compaq PC, I really wanted wired internet but i

  • Exporting to Media Encoder and file locating issue

    Ok, Now I've read a LOT of threads trying to find a solution to this but none of them have answered my problem exactly, so here's what I have: Running a New computer with a clean install of Windows 7 64 bit and Adobe CS4 Master Suite Hardware: Dell P

  • How can I detect gaps in a sequence?

    I've a very long sequence with many footage in the timeline. Every time I want to check a sequence for missing film parts I have to scroll through the whole film and see if there are no parts where there's no film or audio. I was wondering if there i

  • Validate Offsetting Account (GKONT) for Asset

    Hi all, Is there a way to programatically validate that an offsetting account (GKONT) is valid for an existing asset (ANLN1)? That is, I am trying to emulate transaction ABZON and I need to enter an asset, ANLN1, and then an offsetting account, GKONT

  • UDA Defination in Rule file

    <p> </p><p>I am trying to create a Rule file to build my Dimensions. TheDimensions get built up properly without any issues as long as I donot have any UDA's defined in it.</p><p> </p><p>My dimension build data file is as follows which is ~delimited: