Browser preview of image

For an unknown reason, before I save an image for the  web, I commonly preview the image in a browser. Now it seems to be applying the image as a tiled background image in browser preview.  Where can I change this setting?

what did you do to resolve this? i am having the same problem plus the image details/specs is now showing on top covering the top part of the image and not the bottom of the image where it used to.

Similar Messages

  • Previewing an image before uploading

    Hi,
    I would like to upload images in my application and save those uploaded images to one folder in my system, i could do that with any problem. But i have to preview the image before uploading.
    How to do this in JSP or either in html?
    please help me in doing this..
    thanks in advance

    Write the image to some temporary location in your server machine. Either public or non-public. If non-public, you could use a servlet to display the image. If the end user has somehow confirmed the preview, then just move that image to the desired permanent location.
    Working with file paths isn't going to work. IE is the only browser which is so dumb that it sends the complete client side file path along with the file name. In other browsers you won't know from which client side path the image is been uploaded.

  • Browser preview menu bar navigation problems

    Hey everyone I have a very strange problem that I honestly have no idea at all how to handle.
    Below is a template I've put together. It's for a pump repair business site (to provide clarity on any content).
    Everything was going smoothly, until I previewed it in the browser (using Firefox and Chrome). I can jump from page to page about twice, but, after that, especially when I try to return to the home page, I recieve an error like this:
    ' No webpage was found for the web address:file:///C:/Users/John/Desktop/Design/Merit%20Pump%20Website/MeritPump_Template.dwt '
    And I am also not able to access my submenus in the browser preview, and inevitably NOTHING will work after the first few jumps between pages.
    My code is below. Thank you so much for any help- this is my last major roadblock before I am able to publish.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        background-color: #CCC;
    p {
        font-size: 13px;
    .oneColFixCtrHdr #container {
        width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px none #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
    .oneColFixCtrHdr #header h1 {
        margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 0px;
        padding-left: 0;
    .oneColFixCtrHdr #mainContent {
        padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background: #FFFFFF;
        font-family: Tahoma, Geneva, sans-serif;
    .oneColFixCtrHdr #footer {
        padding: 0 10px;
        background-color: #CCC;
    .oneColFixCtrHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .footer {
        font-family: Calibri;
        font-size: 11px;
        color: #333;
        font-style: normal;
        font-weight: normal;
        padding: 5px;
        line-height: 1px;
    .disclaimer {
        font-size: 11px;
        text-align: left;
    -->
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="../Scripts/swfobject_modified.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body class="oneColFixCtrHdr">
    <div id="container">
      <div id="header">
        <h1>
          <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="781" height="200">
            <param name="movie" value="../Merit Pump Site Images/Merit_Banner-02-01.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="9.0.45.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="../Merit Pump Site Images/Merit_Banner-02-01.swf" width="781" height="200">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="9.0.45.0" />
              <param name="expressinstall" value="../Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>
        </h1>
      <!-- end #header --></div>
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="../MP-index.html">Home</a>    </li>
        <li><a href="../MP-Kobepumps.html" class="MenuBarItemSubmenu">Services</a>
          <ul>
            <li><a href="../MP-Kobepumps.html">KOBE Pumps</a></li>
            <li><a href="../MP-Myerspumps.html">MYERS Pumps</a></li>
    <li><a href="../MP-Industrial.html">Industrial</a></li>
    <li><a href="../MP-Oilfield.html">Oil Field</a></li>
          </ul>
        </li>
        <li><a href="../MP-Contact.html">Contact</a>    </li>
        <li><a href="../MP-About.html">About Us</a></li>
      </ul>
    <div id="mainContent">
      <p> </p>
      <!-- TemplateBeginEditable name="content" -->
      <p>Merit Pump and  Equipment is an authorized dealer for <b><font color="#900">Kobe, Weatherford and Myers</font></b> pumps  supplying you with both pumps and parts. We are also a factory authorized pump  service center for your pump repair needs.</p>
      <p class="MsoNormalCxSpMiddle" style="line-height:normal;"> <b><font color="#900">Myers</font></b> offers a complete  line of submersible sump, sewage, effluent,   grinder, non-clog and wastewater pumps, controls, basins and accessories,  reciprocating, self-priming and pumping  systems for residential, agricultural, commercial, municipal and industrial applications.</p>
      <p class="MsoNormalCxSpMiddle" style="line-height:normal;"><b><font color="#900">Myers Aplex</font></b> offers a  complete line of high quality, medium to heavy duty reciprocating pumps for  both intermittent and continuous duty.</p>
      <p class="MsoNormalCxSpMiddle" style="line-height:normal;"> <b><font color="#900">Kobe</font></b> offers a unique  vertical plunger pump, as well as the Weatherford  horizontal   design for high pressure applications. The &quot;Kobe&quot; pump is  especially well suited for extreme pressure services up to 30,000 PSIG.</p>
      <p align="center" class="disclaimer" style="line-height:normal;"> </p>
      <p align="center" class="disclaimer" style="line-height:normal;"><em>Other Lines we carry  include LMI metering pumps, Hydra-cell pumps, Vector Peristaltic pumps,  Grinnell butterfly valves, Milliken Valves, All-Flo diaphragm pumps, Blancett  flow meters, Pacer pumps, Proco Products expansion  joints and others.</em></p>
      <p align="center" class="MsoNormalCxSpMiddle" style="line-height:normal;"> </p>
      <table id="Table_01" width="740" height="60" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td><a href="http://www.columbiantectank.com"><img src="../Merit Pump Site Images/Service1.jpg" alt="" width="195" height="60" border="0" /></a></td>
          <td><img src="../Merit Pump Site Images/Service2.jpg" width="172" height="60" alt="" /></td>
          <td><a href="http://www.femyers.com/"><img src="../Merit Pump Site Images/Service3.jpg" alt="" width="184" height="60" border="0" /></a></td>
          <td><img src="../Merit Pump Site Images/Service4.jpg" width="189" height="60" alt="" /></td>
        </tr>
      </table>
      <!-- TemplateEndEditable -->
      <p align="center" class="MsoNormalCxSpMiddle" style="line-height:normal;"> </p>
    </div>
      <div id="footer">
        <p><span class="footer">© 2006 Merit Pump &amp; Equipment CO. All rights reserved. | Home | About | Contact | FE Myers | Kobe Triplex |</span></p>
        <p><span class="footer">975 Lincoln Way West, Wooster, OH 44691 | PO Box 960</span></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>

    Hi!
    1. file:///C: /Users/John/Desktop/Design/Merit%20Pump%20Website/MeritPump_ Template.dwt '
    1.1 Suspicious are always these strings starting with file:///, what means, "DW thinks that every file you have linked to is outside the local root folder":
    1.2. Don't use spaces in folders/filenames. Spaces get converted %20, you could use underscores eg.
    2. ../MP-Kobepumps.html
    Where is this file located? Please control your path in DW, maybe you need ../../, maybe you can do without it, depending on which level the file is situated/nested.
    ... maybe you can post a link to your page, no matter how it looks like.Hans-G.

  • Unable to set browser preview options

    I posted this a few days ago and didn't get any responses, so
    am trying again in case I'll have better luck today. :-)
    I hope someone can help because this problem, which suddenly
    occured, is makign it impossible for me to do any work in
    Dreamweaver and that's driving me crazy... :-0
    Thanks!
    I feel a bit silly about this - but for some reason I am
    unable to set the browser preview options in my preferences. I'm
    using Dreamweaver 8 on a Mac OX10.3.9, and trying to designate
    Firefox 1.5 as my default primary browser, and Safari 1.3.2 &
    IE5 as secondary options. When I first open Dreamweaver I get a
    message saying 'Unable to read Preview in Browser Preference.
    Please remove all browsers form the list and add them again". So I
    remove them all and when I try to add them back, none of my choices
    show up in the box. Then I restart and the old ones are still
    there. If I try to change the check in the box that indicates
    primary or secondary browsers, my program crashes. Anyone have a
    clue what's going on? Thanks so much for any help...

    This - file:///ether/Patricia Yenawine/images/oxblood_med.jpg
    - tells me
    that your local root folder is on a network shared drive. I
    am guessing
    that your problem stems from the fact that network
    permissions/protocols are
    interfering with your ability to successfully write your
    cache files and
    your browser preferences.
    Do you have the same problem with sites that are truly local
    to your
    computer?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "amysue102" <[email protected]> wrote in
    message
    news:e48hoq$ba0$[email protected]..
    > Originally posted by: Newsgroup User
    > Open DW, select a site, create a new page, and insert an
    image from within
    > that site to insert on the page. Without saving the page
    (!important)
    > copy
    > the code and paste it into a reply here, please.
    >
    > Murray,
    >
    > Thank you! for helping...
    > I followed your direction - here's the code:
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    > <title>Untitled Document</title>
    > </head>
    >
    > <body>
    > <img src="file:///ether/Patricia
    Yenawine/images/oxblood_med.jpg"
    > width="158"
    > height="115" alt="oxblood bowl" />
    > </body>
    > </html>
    >
    > May Blessings rain upon you!
    >
    > Amy
    >

  • Pasted lightboxes do not show when uploaded but do on browser preview

    I created the lightbox display on the first page and then as i worked from page to page i would paste the original lightbox to the new page and replace the images and the captions but when i upload the site it doesn't show the lightboxes on the pages that i pasted the lightbox into it is just blank but the headers and footers are ok. The lightbox shows in the browser preview with all the images and captions.
    all the images are there in the assets folder

    Search the knowledge base for NET Red X and try out the solutions there.  If you are using .NET 2005 make sure to focus on the ones for it first.  It is usually either a web.config setting or not having the asp_client folder in the correct place.

  • CS 4 browser preview

    In DW CS3, pages with includes render properly in browser
    preview. Not so when previewed in DW CS4. Includes part doesn't
    render in preview or live view. Am I missing something?

    Thanks for the suggestions but alas no luck.
    I have updated Windows XP SP3 with all current updates.
    I have downloaded and updated the Nvidia GeforceFX5500 drivers (which were the ones I was using)
    I updated direct x to the latest version.
    OpenGL is not available or I don't know how to configure it.  Noticed this was greyed out in Photoshop and unable to select it.
    Also captured new footage with CS4 without success after it was conformed as suggested.
    I have no issues with CS2 which I have put back on the machine.
    Neither the source or preview windows display video footage with cs2 captured files, cs4 captured files, imported avi files.  But, noticed that if I created titles and imposed over static images they will display in the preview window but once it gets to captured footage it stops on the last frame of the title image.  The audio continues but the video does not.

  • Dreamweaver browser preview works but not on live site?

    Hello.
    my dreamweaver browser preview works perfectly, the live site appears different?
    how can i fix this issue. this is the url ciesladesign.com
    the first image attached...is the disired appearance
    the second image attached...is live web appearance (NOT DESIRED)

    below is the source:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>ciesla design site 01</title>
    <link href="CSS/layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
              background-color: #FFF;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
      <div id="logo"><a href="index.html"><img src="images/CIESLA DESIGN LOGO-01.png" width="800" height="120" alt="ciesla design logo" /></a></div>
    <div id="navagation">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html">Home</a></li>
    <li><a href="about.html">About</a></li>
        <li><a href="work.html">Work</a>    </li>
        <li><a href="contact.html">Contact</a></li>
    </ul>
    </div>
      <div id="headerImg"><img src="images/aboutimagered.jpg" width="800" height="250" alt="portsmouth nh" /></div>
      <div id="bodyArea">
      <div id="left">
        <p>An Industrial designer from Pratt Institute established Ciesla Design in 2009, a visual solutions based design group. Our Mission is to develop inventive and fresh design. We have developed a comprehensive approach to our design process, employing an innovative interpretation of market research and a unique visual aesthetic. We work intimately with our clients to achieve the most personalized and effective brands and products.</p>
      </div>
    <div id="right">
    <p>mail inquiries to:</p>
        <p>[email protected]</p>
    </div>
    <div id="footer">Copyright2009</div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
    </body>
    </html>
    below is the css:
    @charset "UTF-8";
              margin: 0px;
              padding: 0px;
    #wrapper {
              background-color: #FFF;
              width: 800px;
              margin-right: auto;
              margin-left: auto;
    #wrapper #logo {
              height: 200px;
              background-color: #FFF;
    a img {
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
    #wrapper #navagation {
              height: 50px;
              width: 800px;
              margin: 0px;
              float: none;
    #wrapper #headerImg {
              height: 250px;
              background-color: #FFF;
              background-image: url(../images/IMG_800x533.png);
              margin-right: auto;
              margin-left: auto;
    #wrapper #bodyArea #left {
              width: 550px;
              background-color: #FFF;
              float: left;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #333;
    #wrapper #bodyArea #right {
              width: 250px;
              background-color: #CCC;
              float: right;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #333;
    #wrapper #bodyArea #footer {
              height: 40px;
              clear: both;
              width: 0px;
              padding-top: 50px;
              padding-right: 20px;
              padding-bottom: 20px;
              padding-left: 0px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
    p {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #333;
              margin: 20px;

  • Does anyone know why all of a sudden any new parent divs I add won't display in browser preview?

    Does anyone know why all of a sudden any new parent divs I add won't display in browser preview?

    yes styles are applied. What does not show up are the container divs - they all have the thin purple borders.
    The "Blog Lovers" image shows up but it is inside the #blogindex div - which seems to be invisible because the elements inside #blogindex div are just piled on top of each other. (see below html) This is now happening on all the pages of this site.
    (I test a different site in DW and I was able to add divs and borders and content inside divs just fine.)
    <!-- start #blogindex --> 
         <div id="blogindex">
            <div id="blog_image1"><img src="images/bloglovers.gif" alt="Blog Lovers" /></div>   
             <div id="blog_image2"><img src="images/gcblogheader350x70.jpg" alt="Gina Charles Blog" /></div>
          <div id="blogindex_text">
          <p class="blackbolditalic">Visit the blog for happenings, highlights and conversation! </p></div>
          </div>     
       <!-- end #blogindex -->
    http://www.newworldapparel.com/tests/  -scroll 1/2 way down page to see the "Blog Lovers" pile up!

  • Cannot preview remote image in design view

    Hi,
    I am using Dreamweaver 2004 MX and has just inserted an image referencing to a remote server.
    However, Dreamweaver is unable to preview the image and only a small gray box can be observed.
    I can preview it when the page in browser.
    What's wrong with my DW?
    Thanks

    David_Powers wrote:
    I'm not sure whether Dreamweaver MX 2004 has the ability to display external images in Design view. In Dreamweaver CS4, you turn this feature on and off by selecting Commands > Display External Files. If that option isn't available on your Commands menu, it means your version of Dreamweaver doesn't support the display of external files.
    Unfortunately not, David. Handling external links was not introduced until DW8 (one after MX 2004).
    Commands > Display External Files was introduced in the 8.0.1 updater for DW8 to enable this new (at the time) feature to be switched off.
    http://kb2.adobe.com/cps/000/54d76ef.html

  • Error in browser preview

    Error in browser preview
    Hi, I have a problem and do not know what to do to solve it.
    I'm doing my web move. In the Design tab and Preview the entire composition is ok, I see everything perfect (video and text)
    But when I preview in the browser or ftp stay in a text disappear me, the images move from site, the videos also disappear some.
    Why is? What do I do wrong?
    I put three pictures of the process. Why do the videos and text appearing on your site??
    I go crazy
    Thank you!

    I've found errors! !!!!!
    The html embed youtube videos (that personalize as) had a parameter mismatch makes everything.
    Thanks anyway for your answer

  • Nautilus not previewing all images/videos

    Hey, well when using Nautilus and I browse to my images folder it only gives thumbnails for a few pictures. They are all jpegs and there is nothing strange about the ones it doesn't display. It is only giving thumbnails for about 3% of the images.
    Also I think totem is buggered? As its not comming up and also video preview thumbnails have dissapeared.

    totem is death atm, i still didn't find a proper solution to it.
    try rebuilding it through abs and see :
    http://bbs.archlinux.org/viewtopic.php? … ight=totem

  • Browser preview stopped showing design update

    I am new to Dreamweaver, and whenever I make changes to the
    page, I will preview the changes using browser preview. After
    making several previews back and forth, my browser suddenly stopped
    displaying the latest design updates. I have done every suggestion
    mentioned about resetting, & clearing caches in my browser, but
    i don't see the latest design update I did. In dreamweaver design
    view, I can see the image I added, but when viewed in the browser,
    what I see is the design prior to the addition of the new image.
    What else can I do to correct this? When I use a different browser,
    I see the new design.

    Which browser isn't working?
    Also make sure that you are looking at localhost and not
    remote site. I do
    this sometimes and get the same result.
    Steve
    "marsdenz" <[email protected]> wrote in
    message
    news:fid7nc$n23$[email protected]..
    >I am new to Dreamweaver, and whenever I make changes to
    the page, I will
    > preview the changes using browser preview. After making
    several previews
    > back
    > and forth, my browser suddenly stopped displaying the
    latest design
    > updates. I
    > have done every suggestion mentioned about resetting,
    & clearing caches in
    > my
    > browser, but i don't see the latest design update I did.
    In dreamweaver
    > design
    > view, I can see the image I added, but when viewed in
    the browser, what I
    > see
    > is the design prior to the addition of the new image.
    What else can I do
    > to
    > correct this? When I use a different browser, I see the
    new design.
    >

  • Ftp response timeout / browser preview doesn't work

    Good evening,
    today i tried to update my website. Only problem, when i displayed the browser preview some of the elements simply wouldn'T show up that did in earlier version of use. I never had any problems in this direction so i continued with my workflow. When i started to upload my images via an ftp client i experience a problem as well that might be connected to the first one. after some image were uploaded i got the error that "FTP response timeout" so i tried it again later but with the same result. i can skip the images but it takes just too much time and simply doesn't work as intended. Do you guys have an idea what the solution for my problem might be?
    windows 7 muse 2014.2 64bit
    internet is working all right
    the problem occurs when i try the browser preview as well so it'S rather connected to muse than my ftp client
    i don't have any missing elemts and all links are up to date
    i hope you can help me . Thanks a lot in advance!
    Lucas

    Hi Lucas,
    Could you please send your muse file to [email protected] so we may have a look. Please make sure you mention the link of this forum thread in the email Subject so we may handle it appropriately. Also, if the file is larger than 20MB, please use an online file sharing service like Dropbox or WeTransfer.
    Thanks,
    Vikas

  • Previewing an image before uploading it using the FileReference class

    Previewing an image before uploading it using the FileReference class in flash player 3 not in SDK4

    Previewing an image before uploading it using the FileReference class in flash player 3 not in SDK4

  • Previewing an image before uploading it using the FileReference class in flex 3

    Previewing an image before uploading it using the FileReference class in flex 3 ?

    hai,
              when this code is used in my application ,i got the name of image and new frame is added each time .But image is not displayed.....
    The code  starts like this
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
                xmlns:mx="library://ns.adobe.com/flex/mx" initialize="init()"   backgroundColor="white" width="100%" height="100%">
        <fx:Script>
    <![CDATA[ 
                    import mx.controls.Alert;
                    import mx.messaging.Channel;
                    import mx.messaging.ChannelSet;
                    import mx.messaging.channels.AMFChannel;
                    import mx.rpc.events.ResultEvent;
                    import mx.controls.Image;
                    import spark.events.IndexChangeEvent;
                    import mx.managers.DragManager;
      <mx:DataGridColumn headerText="Dimension Value"  width="10" dataField="dimensionValue"/>
                                                   <mx:DataGridColumn headerText="Unit Nmae"  width="10" dataField="dimensionUnitName"/>
                                                   </mx:columns>
                                           </mx:DataGrid>
                                           <mx:Spacer width="2%"/>
                                       </mx:HDividedBox>
                                       </mx:VBox>
                   <mx:Spacer height="0"/>
                <mx:VBox width="100%">
                    <s:HGroup height="90" top="0" left="0" right="0" verticalAlign="justify" gap="10" paddingLeft="5" paddingRight="5" paddingTop="5" paddingBottom="5">
                        <s:Button id="btn_loader" top="5" bottom="24" width="100" label="load" click="loadImages()"/>
                        <s:Group width="100%">
                            <s:Group name="cl" top="0" left="0" bottom="0" width="20" mouseOver="//scroll_on(event)" mouseOut="//scroll_off(event)">
                                <s:BitmapImage source="@Embed('../assets/left.jpg')" top="0" left="0" bottom="0" right="0" fillMode="scale"/>   
                            </s:Group>
                            <s:List id="imgList" skinClass="skins.ListSkin" top="-3" left="27" right="28" bottom="10"
                                    dataProvider="{ImageCollection}" itemRenderer="Image_Render">
                                <s:layout>
                                    <s:HorizontalLayout gap="0"/>
                                </s:layout>
                            </s:List>
                            <s:Group name="cr" top="0" right="0" bottom="0" width="20" mouseOver="//scroll_on(event)" mouseOut="//scroll_off(event)">
                                <s:BitmapImage source="@Embed('../assets/right.jpg')" top="-1" left="0" bottom="0" right="0" fillMode="scale"/>
                            </s:Group>
                        </s:Group>
                    </s:HGroup>
                    <s:SkinnableContainer id="dropCanvas" top="100" left="5" right="5" bottom="5" backgroundAlpha="1.0" alpha="1.0"
                                          dragEnter="dropCanvas_dragEnterHandler(event)"
                                          dragDrop="dropCanvas_dragDropHandler(event)" contentBackgroundColor="#914E4E" backgroundColor="#F7F7F7">
                    </s:SkinnableContainer>
                </mx:VBox>
                <mx:Spacer height="5"/>
                                      </mx:VDividedBox>
        </mx:Panel>
    </mx:Canvas>

Maybe you are looking for

  • DVCPRO 50 and Quicktime

    Is the DVCPRO 50 codec part of the QT codec line up for Mac and windows? Or is it only part of FCP? -Lars

  • In Max 3.1.1 no daqmx device works with its test panel or self test

    I have a NI-5122 device and since loading DAQ 7.3 no DAQmx device appears to work.

  • Unsupported keyword OID.2.5.4.17

    I am attempting to make an HTTPS connection to a site where I recently purchases a Thawte 128 bit super cert, but I keep receiving the following error: unsupported keyword OID.2.5.4.17 I am using JRE 1.2.2 with the JSSE Extension 1.0.3_01. When I run

  • Photos disappear from my Pages layout

    I'm nearing completion of a layout for a 50-page booklet but have discovered that when I adjust photos (or copy?) in an early chapter, several photos often disappear from a later chapter.  What am I doing wrong?

  • Find exact string using formula (excel)

    I'm trying to use FIND statement to find multiple strings in the context of a larger formula. The original formula I'm basing it off of is as follows: =IF(ISNUMBER(FIND("INC",A1))," ","Y") Obviously, this yields a Y if it finds whatever text in " ".