Showing layers not working in 9.3.3

Hi, I have not working pdf file http://db.tt/zdUC1H and problem is, that showing layers doesn't work in acrobat pro extended 9.3.3 but it's actually working in 9.3.1 as well as in acrobat pro 8.
When I enable error console this is what I get
GeneralError: Operation failed.
ScriptProxy.createNewLayersManagerObject:17:Doc undefined:Exec
Line: 1: Code: 2(0x2): host is undefined
I don't know, what's wrong

My copy of 9.3.3 says the file you have doesn't have any layers

Similar Messages

  • HT4539 All my old tv shows are not working please help my computer sed I have to Atheris 5 computers to play all my old tv shows I Pade for with eney Itunas cards. :( :'(

    All my old tv shows are not working please help my computer sed I have to Atheris 5 computers to play all my old tv shows I Pade for with eney Itunas cards.

    What do y mean by not work?
    What happens when y try to play them on yur iPod?
    What happens when yo try to play them in iTunes on yur computer?
    If you get a message what is the exact wording of the message?
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    Some countries do not allow redownloads some kinds of media

  • Slide show does not work

    I created a slide show. It works really well on the Prieview with a browser. Once I put it on the web it does not work. here is the code.
    <%@LANGUAGE="JAVASCRIPT"
    CODEPAGE="65001"%>
    <!doctype html>
    <html><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta charset="utf-8">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141542: #ImageSlideShow */
    #ImageSlideShow.ImageSlideShow {
        width: 300px;
        height: 300px;
        border: solid 5px #000000;
    #ImageSlideShow .ISSClip {
        background-color: #333333;
    /* EndOAWidget_Instance_2141542 */
    </style>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    #apDiv16 {
        position: absolute;
        left: 267px;
        top: 289px;
        width: 402px;
        height: 331px;
        z-index: 14;
        border: thick ridge rgb(0,0,255);
    </style>
    <style type="text/css">
    #apDiv17 {
        position: relative;
        left: 687px;
        top: 287px;
        width: 346px;
        height: 65px;
        z-index: 15;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        font-style: italic;
    </style>
    <style type="text/css">
    #apDiv18 {
        position: absolute;
        left: 814px;
        top: 318px;
        width: 254px;
        height: 369px;
        z-index: 16;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 3px;
        color: rgb(0,0,0);
        font-weight: bold;
    #apDiv18 P FONT {
        color: rgb(0,0,0);
    #apDiv18 P FONT {
        font-weight: normal;
    </style>
    <style type="text/css">
    #apDiv19 {
        position: absolute;
        left: 301px;
        top: 280px;
        width: 426px;
        height: 328px;
        z-index: 1000;
    </style>
    <style type="text/css">
    #apDiv20 {
        position: absolute;
        left: 314px;
        top: 319px;
        width: 437px;
        height: 312px;
        z-index: 16;
    </style>
    <style type="text/css">
    #apDiv21 {
        position: absolute;
        left: 273px;
        top: 231px;
        width: 520px;
        height: 23px;
        z-index: 16;
        font-size: 18px;
    </style>
    <style type="text/css">
    <!--
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-style: ridge;
        border-right-style: ridge;
        border-bottom-style: ridge;
        border-left-style: ridge;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
        color: #0000FF;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 2000px;
        background-color: #666;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        position: absolute;
        height: 1000px;
        left: 0px;
        top: 0px;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #333333;
        border-bottom-width: thick;
        border-bottom-style: double;
        border-bottom-color: rgb(255,0,0);
        width: 2000px;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 150px;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #FF0000;
        height: 150px;
        width: 2000px;
        border-top-width: thick;
        border-top-style: double;
        border-top-color: rgb(0,0,0);
        left: 0px;
        position: absolute;
        top: 850px;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position: absolute;
        left: 204px;
        top: 13px;
        width: 317px;
        height: 49px;
        z-index: 1;
        font-family: "Arial Black", Gadget, sans-serif;
        text-transform: uppercase;
        color: #F00;
        font-size: 40px;
    #apDiv4 {
        position: absolute;
        left: 180px;
        top: 19px;
        width: 585px;
        height: 23px;
        z-index: 4;
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 24px;
        font-style: oblique;
        color: #FF0;
    #apDiv12 {
        position: absolute;
        left: -6px;
        top: 52px;
        width: 201px;
        height: 27px;
        z-index: 9;
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 36px;
        color: #0FF;
        font-weight: bold;
        text-transform: lowercase;
        font-style: oblique;
    #apDiv5 {
        position: absolute;
        left: 0px;
        top: 53px;
        width: 757px;
        height: 26px;
        z-index: 5;
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 36px;
        color: #06F;
        text-transform: lowercase;
    #apDiv6 {
        position: absolute;
        left: 366px;
        top: 155px;
        width: 1413px;
        height: 32px;
        z-index: 999;
        color: #999;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
    -->
    </style>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #apDiv8 {
        position: absolute;
        left: 70px;
        top: 66px;
        width: 1280px;
        height: 41px;
        z-index: 8;
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        font-weight: bold;
    #apDiv2 {
        position: absolute;
        left: 11px;
        top: 213px;
        width: 140px;
        height: 308px;
        z-index: 9;
    </style>
    <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #apDiv3 {
        position: absolute;
        left: 302px;
        top: 321px;
        width: 654px;
        height: 466px;
        z-index: 10;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 10px;
        border-top-width: thick;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: rgb(0,51,255);
    #apDiv7 {
        position: absolute;
        left: 2px;
        top: 35px;
        width: 302px;
        height: 326px;
        z-index: 7;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
        line-height: 5px;
        font-weight: normal;
        color: #666;
    #apDiv9 {
        position: absolute;
        left: 270px;
        top: 302px;
        width: 382px;
        height: 295px;
        z-index: 11;
        border: thick solid rgb(0,51,255);
    .style12 {font-size: 18pt}
    #apDiv7 P FONT {
        color: rgb(0,0,0);
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
    #apDiv10 {
        position: absolute;
        left: 4px;
        top: 164px;
        width: 131px;
        height: 293px;
        z-index: 999;
    #apDiv11 {
        position: absolute;
        left: 670px;
        top: 298px;
        width: 268px;
        height: 61px;
        z-index: 13;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        color: #000;
    .container .content #apDiv11 P FONT {
        color: rgb(0,0,0);
    #apDiv13 {
        position: absolute;
        left: 134px;
        top: 230px;
        width: 864px;
        height: 551px;
        z-index: 13;
    #apDiv14 {
        position: absolute;
        left: 151px;
        top: 252px;
        width: 605px;
        height: 278px;
        z-index: 13;
    #apDiv15 {
        position: absolute;
        left: 98px;
        top: 392px;
        width: 1350px;
        height: 496px;
        z-index: 13;
    #apDiv16 {
        position: absolute;
        left: 339px;
        top: 249px;
        width: 724px;
        height: 37px;
        z-index: 900;
        border-bottom-width: thick;
        border-bottom-style: solid;
        border-bottom-color: rgb(255,0,0);
    #apDiv17 {
        position: absolute;
        left: 50;
        top: 266px;
        width: 620px;
        height: 1;
        z-index: 13;
        background-color: #FF0000;
    #apDiv22 {
        position: absolute;
        left: 132px;
        top: 50px;
        width: 40px;
        height: 46px;
        z-index: 1000;
        color: #FFF;
    #apDiv23 {
        position: absolute;
        left: -103px;
        top: 340px;
        width: 800px;
        height: 3;
        z-index: 10;
        border-top-width: thick;
        border-top-style: groove;
        border-top-color: rgb(255,0,0);
    #apDiv30 {
        position: absolute;
        height: 30px;
        width: 1000px;
        left: -102px;
        top: 288px;
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    #apDiv16 {
        position: absolute;
        left: 264px;
        top: 326px;
        width: 402px;
        height: 331px;
        z-index: 14;
        border: thick ridge rgb(0,0,255);
    </style>
    <style type="text/css">
    #apDiv17 {
        position: absolute;
        left: 687px;
        top: 324px;
        width: 346px;
        height: 65px;
        z-index: 15;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    </style>
    <style type="text/css">
    #apDiv18 {
        position: absolute;
        left: 687px;
        top: 392px;
        width: 254px;
        height: 358px;
        z-index: 16;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
        line-height: 0px;
    </style>
    <style type="text/css">
    #apDiv19 {
        position: absolute;
        left: 214px;
        top: 293px;
        width: 952px;
        height: 375px;
        z-index: 101;
    </style>
    <style type="text/css">
    #apDiv22 {
        position: absolute;
        left: 216px;
        top: 286px;
        width: 906px;
        height: 348px;
        z-index: 17;
    #apDiv24 {
        position: absolute;
        left: 70px;
        top: 518px;
        width: 785px;
        height: 113px;
        z-index: 1000;
    #apDiv25 {
        position: absolute;
        left: 222px;
        top: 361px;
        width: 115px;
        height: 250;
        z-index: 7;
    </style>
    <link href="../Spry-UI-1.7/css/SpryImageSlideShow.css" rel="stylesheet" type="text/css">
    <script src="../Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141542" binding="#ImageSlideShow" />
    </oa:widgets>
    -->
    </script>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div>Content for New Div Tag Goes Here</div>
    <div>Content for New Div Tag Goes Here</div>
    <container class="container">
    <div id="apDiv1">
      <!-- InstanceBeginEditable name="EditRegion4" -->
    <div id="apDiv25">
      <ul id="ImageSlideShow">
        <li><a href="../images/bent_shank_wnuts.jpg"><img src="../images/src/bent_shank_wnuts.jpg" alt="" /></a></li>
        <li><a href="../images/champion_rivet_at_operator.JPG"><img src="../images/src/champion_rivet_at_operator.JPG" alt="" /></a></li>
        <li><a href="../images/coining.jpg"><img src="../images/src/coining.jpg" alt="" /></a></li>
        <li><a href="../images/dry_box_workers.jpg"><img src="../images/src/dry_box_workers.jpg" alt="" /></a></li>
        <li><a href="../images/laser_shlomo.jpg"><img src="../images/src/laser_shlomo.jpg" alt="" /></a></li>
      <li><a href="../images/lung-blocker-white-gowns.jpg"><img src="../images/src/lung-blocker-white-gowns.jpg" alt="" /></a></li> 
      </ul>
      <script type="text/javascript">
    // BeginOAWidget_Instance_2141542: #ImageSlideShow
    var ImageSlideShow = new Spry.Widget.ImageSlideShow("#ImageSlideShow", {
        widgetID: "ImageSlideShow",
        injectionType: "replace",
        autoPlay: true,
        displayInterval: 4000,
        transitionDuration: 2000,
        componentOrder: ["view", "controls"],
        plugIns: [ Spry.Widget.ImageSlideShow.PanAndZoomPlugin ]
    // EndOAWidget_Instance_2141542
      </script>
    </div>
    <div id="apDiv23"></div>
    <!-- InstanceEndEditable -->
      NOGAH
      <div id="apDiv5">Machine Designers &amp; Builders</div>
    <div id="apDiv4">smart innovative engineering </div>
    </div>
    <!-- InstanceBeginEditable name="EditRegion3" -->
    <div id="apDiv15">
      <p> </p>
    </div>
    <!-- InstanceEndEditable -->
    <div class="header"><a href="#"><img src="../images/logoN.jpg" alt="Insert Logo Here" name="Insert_logo" width="100" height="150" id="Insert_logo" style="color: #F00; text-transform: uppercase; font-size: 40px; font-family: 'Arial Black', Gadget, sans-serif; display: block;"></a>
    <!-- end .header --></div>
      <div class="content">
        <div id="apDiv6" style="left: 100px; top: 170px">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="index.html">Home</a>        </li>
            <li><a href="facility.html">Our Facility</a></li>
            <li><a href="about%20us.html">About Us</a></li>
    <li><a href="contact%20us.html">Contact Us</a></li>
            <li><a href="#" class="MenuBarItemSubmenu">Medical</a>
              <ul>
                <li><a href="lung%20blocker%20bed%20mounted.html">Lung Blocker Bed Mounted</a></li>
                <li><a href="lung%20blocker%20stand.html">Lung Blocker Stand</a></li>
                <li><a href="couch.html">Radiation Couch</a></li>
                <li><a href="lab%20bench.html">Lab Bench</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Biotech</a>
              <ul>
                <li><a href="mega%20base%20SH.html">Mega Base Dispensing S.H</a></li>
                <li><a href="mega%20base%20DH.html">Mega Base Dispensing D.H</a></li>
                <li><a href="filling%20machine.html">Liquid Filling Machine</a></li>
                <li><a href="powder%20dispenser.html">Powder Dispensing</a></li>
                <li><a href="capper.html">Capper</a></li>
                <li><a href="laser%20labeler.html">Laser Labeler</a></li>
                <li><a href="racker.html">Vial Racker</a></li>
                <li><a href="dry%20box.html">Glove Box</a></li>
                <li><a href="heat%20seal.html">Sealing Press</a></li>
    </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Polymers</a>
              <ul>
                <li><a href="lid%20stacking.html">Lid Stacking</a></li>
                <li><a href="heat%20staking%20machine.html">Heat Staking</a></li>
                <li><a href="tire%20assembly.html">Roller Assembly</a></li>
                <li><a href="lint%20trap.html">Lint Trap</a></li>
                <li><a href="bosch.html">Dryer Assembly</a></li>
                <li><a href="marbal.html">Cooling Tower</a></li>
                <li><a href="jar%20trimming.html">Jar Trimming</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Fasteners</a>
              <ul>
                <li><a href="bent%20shank.html">Bent Shank </a></li>
                <li><a href="lug%20nuts%20tapping%20machine.html">Lug Nuts</a></li>
                <li><a href="round%20small%20nuts.html">Rivets Tapping</a></li>
                <li><a href="knurling.html">Knurling</a></li>
                <li><a href="eyebolts.html">Eye Bolts</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Feeding</a>
              <ul>
                <li><a href="feeding%20with%20vision.html">Using Vision</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Metal</a>
              <ul>
                <li><a href="champion.html">Rail Road</a></li>
                <li><a href="assembly.html">Assembly</a></li>
                <li><a href="coining.html">Coining</a></li>
                <li><a href="pointing.html">Pointing</a></li>
                <li><a href="damper%20assembly.html">Damper Assembly</a></li>
                <li><a href="fomo.html">Notching</a></li>
                <li><a href="nut%20welder.html">Nut Welding</a></li>
                <li><a href="soundwich.html">Dashboard</a></li>
                <li><a href="water%20pump.html">Drilling</a></li>
                <li><a href="rotor_deburing.html">Deburing</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">General</a>
              <ul>
                <li><a href="road%20construction.html">Road Construction</a></li>
                <li><a href="large%20hose.html">Large Hose Mfg.  Drive</a></li>
              </ul>
            </li>
            <li><a href="IMTS%20show.html">IMTS Show</a></li>
            <li><a href="http://www.yedaengineering.com/">Yeda LLC</a></li>
          </ul>
    </div>
    <h2> </h2>
        <p class="MenuBarHorizontal"> </p>
        <p> </p>
    <p class="style12"> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
    </div>
    <div class="footer">
        <div id="apDiv8">Nogah Engineering 1800 London Road Unit C Cleveland Ohio 44112 USA Tel: 216.738.1730 Fax: 216.738.1770 </div>
        <p> </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"});
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Thanks.

    All these supporting files are missing (404 not found on server). 
    <link href="../Spry-UI-1.7/css/SpryImageSlideShow.css" rel="stylesheet" type="text/css">
    <script src="../Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="../Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    Upload Spry-UI-1.7 folder to your remote server by clicking the folder and hitting the UP arrow in your Files Panel.
    Also, validate your code and fix reported errors.  You have unbalanced div tags.
    HTML - http://validator.w3.org/
    Nancy O.

  • Show desktop not working in full screen app

    The thumb & three finger swipe to show the desktop does not work for me if the screen is filled with a full screen app. If hte app is not full screen then the gesture works.
    Is this  a bug, does anyone else get this, what use is the gesture if it doesn't work with full screen apps??!
    TIA,
    J

    John,
    No, the gesture doesn't work in full screen since technically there isn't a desktop under the full screen app.  I just swipe to an adjacent desktop.
    Regards,
    Captfred

  • Bug? ajax layers not working.

    hi
    just installed safari 5. i like the new address feature where we can type the page's title instead of the url. anyway, its a feature that firefox already had quite sometime.
    anyway, most pages with ajax is not working, especially those with layers. for example, the template monster search form, the options is not displaying. works fine in firefox though.
    is it a bug?

    hi
    just reset safari, and its now working.

  • Second button on menu for slide show does not work.

    Anyone else having problems with this? Despite three separate attempts using different photos, different Macs and different themes... it is always the second button (to access the second folder) in the slide show that does not work. It fails to access the slides in the folder.
    Our conclusion finally was that this is a bug, so we used only text buttons and put the second button over to the side of the main menu with just a period in it, and one image in the folder (it will not allow a folder without any images) and then we can skip from the first button to the third (seen on the screen as the second button) and bypass the problem.
    Has anyone come up with an explanation or a better solution?

    Anyone else having problems with this? Despite three separate attempts using different photos, different Macs and different themes... it is always the second button (to access the second folder) in the slide show that does not work. It fails to access the slides in the folder.
    Our conclusion finally was that this is a bug, so we used only text buttons and put the second button over to the side of the main menu with just a period in it, and one image in the folder (it will not allow a folder without any images) and then we can skip from the first button to the third (seen on the screen as the second button) and bypass the problem.
    Has anyone come up with an explanation or a better solution?

  • Organizer 12 slide show editor not working

    The editor button in organizer 12 slide show is grayed out, therefore not working. Is
    there a fix for this. It is inconvenient to go back into pe12 and back to organizer just
    to fix a photo.

    Found the solution to the issue on another bulletin board. I read that if a file is imported into slide show from a pc file and not from organizer, this will happen.
    I tried this out and it was true. Here is the screen shot of the slide show with edit grayed out even though the picture is selected.
    rue.@

  • Gradient tool to show hide not work in layer masks

    I have a PS CC (201410204.r.310X640 subscription.   When I used CS5 I could use the gradient tool (black and white) to show hide content in a layer mask.  This achieved the correct smoothness I want to achieve.  In CC the tool does not work in layer masks -it removes too much or the reverse, etc.  I have no control at all over what is removed and not.   Is there a fix for this please.   The lack of the gradient tool for this effect is making CC not worth using at the mo to be honest and I am just about to give up on it.
    Many thanks for any help you can offer.
    Susan

    Thank you for the replies and I apologise for havingn taken so long but have been busy with one thing and another for a few days.
    How to explain?   What I mean is that if I have an image and I, say, then, for example, add a texture image, I could then add a layer mask to the texture lay and working in the lay mark remove or replace the texture mask as I wished... in CS5 I usually used the diamond gradient in little tiny strokes, if necessary, and this removed the texture in with a nice smooth gradient - or replaced it, depending on whether I was using black or white
    Now it does not matter how I use the gradient tool, each 'stroke' just moves the exposed part to a different place in the image
    and no matter whether the colur is set to black or white, each 'stroke' moves the exposed part to another place in the image.
    In order to replace the texture, I have to use the paint brush tool.
    I hope all this makes sense to you clever folks.   I have not reset preferences and tools but it has made no difference.
    Also, I apparently have PS versiib 2014. 2.2 Release   20141204.r30 x 64   - I have updated several times but do not know if this is the correct version.   Any ideas gratefully received.
    Many thanks.  Susan

  • Spacebar Shortcut: Hand Tool Showing But Not Working

    Runing the CS6 trial on a Windows 7 Laptop (x64). I was in Photoshop (64), and noticed that when I held down the spacebar to pan the open image, the hand icon would show but the tool will not work. No matter how many times I click and drag, the image stays still. If I select the MANUALLY select the hand tool it works, but the spacebar shortcut key is non-functional. This issue persists across both the 32 & 64 bit versions of Photoshop.
    Ideas? Help?

    Hello:    I am using Photoshop CS6 and the spacebar will not function for me either.
    I am creating a circle, duplicate the layer, then i select the subtract front shape ... after this i need to be able to use the spacebar to center my subtracting circle so thatt i end up w/a nice border.
    I closed firefox but that didn't work and so then I restarted my computer w/out opening FF at all and still the spacebar will not work.
    Rather than the hand icon appearing the only thing that changes is that the small black box that shows the height and width adds the x & y demensions.
    Does anyone know if i need to turn something on or off in order to enable the spacebar?
    Thank you for your time : )
    Murph

  • Web show document not working..

    Hey guys. I just recently installed the stand alone AS forms and reports server 10.1.2.0.2.. the reporting functionality is not working...
    basically the application uses the reports engine to create a PDF file which is then read by the web.show_document built in. It works on the developer AS, but doesnt work for the forms and reports AS...
    the link I am reading the file from looks like this..
    http://<IP ADDRESS>:7777/forms/reports_output/116_rec_jan.PDF
    where the "IP ADDRESS" is the IP of the sever, and "/reports_output" is a virtual directory. Do I have the wrong port or something? The file "116_rec_jan.PDF" does exist on the server so I can't see the problem...
    Could it be that I dont have adobe reader on my server? Does the AS use the server's adobe reader to read the file or the client side adobe reader? Anyone know whats going on? Thanks for your thoughts.
    Mo

    When I was testing this, I restarted the entire server. The output URL seemed to change so im guessing the OPMN picked up the changes in the forms.conf file. How do you manually restart the OPMN? Here is the line I inserted into the forms.conf file:
    AliasMatch ^/forms/reports_output/ "D:\Reports_Output"
    Below is the coding I used to create the URL for web.show_document.. I bolded what was important... a lot of the coding in here has to do with the Oracle VPD, and loading parameters into the report..
    PROCEDURE RUN_REPORT_FILE IS
    LIST_ID PARAMLIST;
    V_REP_OBJ REPORT_OBJECT;
    V_REP_ID VARCHAR2(100);
    V_FILE_NAME VARCHAR2(200);
    V_REPORT_LOC VARCHAR2(100);
    V_BTD_LOC VARCHAR2(100);
    V_PRN_SEQ NUMBER;
    V_PARAMS NUMBER;
    V_DATE DATE;
    V_NUMBER NUMBER;
    V_CHAR VARCHAR2(4000);
    V_VIRT_PATH VARCHAR2(100);
    V_SERVER VARCHAR2(100);
    V_SERVER_PORT VARCHAR2(50);
    V_RPT_TAG VARCHAR2(300);
    BEGIN
    IF :CONTROL.FILE_NAME IS NULL THEN
    IF SHOW_ALERT('MISS_FILE') = ALERT_BUTTON1 THEN
    RAISE FORM_TRIGGER_FAILURE;
    END IF;
    END IF;
    SET_VPD_CONTEXT.RECORD_PERMISSION_SET(
    :GLOBAL.P_CY,
    :GLOBAL.P_VW,
    :GLOBAL.P_ROL,
    :GLOBAL.P_PRT,
    :GLOBAL.P_STR,
    :GLOBAL.P_AR,
    :GLOBAL.P_DS,
    :GLOBAL.P_DV,
    :GLOBAL.P_RG,
    :GLOBAL.P_AD,
    :GLOBAL.P_BY,
    :GLOBAL.P_LOG);
    SELECT VALUE
         INTO V_VIRT_PATH
         FROM SYSTEM_DEFAULTS
         WHERE ATTRIBUTE = 'VIRTUAL REPORTS PATH';
    SELECT VALUE
         INTO V_SERVER
         FROM SYSTEM_DEFAULTS
         WHERE ATTRIBUTE = 'SERVER LOCATION';     
    SELECT VALUE
         INTO V_SERVER_PORT
         FROM SYSTEM_DEFAULTS
         WHERE ATTRIBUTE = 'SERVER PORT';     
    SELECT VALUE
         INTO V_BTD_LOC
         FROM SYSTEM_DEFAULTS
         WHERE ATTRIBUTE = 'REPORT OUTPUT LOCATION';               
    IF :GLOBAL.DESTROY_REPORT_LIST = 'Y' THEN
    DESTROY_PARAMETER_LIST ('REPORT_PARAMS');
    END IF;
    SELECT VALUE
    INTO V_REPORT_LOC
    FROM SYSTEM_DEFAULTS
    WHERE ATTRIBUTE = 'REPORT HOME';
    IF :CONTROL.SAVE_FLAG = 'Y' THEN
    SELECT SAVED_REPORT_SEQ.NEXTVAL
    INTO V_RPT_TAG
    FROM DUAL;
    V_FILE_NAME := V_BTD_LOC||V_RPT_TAG||'_'||:CONTROL.FILE_NAME||'.PDF';
    INSERT INTO COMPANY_SAVED_REPORTS(
    SELECT V_RPT_TAG,
    NODE_KEY,
    FILE_NAME,
    :CONTROL.FILE_NAME,
    :GLOBAL.CY_COMPANY_KEY,
    :GLOBAL.STR_STORE_KEY,
    SYSDATE,
    TO_CHAR(SYSDATE, 'HH24:MM:SS'),
    :GLOBAL.ACCESS_USER,
    :GLOBAL.ACCESS_USER,
    SYSDATE,
    :GLOBAL.ACCESS_USER,
    SYSDATE
    FROM SYSTEM_MENUS
    WHERE NODE_KEY = :PARAMETER.SM_NODE_KEY);
    ELSE
    V_FILE_NAME := V_BTD_LOC||:CONTROL.FILE_NAME||'.PDF';
    END IF;
    LIST_ID := CREATE_PARAMETER_LIST ('REPORT_PARAMS');
    V_REPORT_LOC := V_REPORT_LOC||:PARAMETER.REPORT_FILE||'.RDF';
    IF :GLOBAL.BUILD_PARAMETER = 'Y' THEN
    GO_BLOCK('REPORT_PARAMS');
    FIRST_RECORD;
    SELECT COUNT(*)
    INTO V_PARAMS
    FROM REPORT_PARAMS
    WHERE FILE_NAME = :PARAMETER.REPORT_FILE;
    IF V_PARAMS > 0 THEN
    LOOP
    IF :REPORT_PARAMS.PARAM_TYPE = 'KEY' THEN
    :REPORT_PARAMS.PARAM_VALUE := :REPORT_PARAMS.PARAM_VALUE_DISPLAY;
    END IF;
         ADD_PARAMETER(LIST_ID, :REPORT_PARAMS.PARAM_NAME, TEXT_PARAMETER, :REPORT_PARAMS.PARAM_VALUE);
    EXIT WHEN :SYSTEM.LAST_RECORD = 'TRUE';
    NEXT_RECORD;
    END LOOP;
    END IF;
    END IF;
    ADD_PARAMETER(LIST_ID, 'VPD_P_CY', TEXT_PARAMETER, :GLOBAL.P_CY);
    ADD_PARAMETER(LIST_ID, 'VPD_P_VW', TEXT_PARAMETER, :GLOBAL.P_VW);
    ADD_PARAMETER(LIST_ID, 'VPD_P_ROL', TEXT_PARAMETER, :GLOBAL.P_ROL);
    ADD_PARAMETER(LIST_ID, 'VPD_P_PRT', TEXT_PARAMETER, :GLOBAL.P_PRT);
    ADD_PARAMETER(LIST_ID, 'VPD_P_STR', TEXT_PARAMETER, :GLOBAL.P_STR);
    ADD_PARAMETER(LIST_ID, 'VPD_P_DS', TEXT_PARAMETER, :GLOBAL.P_DS);
    ADD_PARAMETER(LIST_ID, 'VPD_P_DV', TEXT_PARAMETER, :GLOBAL.P_DV);
    ADD_PARAMETER(LIST_ID, 'VPD_P_RG', TEXT_PARAMETER, :GLOBAL.P_RG);
    ADD_PARAMETER(LIST_ID, 'VPD_P_AD', TEXT_PARAMETER, :GLOBAL.P_AD);
    ADD_PARAMETER(LIST_ID, 'VPD_P_BY', TEXT_PARAMETER, :GLOBAL.P_BY);
    ADD_PARAMETER(LIST_ID, 'VPD_P_LOG', TEXT_PARAMETER, :GLOBAL.P_LOG);
    V_REP_OBJ := FIND_REPORT_OBJECT('GENERIC');
    SET_REPORT_OBJECT_PROPERTY(V_REP_OBJ, REPORT_FILENAME, V_REPORT_LOC);
    SET_REPORT_OBJECT_PROPERTY(V_REP_OBJ, REPORT_DESNAME, V_FILE_NAME);
    :GLOBAL.DESTROY_REPORT_LIST := 'Y';
    V_REP_ID := RUN_REPORT_OBJECT(V_REP_OBJ, LIST_ID);
    DESTROY_PARAMETER_LIST (LIST_ID);
    IF :CONTROL.SAVE_FLAG = 'N' THEN
    WEB.SHOW_DOCUMENT('http://'||V_SERVER||':'||V_SERVER_PORT||'/forms'||V_VIRT_PATH||'/'||:CONTROL.FILE_NAME||'.PDF', '_blank');
    ELSE
    WEB.SHOW_DOCUMENT('http://'||V_SERVER||':'||V_SERVER_PORT||'/forms'||V_VIRT_PATH||'/'||V_RPT_TAG||'_'||:CONTROL.FILE_NAME||'.PDF', '_blank');
    END IF;
    :GLOBAL.P_CY := NULL;
    :GLOBAL.P_VW := NULL;
    :GLOBAL.P_ROL := NULL;
    :GLOBAL.P_PRT := NULL;
    :GLOBAL.P_STR := NULL;
    :GLOBAL.P_AR := NULL;
    :GLOBAL.P_DS := NULL;
    :GLOBAL.P_DV := NULL;
    :GLOBAL.P_RG := NULL;
    :GLOBAL.P_AD := NULL;
    :GLOBAL.P_BY := NULL;
    :GLOBAL.P_LOG := NULL;
    COMMIT;
    END;

  • LR2 and PS4 - merging to HDR, merge to Panaorama and Edit in Layers not working

    Hi,
    I've recently upgraded from LR to LR2.1 and Photoshop CS to CS4. I've been trying to multi-select images from LR2 and edit them as HDR and Panoramas using the "Edit in->" merging options.
    None of them seem to work. I can see PS CS4 being opened, but then nothing happens. No image is opened or dialog box shown anywhere. Closing PS doesn't prompt for any saving, etc.
    I think the problem is because my RAW/DNG files are stored on a NAS. Trying to do the merge from PS directly using the files also doesn't work. But if I copy the files to my local HDD, then things work a lot better.
    Is this a known issue with CS4?
    iMac, OSX Leopard, 4Gb RAM.

    I have done some more tests:
    Setting up CS3 as "Additional External Editor" in LR2.1 Edit/Preferences/External Editing works fine with RAW ( .NEF ) files on NAS-drive.
    Also CS4 as "Additional External Editor" works the same way. The procedure is the same as when CS3 was the standard editor, ie exporting a TIFF file from LR2.1.
    The difference is that the standard CS4 integration is not writing TIFF files från LR, but has a more tight integration to CS4, which is much faster. But still not working when RAW files are on NAS. ( LR catalog files are on local disk ).
    Configuration:
    Dell dimension 9200
    Windows Vista Home Premium ( 32-bit )
    D-link DNS-323 NTFS file system
    Lightroom 2.1
    Photoshop CS4 Extended
    Latest updates installed.

  • Anyone having an issue with the SD TV show option not working in iTunes Store?

    SD TV shows are not available to purchase, I can only get the HD shows.  Is anyone else having this problem?

    I'm having the same problem and am quite frustrated.  I have quite a few season passes for different TV shows, but they are all for the SD versions (cheaper, smaller, and quicker to download). I can get to the TV show's download page, but only the HD version shows up.  I can see the button for the SD version but when I click on it nothing really happens, or the only thing that happens is that the "HD" symbol after the name of the TV show at the top of the page disappears. But even though the "HD" symbol next to the TV name is gone, the episodes are all still only available to download as HD versions. The problem isn’t just that it’s only the HD versions that are available but I already paid for the SD season passes. And I'm not going to pay more money to download the HD version, I don't want, just because the iTunes store has a glitch.
    So I really hope that Apple fixes this soon.

  • I have a problem with Firefox, as webmaster I made my websites under IE but now my websites look not OK in Firefox, pictures dont show, menus not working, etc..must I put something in my HTML code so people see my website correct?

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/783107''
    My website is not working correctly, pictures, menus etc..
    As webmaster I made my website, in IE everything works correctly but with Firefox not.
    Must I put something in my HTML-code so everybody who use Firefox see my website correctly?
    Thanks.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Adjustment layers not working in CS4

    I just installed Photoshop CS4 and I can create an adjustment layer, but the editing box for that particular adjustment layer does not come up. It works just fine in CS3 on the same computer. I have a G5 (non Intel). Any ideas why this is not working?
    Thanks, Beth

    Look at the Adjustments Panel.. new in CS4. Window > Adjustments
    There are no dialog boxes anymore.

  • Purchased shows/movies not working

    I have purchased couple movie and shows from the istore. when i try and watch them the sound works great, but the visual is way behind and pauses throughout. after a few minutes the screen turn green and it will maek itunes close. have played wmp files and they work great, also play dvds and they work great. Even play the sample version before you purchase show and it works great. Its just the playback that doesnt work.

    Ok,
    After searching a little longer I found it.
    Check this link http://docs.info.apple.com/article.html?artnum=305392.
    My problem is that my drive is SATA; as soon as i copied the files (video + movies etc) to my external drive, and then played played them in Quick time from their new location, everything worked well.
    HOPE THIS HELPS

Maybe you are looking for

  • Importing with Panasonic PV-GS32

    Over the last few months I've imported hours of video footage from my Panasonic PV-GS32. One day last week I was only able to import for about 10 minutes before it stopped. I tried a few extra times with no luck, then waited a day and tried again and

  • How do I get rid of firefox popups, please help, they are so annoying

    I had them once b4 and someone told me to install firefox again, but I did this, and it didn't work!A

  • Usage of SQL LOADER to export

    Hi, Please suggest me the way of doing export of all tables data of a particular schema .....into respective tablenames.csv... Please help .. Appreciated

  • MSS - Customize Team View

    Hello, We are implementing MSS on Portal and trying to hide/remove fields in the MSS - Team View Application under Home. When a manager views the employees in the Team View, and selects the 'Open Detailed Team View' link at the bottom he can drag/sel

  • Can't figure out which upgrade (from 7 Pro) is smartest: 9 Pro? or X Pro?

    Can't figure out which upgrade (from 7 Pro) is smartest: 9 Pro? or X Pro? Should I just ignore the nay-sayers and go ahead with X Pro? Thanks in advance for anyone willing to bring me up to speed. Dharmamitra Kalavinka Press Optional & Extraneous bac