How to make Grid command or save grid preferences

Hi there,
long time user of macromedia / adobe suite with high use of fireworks
Have finally got around to installing CS4, and its all very nice, but having trouble setting up the grid as a command.
Previously in CS3, one could set the grid size via the drop down. But now one has to go to preferences to change the grid size.
I used to use a command to change the grid size to cut down on workflow in CS3, but now I can't save the command steps in CS4 as they don't appear in the history panel.
Anyone know how to save a command or change the preferences so that I can define something other than the standard (and painful) 36x36 grid? I only want a 10x10 grid *sigh.
Thanks
Dave

Dave,
(Sorry about the previous post - I would upload the command directly, but the forums seem to be having some problems, and I get an error every time I try to upload a file.)
Here is a command to create a 10x10 grid.  Copy the following four lines of code and put them in a simple text file, save it, then rename it something like 10x10_grid.jsf.  It needs to have the .jsf file extension for Fireworks to understand it.
fw.getDocumentDOM().setGridSize({x:10, y:10});
fw.getDocumentDOM().setGridColor("#cccccc");
fw.getDocumentDOM().setShowGrid(true);
fw.getDocumentDOM().setSnapToGrid(true);
Put the file in the Commands folder of your personal Fireworks settings. On a Windows XP PC this should be something like:
C:\Documents and Settings\<USERNAME>\Application Data\Adobe\Fireworks CS4\Commands
The next time you start Fireworks it will appear in the bottom section of the Commands list from the main menu.  You can edit each line of the command to change the grid size, grid color, and whether or not to show the grid and use snap to grid.
Hope this helps.

Similar Messages

  • I just installed photoshop cc, how to make the english UI available in preferences, as it doesn´t appear! Please help??

    I just installed photoshop cc, how to make the english UI available in preferences, as it doesn´t appear! Help please??

    Hi George,
    Kindly try the below mentioned steps.
    Sign in, Sign out | Creative Cloud desktop app
    Click on download on Digital photography software | Download free Adobe Photoshop Lightroom CC trial
    Please share the results once done.
    Thanks,
    Atul Saini

  • How to make grid without text etc., expand upon load of app?

    hello,
    i did this,
    JPanel panInner = new JPanel();
    panInner.setLayout(new GridLayout(5, 5, 10, 10));
    then after that, i add 25 labels on each without any text.., the grid looks very small and will enlarge upon entering text.., i don't want that to happen, i want the grid boxes to have a constant size all through out regardless of the text's length.
    also, how do i have a 'fixed size', seems all the component's size fitting to the size of the texts.,
    many thanks! :)

    Submit your feedback directly to Apple using the appropriate link on the Feedback page:
    http://www.apple.com/feedback

  • How to make Grid container full size

    I am building a custom calendar control similar to Google
    Calendars functionality.
    I have done this with a Grid, GridRow and GridItems. However,
    I have found the only way to force the Grid to the size I want is
    by explictly sizing the GridItems. I would prefer to have a
    solution where the user could expand the control and have the
    calendar control expand accordingly. Therefore I would like the
    Grid container to basically autosize the columns/rows accordingly
    to fill out as much space as it is allotted.
    Is this possible? Am I just doing something wrong? Everything
    I read says that the Grid works hard to be the minimal size it
    needs to be. I want to have some dedicated realestate for the
    GridItems however I don't want to have to hardcode the dimensions
    so it can scale accordingly.
    Thanks
    Jeff
    P.S. I am in the process of a RIA framework selection and
    this calendar component is a huge area of concern. So - this is an
    important decision criteria for my evaluation.

    I don't work with Grid much, it is pretty expensive from a
    layout perspective.
    But if setting height and width to 100% doesn't work,
    remember that you can use binding brackets to assign those values.
    eg. width=&quot;{this.width/7}&quot;
    Fyi, I built a calendar using repeater in a canvas. I just
    calculated the x,y positions of the Day components based on a week
    index and a day index.
    Tracy

  • FlexConfig - How to execute "TFTP" command to save running config via Flex

    Hi
    I want to save the running config from all our firewall via flexconfig.
    The problem is the carriage return after the command "copy running tftp://ip-address"
    I have to confirm the tftp server and the file manually
    I have no idea - how to do this via flexconfig -
    I found a flexconfig script to load a image to the asa called : ASA_copy_image
    Any Idea how to modify this script ?
    THX for help

    You can try Flexconfig with
    copy /noconfirm running tftp://ip-address
    I hope it helps.
    PK

  • How to make the delete button save before deleting?

    Hi all,
    I created a tabular form. What I want to do is when the user click the Delete button, it saves the chagnes AND delete the checked row(s). I tries putting the request "Delete" in the Conditional Processing of the multirow delete process, but I couldn't get it to work.
    Does anyone know how to do that? Thank you very much for the help in advance!

    So, instead of having two separate button, one for Apply Changes and the other for Delete , you want to have one button that will do both. However, if you do that you may miss out on the delete confirmation or end up having a confirmation for both the actions.
    Here is how to do it.
    1. Lets say we will retain the Apply Changes (label) button with request SUBMIT. So make the Condition on Delete button 'Never'.
    2. Now edit the ApplyMRD process and make the condition When Button Pressed = 'SUBMIT'
    3. ApplyMRU will also have the same condition.
    Now both processes should fire on the click of one button.
    BTW, you many have to change the sequence number of the ApplyMRD process and make is greater than the sequence number of the ApplyMRU process.
    Regards,
    Edited by: Prabodh on Aug 17, 2010 8:28 PM

  • How to make ed command from sql prompt work in Solaris 10

    Hi,
    I recently installed Oracle 10g R1 on Solaris 10. When I tried to edit SQL statement by typine ed from SQL>, it does not give me the copy of my SQL statement for editing, instead it gives a blank space for typing. When I press return, a ? appears.
    Can anyone help me to make this ed command work?
    Thanks
    Xiaoming

    At OS level, before entering Sql*Plus, do :
    $ EDITOR=vi; export EDITOR
    $ sqlplus ......
    Message was edited by:
    Paul M.
    Ciao Nicolas :-)

  • How to make the Command Prompt F7 window wider?

    The F7 command prompt history window is a gem. is there a way to make the window wider so you can see the entire command line?
    jwh

    You could ask them over here.
    http://answers.microsoft.com/en-us/windows
    http://social.technet.microsoft.com/Forums/windows/en-US/home?forum=w7itprogeneral&filter=alltypes&sort=lastpostdesc
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Any idea how to make "playsound" command less verbose (no output) ???

    playsound always has output to the terminal when executing... how can i eliminate that???

    Googling for a start http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html
    Please don't be a help vampire - do some research yourself before asking people here to do everything for you...
    Closing

  • How to make .torrent files auto save ?

    Whenever I download a .torrent file I am unable to check "Do this automatically for files like this from now on" like in this picture. I want a sloution for this, please.
    Screen : http://i.imgur.com/SGHSxEW.jpg

    That is because you have choosen downloads to be saved automatically, You can change that from
    Firefox Menu > Preferences > General (tab) > Downloads
    change the check box from "save Files to (Downloads) " to Always ask me where to save files.

  • How should I find my Screen Saver's preferences?

    I'm writing a screen saver that basically draws stuff the user types into a box. I have not completed it yet, because I have not been able to locate where the screen saver preferences are located. Here's the code that takes care of the preferences:
    //PrefControl.m
    //I wrote this on my brother's school computer. Go !:
    #import "PrefControl.h"
    //define what you have - not defined in header file because there is no need to access the predefined text in any other file:
    #define DISPLAYED_TEXT @"com.nodomain.Saver.DISPLAYED"
    @implementation PrefControl
    @synthesize displayed;
    -(id) init{
    self = [super init];
    if(self){
    //read user defaults
    NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
    displayed = [defaults stringForKey: DISPLAYED_TEXT];
    return self;
    -(void) writePrefs{
    //write preferences the way the UserDefaults guide says to:
    NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
    NSMutableDictionary* defs = [NSMutableDictionary dictionaryWithCapacity:1];
    [defs setObject:displayed forKey:DISPLAYED_TEXT];
    [defaults registerDefaults:defs];
    -(void) dealloc{
    [self writePrefs];
    [super dealloc];
    +(void) initialize{
    //set up user defaults for the first time:
    NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
    NSMutableDictionary* defs = [NSMutableDictionary dictionaryWithCapacity:1];
    [defs setObject:@"Hello, World!" forKey:DISPLAYED_TEXT];
    [defaults registerDefaults:defs];
    +(PrefControl*) prefs{
    return [[[PrefControl alloc]init]autorelease];
    @end
    and its header:
    //PrefControl.h
    //I wrote this.
    #import <cocoa/cocoa.h>
    @interface PrefControl:NSObject{
    NSString* displayed;//the text my Screen Saver displays.
    @property(readonly, nonatomic) NSString* displayed;
    -(id) init;//sets up all the properties. done over time.
    -(void) writePrefs;//writes the defaults.
    -(void) dealloc;
    +(void) initialize;//sets up the defaults.
    +(PrefControl*) prefs;//makes and autoreleases a new PrefControl.
    @end
    Now on to my question: Where can I find my preferences file? Is it the System Preferences preferences PLIST or is it my own Screen Saver's PLIST? How can I change the file so I can test if it saves properly? I am going to edit it with the PLIST editor that came with XCode.
    I prefer to do the behind-the-scenes work before working on the major GUI if I can.

    I just did a little test and changed something in my Screen Saver settings and looked to see what changed (just had a Finder window open in my ~/Library/Preferences and had the "Date Modified" column selected so that the most recent change would appear at the top) and noticed that the file called com.apple.screensaver.xxxx.plist file changed (the xxxx is a hex number that is part of your UUID, or perhaps the whole UUID, as have seen it both ways). This screensaver preferences file is located in ~/Library/Preferences/ByHost which makes sense, as every user would need their own set of screen saver preferences on each host.
    Looking at this file in TextWrangler it looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>askForPassword</key>
    <integer>0</integer>
    <key>idleTime</key>
    <integer>300</integer>
    <key>lastNonRandomModuleName</key>
    <string>Flurry</string>
    <key>moduleName</key>
    <string>Flurry</string>
    <key>modulePath</key>
    <string>/System/Library/Screen Savers/Flurry.saver</string>
    <key>tokenRemovalAction</key>
    <integer>0</integer>
    </dict>
    </plist>
    Hope that helps.
    One thing I did have a question about is how to find the UUID. On a Mac Pro system the command:
    system_profiler | grep -i uuid
    returned the expected number that was part of the com.apple.screensaver.xxxx.plist file, but this did not work on a MacBook Pro. No luck trying to find out why so far. Anyone have any ideas? There is also a UUID associated with a disk volume, that appears to have nothing to do with the UUID associated with the system. So the UUID I'm talking about here is for the system, not a disk.
    -Bob

  • How to make password for macbook

    how to make password for macbook

    Go to System Preferences - Users and Groups, select your user, and click Change Password. If you currently have a blank password, type nothing in the "Current Password" box.
    Matt

  • How to make the editable col. in alv grid scrollable?

    friends,
        i have made the last col. in my alv grid editable..even though i have declared it as char of length 255, it's showing only 50 characters in the grid..but when i try to type beyond 50 characters, it's not allowing...how to make it scrollable so that it extends beyond 50 char. and capture all the characters typed in that col.? pl suggest..thanks all..
    Sathish. R

    Hi, u can extend the length of your last field.
    LOOP AT t_fieldcat INTO ls_fcat.
        CASE ls_fcat-fieldname.
          WHEN text-001.
            ls_fcat-outputlen = c_10.                    "10
          WHEN text-002.
            ls_fcat-outputlen = c_20.                    "20
          WHEN text-003.                                  "your lastfield
            ls_fcat-outputlen = c_255.                  "255
                "do nothing
        ENDCASE.
    *fixed column
        ls_fcat-fix_column = c_x.
    *changes to take effect
        MODIFY t_fieldcat FROM ls_fcat.
        IF sy-subrc = 0.
          "do nothing
        ENDIF.
        CLEAR ls_fcat.
      ENDLOOP.

  • CS6 Fluid Grids - how to make images resize when page is resized? [was: Hello]

    I am new to fluid grid layouts in Dreamweaver cs6, I want to insert a GIF file on my index page but I do not know how to make it so when the page shrinks the GIF or image shrinks as well. The only code that I have found is
    img, {
        max-width: 100%;
    But this code already exists in the css file when you create a new fluid grid based layout
    img, object, embed, video {
        max-width: 100%;
    can anyone help a newbie please..

    this is my source code
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Kyle Childress Foundation</title>
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/layout.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="animation"><img src="images/images/kyleanimation2014gif2.gif" alt="kylechildressfoundationanimation"></div>
    </div>
    </body>
    </html>
    this is my css
    @charset "UTF-8";
    @import url("/kyle.css");
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
        max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
        width:100%;
        Dreamweaver Fluid Grid Properties
        dw-num-cols-mobile:        5;
        dw-num-cols-tablet:        8;
        dw-num-cols-desktop:    10;
        dw-gutter-percentage:    25;
        Inspiration from "Responsive Web Design" by Ethan Marcotte
        http://www.alistapart.com/articles/responsive-web-design
        and Golden Grid System by Joni Korpi
        http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    .gridContainer {
        margin-left: auto;
        margin-right: auto;
        width: 87.36%;
        padding-left: 1.82%;
        padding-right: 1.82%;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #animation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #image {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    .gridContainer {
        width: 90.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #animation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #image {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 769px) {
    .gridContainer {
        width: 88.2%;
        max-width: 1232px;
        padding-left: 0.9%;
        padding-right: 0.9%;
        margin: auto;
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #animation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    #image {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    the animation GIF is 700 x 908
    I changed the code from max-width to just width 100% but it still did not work ,, please help

  • How to make every folder in finder snap to grid

    Hi, does anyone know how to make every folder in finder snap to grid? Without having to go one by one into the view options?
    Thanks!

    Open a folder, CMD+J, set it up as you want it, and click on the Use as Defaults button. That will set it for all unopened folders. For those previously opened and having other settings, you'll have to reapply it to each.

Maybe you are looking for

  • Could not join "wifi network name".  A connection timeout occurred.

    Mac Pro running 10.7.5. Whenever the computes wakes from sleep or logs in, it no longer automatically connects to my wifi network.  When I manually select the network for from the Wi-Fi status in the menu bar, I get the following message:  Could not

  • Variable in path

    How can I use a variable in the path? (I know this is not called the path but I can't think of what it's called). For instance: instead of: this.symbol1.symbol2._height = 800; I want var my_var = "this.symbol1.symbol2"; my_var._height = 800;

  • How to make a VPN route permanent ?

    I have a VPN between my office and a lab on the east coast and I can use the following command from my Terminal to enable the route in my Leopard Server: route add -net 10.48.239.0 -netmask 255.255.255.0 192.168.1.254 How can I make this a permanent

  • About the file size of Default.png

    Hallo forum members, Is there a 2 MB restriction on [email protected]  as there is on normal JPEG pictures? When I save the [email protected] for a widget the filesize goes up to more than 2 MB, as I save the png with 24 Bit. Using 8 bit depth to sav

  • Se actualizó el imovie pero ahora no funciona en mi mac

    He actualizado el iMovie en mi macbok pro pero ahora no funciona. Lo inicio pero en un poco tiempo lo cierra