Default Canvas Size for New File

Ask a Question related to Macromedia Fireworks, Design and Development.

  1. #1

    Default Default Canvas Size for New File

    Does anyone know how to set the default canvas size so that when I click on
    a new document, it always comes up to the same size. It seems to default to
    whatever the size was of the last file.

    Thanks.

    Dave


    Dave Guest

  2. Similar Questions and Discussions

    1. Font Size in a label in Canvas in an Accordian
      I generated an Accordion using FLEX Builder 3 and it went very well. The default container appears to be a Canvas with the Canvas Label as the text...
    2. Large Canvas Size
      Hi, I need to create a 6000mm (6m) x 841mm poster. Illustrator only allows the canvas to go to 5779mm. Is there anyway to extend the canvas? ...
    3. How do I make canvas size smaller?
      I am sending a business card to a printer, and he would like me to change the canvas size to the exact dimensions of the business card. It seems that...
    4. Modify > Canvas > Image Size > Bug in 2004?
      Well, what do you get? You didn't hit canvas size by accident, did you? Chet
    5. Web Design - Canvas Size
      Hi, Looking to create my first real design FWMX then slice for web, what size canvas do you use: 640 x 480 800 x 600 1024 x 768 Got my...
  3. #2

    Default Re: Default Canvas Size for New File

    Fireworks won't allow that, or it's not available as a feature (yet).
    Send a feature request to the Macromedia Wishlist at:
    [url]http://www.macromedia.com/support/email/wishform/?6213[/url]

    If you want to have a quick change of the canvas you can make a command
    such as this one:

    fw.getDocumentDOM().setDocumentCanvasSize({left:0, top:0, right:1060,
    bottom:920});

    The file is attached to this reply. You can copy it to your Commands
    folder and modify it with notepad or something similar.
    Additionally you can assign a Keyboard shortcut to it. What I have done
    with the attached Command is when I press Shift+X on my Keyboard, the
    canvas will be set at those dimensions (as specified in the Command).
    You could make a whole range of Commands like this and assign keyboard
    shortcuts to them to custom layouts.

    You can use these poweruser techniques to speed up your workflow,
    bypassing Fireworks' inability to specify a default document size.

    Also, there is a Command extension out there that let's you do set a
    default size. You can download it here:

    [url]http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&view=sn161&viewName=Fireworks% 20Extension&extID=1005025[/url]


    HTH,

    Coen Naninck

    Dave wrote:
    > Does anyone know how to set the default canvas size so that when I click on
    > a new document, it always comes up to the same size. It seems to default to
    > whatever the size was of the last file.
    >
    > Thanks.
    >
    > Dave
    >
    >

    --
    Good luck!

    Coen Naninck
    _______________________________

    Please do not E-mail me with questions about Fireworks issues. Post them
    on the Forum instead. All the time I have left to spend in this Forum
    can't be contributed to also answering questions outside the Forum. It
    just takes too much time and it doesn't help the rest of the world.

    Thank you.

    fw.getDocumentDOM().setDocumentCanvasSize({left:0, top:0, right:1060, bottom:920});
    Coen Naninck Guest

  4. #3

    Default Re: Default Canvas Size for New File



    Coen Naninck wrote:
    > Fireworks won't allow that, or it's not available as a feature (yet).
    > Send a feature request to the Macromedia Wishlist at:
    > [url]http://www.macromedia.com/support/email/wishform/?6213[/url]
    >
    > If you want to have a quick change of the canvas you can make a
    > command such as this one:
    >
    > fw.getDocumentDOM().setDocumentCanvasSize({left:0, top:0, right:1060,
    > bottom:920});
    >
    > The file is attached to this reply. You can copy it to your Commands
    > folder and modify it with notepad or something similar.
    > Additionally you can assign a Keyboard shortcut to it. What I have
    > done with the attached Command is when I press Shift+X on my Keyboard,
    > the canvas will be set at those dimensions (as specified in the
    > Command). You could make a whole range of Commands like this and
    > assign keyboard shortcuts to them to custom layouts.
    >
    > You can use these poweruser techniques to speed up your workflow,
    > bypassing Fireworks' inability to specify a default document size.
    >
    > Also, there is a Command extension out there that let's you do set a
    > default size. You can download it here:
    >
    > [url]http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&view=sn161&viewName=Fireworks% 20Extension&extID=1005025[/url]
    >
    >
    >
    > HTH,
    >
    > Coen Naninck
    >
    > Dave wrote:
    >
    >> Does anyone know how to set the default canvas size so that when I
    >> click on
    >> a new document, it always comes up to the same size. It seems to
    >> default to
    >> whatever the size was of the last file.
    >>
    >> Thanks.
    >>
    >> Dave
    >>
    >>
    >
    >
    You can create a default Template file and save it in the Presets folder
    at:

    C:\Documents and Settings\username\Application Data\Macromedia\Fireworks
    MX\Presets

    (on XP and Win2k)

    and at:

    Macintosh HD:Users:<username>:Library:Application
    Support:Macromedia:Fireworks MX:Presets

    (on Mac OS X)

    This is documented in this TechNote:
    <http://www.macromedia.com/support/fireworks/ts/documents/default_template.htm>


    Be aware that if anything is on the clipboard, the size of that object
    will override the default setting, however.

    --
    enthusiastically,
    mark haynes
    fireworks product team liaison
    macromedia customer care
    Please post all replies to this forum
    Responses to the forum are more effective for everyone.
    For Fireworks support, go to:
    <http://www.macromedia.com/support/email/complimentary/>


    Announcing Macromedia DevNet Subscriptions
    Maximize your power with our new premium software subscription for Macromedia developers
    Find out more: [url]http://www.macromedia.com/go/devnetsubs/[/url]


    mark haynes Guest

  5. #4

    Default Re: Default Canvas Size for New File

    The easiest way to do this is to create a blank canvas with the default dimensions & resolution you want and save it as new.png. Then simply create a shortcut to it and set fireworks as the default to open png files.
    Use this shortcut to open Fireworks and it will always open to what you want as long as you never overwrite the new.png.

    gsc811
    gsc811 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139