Ask a Question related to Macromedia Fireworks, Design and Development.
-
Dave #1
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
-
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... -
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... -
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? ... -
Modify > Canvas > Image Size > Bug in 2004?
Well, what do you get? You didn't hit canvas size by accident, did you? Chet -
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... -
Coen Naninck #2
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
-
mark haynes #3
Re: Default Canvas Size for New File
Coen Naninck wrote:
You can create a default Template file and save it in the Presets folder> 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
>>
>>
>
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
-
gsc811 #4
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.
gsc811gsc811 Guest



Reply With Quote

