Default screen sizes for fuid grid & media query

Is there a way to change the default sizes in the fluid grid dialog for new pages. I would like to start with a 320px mobile size not 480. (since there are hardly any devices that are 480 as far as I can tell. Changing the tablet size would also be useful.

If you're talking about the preview screens in DW, click on the values and select or edit new ones.  See screenshots.
Nancy O.

Similar Messages

  • How do you set a default screen size for safari windows to open at ?

    Hi guys, I'm running my mac mini through a 50 inch plasma. I really like that safari opens the browser at a size that's just big enough to fit the page you are viewing to; but annoyingly my flatmate keeps changing the window size to full screen. I don't like this and have tried to play around with the settings so that it opesn in a default size every time but have been unable to do so.
    If anyone has any suggestions it'd be greatly apreciated as this seemingly stupid problem is realllllly annoying me.
    Cheers,
    AJ

    Evict your flatmate.

  • How do I change the default paper size for printing?

    I am running Firefox 3.6.3. Recently, the default paper size for printing unexpectedly changed to a user-defined size of 3.00" x 4.57". It used to be letter size (8.5 x 11). The default paper size is 8.5 x 11 for everything else. I have tried changing the size in the preferences dialog box and then clicking "default", but after I close Firefox or if Firefox opens a new window, the default size switches back to 3.00" x 4.57". Does anyone know how to fix this?
    == This happened ==
    Every time Firefox opened
    == About 2 weeks ago

    In "mine" dutch firefox 3.6.12 there is no option to change paper-size see
    "about:config" Promise to be careful (and be!) Enter "print.postscript.paper_size" gives a empty screen
    "paper_size" gives a few results
    What about the numbers 4259872, 4784247 and what is the meaning of
    paper_size, paper_size_type , paper_size_unit

  • Default page size for printing

    Is there a way to configure (i.e., specify non-programatically) the default page size to use when printing in Java? We have several JREs installed on a single Solaris machine. It seems that all but the one that came installed with the OS defaults to a an ISO-A4 page size.
    I wrote a test program (see end of post) and compiled using a 1.2.2 JDK. Here are some results:
    $ /usr/java/bin/java -cp . PrintPageFormat
    Java version: 1.2.2
    Page size: 612.0 x 792.0 pts
    $ /opt/java-packages/jre-1.4.0_04-solaris-i586/bin/java -cp . PrintPageFormat
    Java version: 1.4.0_04
    Page size: 595.0 x 842.0 pts
    $ /opt/java-packages/jre-1.4.2_08-solaris-i586/bin/java -cp . PrintPageFormat
    Java version: 1.4.2_08
    Page size: 595.0 x 842.0 pts
    $ /opt/jre-1.5.0_04-solaris-i586/bin/java -cp . PrintPageFormat
    Java version: 1.5.0_04
    Page size: 595.2755813598633 x 841.8897399902344 pts
    I've searched the Internet, but cannot find how to go about setting the default page size for a JRE. I've opened a ticket with Sun, and was told you can't do this other than programatically. It seems unreasonable that I would have to recompile my existing applications just to get them to work correctly under newer JREs. Is Sun's response to my ticket correct???
    Thanks in advance!
    Chris Rorvick
    [email protected]
    ============================================================
    import java.awt.print.*;
      public class PrintPageFormat
          public static void main(String[] args)
              PrinterJob pj = PrinterJob.getPrinterJob();
              PageFormat pf = pj.defaultPage();
              double w = pf.getWidth();
              double h = pf.getHeight();
              String version = System.getProperty("java.version");
              System.out.println("    Java version: " + version);
              System.out.println("    Page size: " + w + " x " + h + " pts");
      }

    This problem was fixed by setting the locale variable LC_CTYPE to "C" or "en_US". The JREs 1.4.0 and above deployed on our Linux and Solaris environments all have the system property 'java.awt.printerjob' set to 'sun.print.PSPrinterJob'. This is a subclass of sun.print.RasterPrinterJob which in turn is a subclass of java.awt.print.PrinterJob. So, PSPrinterJob is the actual class of the PrinterJob returned by PrinterJob.getPrinterJob(). Looking at the code of RasterPrinterJob:
            /* Default to A4 paper outside North America.
            String defaultCountry = Locale.getDefault().getCountry();
            if (!Locale.getDefault().equals(Locale.ENGLISH) && // ie "C"
                defaultCountry != null &&
                !defaultCountry.equals(Locale.US.getCountry()) &&
                !defaultCountry.equals(Locale.CANADA.getCountry())) {
                double mmPerInch = 25.4;
                w = Math.rint((210.0*ptsPerInch)/mmPerInch);
                h = Math.rint((297.0*ptsPerInch)/mmPerInch);
                newPaper.setSize(w, h);
                newPaper.setImageableArea(ptsPerInch, ptsPerInch,
                                          w - 2.0*ptsPerInch,
                                          h - 2.0*ptsPerInch);
            }This should have been fairly obvious. Java's locale settings depend on the platform's locale settings (i.e., LC_ variables in this case), and then the default page size is determined (or actually altered) based on that.
    I'm kicking myself for not figuring this out much sooner. I would hope Sun is, too! (not me, themselves)

  • Change the Default Page Size for WebI Rich Client 4.0

    Hi:
    I am trying to change the default paper size for Webi Rich Client 4.0. 
    In 3.x you made the changes to the defaultconfig.xml located in the path C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\classes\AppletConfig.
    In 4.0 I canu2019t seem to locate the file, can you advise if the file is the same name and where the file located.
    Thanks
    Brad

    Hi,
    Please check out the User Guide - see section Web Intelligence Cascading Style Sheets (CSS)
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_ia_en.pdf
    Regards
    H

  • How to set the default maximum size for java's heap?

    Hi!
    Im trying to set the default max size for the java heap - but not from the command line.
    I would like to set it higher as default on my computer.. how can I do that?
    thanks!

    >
    ...You may increase the memory heap only when you're launching a new JVM.>Much like IWantToBeBig does.
    OTOH, it this is an app. with a GUI, it is easier to launch it using webstart, and request extra memory in the JNLP descriptor (the webstart launch file).

  • Default block size for UFS format in OSX?

    Hi,
    I formatted an external drive as "unix format" (UFS) using Disk Utility, which subsequently became unrecognizable by the firewire controller. Now in a Unix box, the superblock of this drive is coming up as corrupted or nonexistent. Does anyone know where I can find the default block size for UFS in os x? I need to specify a backup superblock. Thanks!
    -Dan

    If it is just scratch, run some benchmarks with it set to 128k and 256k and see how it feels with each. The default is too small, though some find it acceptable for small images. For larger files you want larger - and for PS scratch you definitely want 128 or 256k.

  • Default lot size for MRP type

    Hi,
    Can we set default Lot size for MRP type ?
    Regards
    Karthik

    Dear,
    Yes you can do it by creating material master with MRP Pofile.
    First you need to create MRP Pofile in MMD1 where you need to define the LOT SIZE and MRP TYPE which you want then make these value as Fix Value.
    Then Create material master MM01 with this MRP Profile and check your result.
    Regards,
    R.Brahmankar

  • Default range size for iterator binding

    I noticed that the default range size for an iterator binding is 10. Is there a way to have no default? Right now I have to change it programatically by setting it to the value returned from the getEstimatedRowCount() method.

    I assume you are looking for a way to set the default range size at design time? Currently, there is no way to do this, but if you are looking for another solution at runtime, you can use
    getBindingContainer().findIteratorBinding(<IteratorName>).setRangeSize(num)
    for the component you are using the iterator in. For example, in a data page, this would mean overriding the DataPage base class.
    Hope this helps,
    Lynn Munsinger
    Java Tools Team

  • Default font size for a value in a table in Answers

    Hi,
    I am trying to set a default font size for a column of table view in Answers, so that when I create a new report, this default font size is used. Can someone please point me to the file where I can make this change?
    Thanks

    Well if you have a tag like this:
    element.style {
    background-color:#FFFFFF;
    font-size:9px;
    It means it's coming from the formatting in the request in Answers...not from a style sheet! You'll note in Firebug, that there's actually no *.css file mentionned. I.e. example from here:
    element.style {
    color:#00AF00;
    .OORD {views.css (line 1574)
    text-align:right;
    .PTE {views.css (line 1077)
    background-color:#FFFFFF;
    First part element.style comes from my conditional formatting and doesn't reference any css file
    The other two elements are from the views.css which control my pivot table.
    See the difference?
    Cheers,
    C.

  • Why screen size for iPhone simulator is still 480x320 pixels?

    Hi,
    I just upgraded my xcode to 4.2.1 so I have iOS SDK 5.0 now. However, when I create a project, the screen size in simulator for iPhone is 480x320 pixels. I was told the screen size for iPhone/iPad is now 960x640 pixels. Why in simulator it is still old size? What should I do to get the correct size or I am wrong and the actual device is still 480x320 pixels? Thanks.
    Regards,
    Taizhi

    hi,
    you change between "iPhone" and "iPhone retina" to simulate both physical resolutions.
    For the project it doesn't matter because the logical resolution is still 320 x 460 "Points". The OS does most of the work for you.
    I suggest reading: this: http://developer.apple.com/library/ios/#documentation/2DDrawing/Conceptual/Drawi ngPrintingiOS/SupportingHiResScreens/SupportingHiResScreens.html#//apple_ref/doc /uid/TP40010156-CH15
    Dirk

  • Changing screen size for screen sharing

    Is there a way to change the screen size for screen sharing?
    I have a 13" macbook and a G5 with a 20" monitor. When I use RDC to a PC it automatically adjusts to use the full screen on the G5 and when I use VNC to a linux system I can create a vncserver with any arbitrary geometry that I want, but when I use screen sharing all I seem to be able to get is a 13" screen. I can use JollysFast VNC, and view it full-screen, but it's still just 1280x800.
    So, is there anyway to create a virtual window so that I can take better advantage the screen on my G5 when screen sharing to my macbook?
    Thanks,
    Rob

    Well, the question should really have been, "What is the ideal page width for the iPad?".
    The answer is that there isn't one since the iPad, like most portable devices, has two screen widths depending on whether its used in portrait or landscape mode.
    If you are designing a layout specifically for the iPad, one solution is to use a folding design where the sidebar folds down to the bottom in portrait and jumps back up to the side in landscape. This will only work for personal computers and iPads.
    The popular way of designing a layout to suit a large range of portable devices is to use a liquid, or semi liquid, layout that will automatically adjust to the fixed width browsers used on these devices.
    Something like this...
    Neither of these methods are possible using a template based editor like iWeb and this is probably one of the main reasons that Apple has given up on the application. Surfing the internet on mobile devices is growing daily and its now become essential to have a mobile version of your website or one that can be viewed on all devices.

  • Why isn't there a mobile version / screen size for apple support communities ?

    Why isn't there a mobile version / screen size for apple support communities ?

    GOD!
    I have the same problem and I've been trying to find a way around it for about...4 hours now. It's driving me nuts!
    Is there anything that can be done? Can I really not use the nano b/c of my operating system? that seems nuts to me!
    am totally bummed out as mine was a gift as well and now I have to return it...

  • What is the default icon size for macbook pro 13 inch?

    I have the 13 inch macbook pro, its not the retina. What is the default icon size for it? I accidently changed it on the show view options.

    The default size is not related to the Mac Model, it's related to the OS X version. For Snow Leopard it's 48x48 pixels.
    For Lion and Mountain Lion it's 64x64.
    You can choose the size that is right for you. I typically use either 32x32 or 36x36. Some prefer larger some prefer smaller. It's up to you.
    I've always found the default sizes to be too big for my taste.

  • PIXMA MG8220 default page size for printing is set incorrectly to 6x4, need Letter

    I have a PIXMA MG8220, and the default page size for printing is set incorrectly to 6x4, I need it to be Letter paper size. I'm wasting a lot of paper, and cannot figure how to reset the defaults on the printer vs. individual laptops using the printer?Simon

    Hi simonp, To set the paper size to be printed on, please follow these steps: 1.  Open an application such as TextEdit. 2.  Go up to File and select Print, or press the CMD+P keys on your keyboard. 3.  Locate the PAPER SIZE field, then select the LETTER paper size. 4.  Look for the drop-down menu labeled PRESETS, then expand this menu and choose SAVE AS.
    5.  Type in a name of your choice for this default setting, then click OK.
    You will now be able to select the above created preset from any application you print from, with the default paper size being Letter.  Hope this helps!

Maybe you are looking for

  • Reporting Tools

    I'm relatively new to BW...I've been supporting it internally for our company for the last year+, but I come from a .NET background.  My questions are in regards to the reporting tools that people use at different implementations.  We use the BEx Ana

  • Acrobat X Pro not opening

    Since this morning, Acrobat X Pro is not opening. Whether I click on a pdf or start the program from the Start menu, it does not launch. The arrow turns into an hourglass for a second and then reverts to an arrow and nothing happens. I am not sure wh

  • How to compare two tables in SSIS?

    I am creating an SSIS package that will compare two tables and then insert data in another table. Which tool shall I use for that? I tried to use "Conditional Split" but it looks like it only takes one table as input and not two. These are my tables:

  • Help, how to check anonymous entry from access logfile.

    Can someone tell me how to check anonymous entry from logfile? From which field I can tell it's an anonymous entry? Thanks! Marvin

  • About sql and pl/sql

    i don't know whether sql and pl/sql of syntax of oracle database 10g can be ued to oracle 8.17 database. and i also want to know how to learn sql and pl/sql well ? (i am using oracle 8.17 database.) and i think lots of practice can be useful for lear