Zathura has padding around pages

In any mode I see padding around pages whereby I want the full width and height of the zathura window used. I've already had issues with application windows having a transparent margin and using
.window-frame { box-shadow: none; margin: 0; }
in .config/gtk-3.0/gtk.css fixed it. How do I remove the padding?
FWIW I'm using the Numix theme and don't use any desktop environment. The window manager is xmonad.
Update: Upgrading to the AUR git versions of zathura and the plugins removed the top and bottom paddings, but not those on the sides.
Last edited by newbcake (2015-04-17 16:05:33)

see https://bbs.archlinux.org/viewtopic.php?pid=1518406 and  https://bbs.archlinux.org/viewtopic.php?id=196242

Similar Messages

  • Why is Preview adding white padding around my images?

    I have noticed that when I insert a JPG image into a PDF file using Preview, the application inserts white padding around the image. Meanwhile, when I insert a PDF image, no white padding is added. Why is the same image treated differently based on its file format?

    I'm guessing that when you add a raw graphic file to a set of PDFs pages, OS X "puts the image on a page", possibly either the same size as the preceding page, or the print default size.
    Every PDF page contains data specifying its page size, so that data is already there when you drop in a PDF file. Most image files don't actually specify their intended size: they are merely displayed at a useful resolution.
    If you want the images to be a different size from your other pages in your PDFs, then you will be better off converting them to PDFs before adding to another PDF. If this is part of a procedure that you do repeatedly, then you should look at the possibilities of automation in OS X.

  • Captivate 4 Possible to remove borders/padding around published project?

    Greetings,
    I am working with Captivate 4 and publishing to a SCORM 1.2 compliant LMS. I would like to publish a project without having the borders/padding surrounding the project files. Is this possible? If so, where would I look to find instructions to do this?
    When published in our LMS, the LMS generates a window of a fixed sixe. This is set in the LMS itself and can be changed in the LMS. The goal being to remove browser controls and scroll bars from the user’s point of view when they launch a lesson showing only the lesson.
    In previous versions of Captivate (2 and 3) I was able modify the SCORM.htm file in such a way that I could remove any padding around published project files. The SCORM.htm file used a table to center the Captivate SWF files in the users screen. I could edit this file and use absolute positioning to eliminate (the table tags) “dead space” around a project swf file.
    Doing this in Captivate 4 (editing Custom.htm and Default.htm) does not seem to have the same effect. (In fact it seems to have no affect (good or bad) at all.
    Has anyone had any success in doing this?
    Also, has anyone used the new Captivate 5 yet? Does it have the same presentation limitations as Captivate 4?
    Thank you,
    TPK

    TPK,
    This worked perfect.  The only problem that I have is that it still leaves a small ribbon of white at the top and the bottom of the window.  Any idea how to remove that?
    Here is the current HTM text
    <!-- Copyright [2008] Adobe Systems Incorporated.  All rights reserved -->
    <!-- saved from url=(0013)about:internet -->
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>workers_comp</title>
      <script src="standard.js" type="text/javascript"></script>
      <script src="SCORM_support/scorm_support.js"></script>
      <script type="text/javascript" language="JavaScript">
       // set document.domain property here, if it works for your environment/SCORM implementation
       // document.domain="";
       var g_intAPIType = 0;
       // Hook for Internet Explorer
       if ((navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) || g_intAPIType == -1)
        g_intAPIType = 0;
        document.write('<script language=\"VBScript\"\>\n');
        document.write('On Error Resume Next\n');
        document.write('Sub Captivate_FSCommand(ByVal command, ByVal args)\n');
        document.write('Call Captivate_DoFSCommand(command, args)\n');
        document.write('End Sub\n');
        document.write('</script\>\n');
        document.write('<script language=\"VBScript\"\>\n');
        document.write('On Error Resume Next\n');
        document.write('Sub Captivate_DoExternalInterface(ByVal command, ByVal parameter, ByVal value, ByVal variable)\n');
        document.write('Call Captivate_DoExternalInterface(command, parameter, value, variable)\n');
        document.write('End Sub\n');
        document.write('</script\>\n');
       } else {
        g_intAPIType = 1;
       var strURLFile = "Enhanced_Authorization_Integration.swf";   // Name of the flash file
       var intIntervalSecs = 1;    // Number of seconds to wait for SCORM API to load
       var g_intAPIOrder = 0;     // Way to search for API object (0 - starts with bottom up; 1 - starts top down)
       var strURLBase = "";
       var strURLParams = "";
       var strURLFull = document.location + "";
       var intTemp = strURLFull.indexOf("#");
       if (intTemp == -1)
        intTemp = strURLFull.indexOf("?");
       if (intTemp > 0)
        strURLParams = strURLFull.substring(intTemp + 1, strURLFull.length);
       var strTemp = location.protocol.toUpperCase();
       if (strTemp.indexOf("FILE") == -1)
         var intTemp = location.pathname.lastIndexOf("/");
       else
         var intTemp = location.pathname.lastIndexOf("\\");
       if (intTemp != -1)
         strURLBase = location.protocol + "//" + location.host + location.pathname.substring(0, intTemp + 1);
       else
         strURLBase = location.protocol + "//" + location.host + location.pathname;
       strURLParams = (strURLParams==unescape(strURLParams)?escape(strURLParams):strURLParams);
       strURLParams = (strURLParams==""?"":"?") + strURLParams;
       function Finish()
        if ((isAPI()) && (g_bFinishDone == false))
         (g_zAPIVersion=="0.2"?g_objAPI.LMSCommit(""):g_objAPI.Commit(""));
         g_bFinishDone = (g_zAPIVersion=="0.2"?g_objAPI.LMSFinish("") == "true":g_objAPI.Terminate("") == "true");
        return (g_bFinishDone + "" ) // Force type to string
       if(g_intAPIType==0)
        // Detect Internet Explorer
        var g_bIsInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
        // Handle fscommand messages from a Flash movie
        function Captivate_DoFSCommand(command, args)
         var CaptivateObj = g_bIsInternetExplorer ? Captivate : document.Captivate;
         var strFSArgs = new String(args);
         var strFSCmd = new String(command);
         var strErr = "true";
         var strFSArg1, strFSArg2, strFSArg3
         var intFSDelimiter = strFSArgs.indexOf("|");
         if (intFSDelimiter > -1)
          strFSArg1 = strFSArgs.substr(0, intFSDelimiter);  // Name of data element to get from API
          var strFSTemp = strFSArgs.substr(intFSDelimiter + 1);
          intFSDelimiter = strFSTemp.indexOf("|");
          if(intFSDelimiter > -1)
           strFSArg2 = strFSTemp.substr(0, intFSDelimiter); // Value
           strFSArg3 = strFSTemp.substr(intFSDelimiter + 1); // Variable
          } else {
           strFSArg2 = strFSTemp;
         } else {
          strFSArg1 = strFSArgs;
         // do nothing, if SCORM API is not available
         if (!isAPI()) return;
         if ( strFSCmd == "LMSInitialize" || strFSCmd=="Initialize")
          CaptivateObj.SetVariable(strFSArg3, eval('g_objAPI.' + strFSCmd + '(\"\");'));
         } else if ( strFSCmd == "LMSSetValue" || strFSCmd=="SetValue") {
          strErr = eval('g_objAPI.' + strFSCmd + '(\"' + strFSArg1 + '\",\"' + strFSArg2 + '\");');
          CaptivateObj.SetVariable(strFSArg3, strErr);
         } else if ( strFSCmd == "LMSFinish" || strFSCmd=="Terminate") {
          g_bFinishDone = eval('g_objAPI.' + strFSCmd + '(\"\");')
          strErr = g_bFinishDone;
          CaptivateObj.SetVariable(strFSArg3, g_bFinishDone);
         } else if ( strFSCmd == "LMSCommit" || strFSCmd=="Commit") {
          strErr = eval('g_objAPI.' + strFSCmd + '(\"\");');
          CaptivateObj.SetVariable(strFSArg3, strErr);
         } else if ((strFSArg2) && (strFSArg2.length > 0)) {
          if(strFSCmd=="LMSGetLastError")
           strErr = eval('g_objAPI.' + strFSCmd + '();')
           CaptivateObj.SetVariable(strFSArg3, strErr);
          } else {
           strErr = eval('g_objAPI.' + strFSCmd + '(\"' + strFSArg1 + '\");')
           CaptivateObj.SetVariable(strFSArg3, strErr);
         } else if (strFSCmd.substring(0,3) == "LMSGet") {
          strErr = "-2: No Flash variable specified"
         return strErr;
        function Captivate_DoExternalInterface(command, parameter, value, variable)
         var CaptivateObj = g_bIsInternetExplorer ? Captivate : document.Captivate;
         //alert("command  " + command + " ;parameter " +parameter+ " ;value " + value + " ;variable " + variable );
         //var strFSArgs = new String(args);
         var strFSCmd = new String(command);
         var strErr = "true";
         var strFSArg1, strFSArg2, strFSArg3;
         strFSArg1 = parameter;
         strFSArg2 = value;
         strFSArg3 = variable;
         /*var intFSDelimiter = strFSArgs.indexOf("|");
         if (intFSDelimiter > -1)
          strFSArg1 = strFSArgs.substr(0, intFSDelimiter);  // Name of data element to get from API
          var strFSTemp = strFSArgs.substr(intFSDelimiter + 1);
          intFSDelimiter = strFSTemp.indexOf("|");
          if(intFSDelimiter > -1)
           strFSArg2 = strFSTemp.substr(0, intFSDelimiter); // Value
           strFSArg3 = strFSTemp.substr(intFSDelimiter + 1); // Variable
          } else {
           strFSArg2 = strFSTemp;
         } else {
          strFSArg1 = strFSArgs;
         // do nothing, if SCORM API is not available
         if (!isAPI()) return;
         if ( strFSCmd == "LMSInitialize" || strFSCmd=="Initialize")
          //CaptivateObj.SetVariable(strFSArg3, eval('g_objAPI.' + strFSCmd + '(\"\");'));
          CaptivateObj.SetScormVariable(strFSArg3,eval('g_objAPI.' + strFSCmd + '(\"\");'));
         } else if ( strFSCmd == "LMSSetValue" || strFSCmd=="SetValue") {
          strErr = eval('g_objAPI.' + strFSCmd + '(\"' + strFSArg1 + '\",\"' + strFSArg2 + '\");');
          //CaptivateObj.SetVariable(strFSArg3, strErr);
          CaptivateObj.SetScormVariable(strFSArg3, strErr);
         } else if ( strFSCmd == "LMSFinish" || strFSCmd=="Terminate") {
          g_bFinishDone = eval('g_objAPI.' + strFSCmd + '(\"\");')
          strErr = g_bFinishDone;
          //CaptivateObj.SetVariable(strFSArg3, g_bFinishDone);
          CaptivateObj.SetScormVariable(strFSArg3, g_bFinishDone);
         } else if ( strFSCmd == "LMSCommit" || strFSCmd=="Commit") {
          strErr = eval('g_objAPI.' + strFSCmd + '(\"\");');
          //CaptivateObj.SetVariable(strFSArg3, strErr);
          CaptivateObj.SetScormVariable(strFSArg3, strErr);
         } else if ((strFSArg2) && (strFSArg2.length > 0)) {
          if(strFSCmd=="LMSGetLastError")
           strErr = eval('g_objAPI.' + strFSCmd + '();')
           //CaptivateObj.SetVariable(strFSArg3, strErr);
           CaptivateObj.SetScormVariable(strFSArg3, strErr);
          } else {
           strErr = eval('g_objAPI.' + strFSCmd + '(\"' + strFSArg1 + '\");')
           //CaptivateObj.SetVariable(strFSArg3, strErr);
           CaptivateObj.SetScormVariable(strFSArg3, strErr);
         } else if (strFSCmd.substring(0,3) == "LMSGet") {
          strErr = "-2: No Flash variable specified"
         return strErr;
      </script>
    </head>
    <body  bgcolor="#F1F4F5" onunload="Finish();">
         <!-- <center> -->
      <div id="CaptivateContent" style="position:absolute; top: 0px; left: 0px;">
      </div>
      <layer id="NS_dynamic" name="NS_dynamic">
      <script type="text/javascript">
        var tempso = new SWFObject("SCORM_support/scorm_support.swf", "scorm_support", "2", "2", "8", "#CCCCCC");
        tempso .addParam("quality", "high");
        tempso .addParam("id", "scorm_support");
        tempso .addParam("bgcolor","#FFFFFF");
        tempso .addParam("menu", "false");
        tempso .addParam("movie", "SCORM_support/scorm_support.swf");
        tempso .setAttribute("redirectUrl", "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash");
      </script>
      <noscript>
       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
        width="2" height="2" id="scorm_support" align="">
        <param name=movie value="SCORM_support/scorm_support.swf"> <param name=quality value=high> <param name=menu value=false> <param name=bgcolor value=#FFFFFF>
        <embed src="SCORM_support/scorm_support.swf" quality=high bgcolor=#FFFFFF  width="2" height="2" name="scorm_support" align=""
         type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer">
        </embed>
       </object>
      </noscript>
      </layer>
      <script type="text/javascript" language="JavaScript">
       var timeCurrent_int = new Date().getTime();
       var timeLimit_int = new Date().getTime() + (intIntervalSecs * 1000);
       // This simply loops for a set period of time, waiting for the API to
       // load and/or be found.  A better solution would be to use setInterval
       // and on the timeout, redirect or load the resulting Captivate file.
       while((g_objAPI == null) && timeCurrent_int < timeLimit_int)
        g_objAPI = getAPI(g_intAPIOrder);
        timeCurrent_int = new Date().getTime();
       if(g_objAPI != null)
        strURLParams += (strURLParams==""?"?":"&") + "SCORM_API=" + g_zAPIVersion + "&SCORM_TYPE=" + g_intAPIType;
       //document.write('<center>');
       //document.write('<table border="0" cellpadding="7" cellspacing="7"> \n');
       //document.write('  <tr>  \n');
       //document.write('    <td align="middle">');
       document.write('<div id="flash" style="position:absolute; top:0px; left:0px;"> \n');
       var so = new SWFObject(strURLFile + strURLParams, "Captivate", "992", "625", "9", "#CCCCCC");
        so.addParam("quality", "high");
        so.addParam("name", "Captivate");
        so.addParam("id", "Captivate");
        so.addParam("wmode", "window");
        so.addParam("bgcolor","#FFFFFF");
        so.addParam("menu", "false");
        so.addVariable("variable1", "value1");
        so.setAttribute("redirectUrl", "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=S hockwaveFlash");
        so.write("CaptivateContent");
       document.write(' </div> \n');
       //document.write('</td> \n');
       //document.write('  </tr> \n');
       //document.write('</table> \n');
       //document.write('</center>');
      </script>
      </center>
    </body>
    </html>

  • RegionRenderer encodeAll The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance.

    Hi,
    I am using JDEV 11.1.2.1.0
    I am getting the following error :-
    <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
    Piece of code is for region is:-
       <f:facet name="second">
                                                <af:panelStretchLayout id="pa1"
                                                                       binding="#{backingBeanScope.Assign.pa1}">
                                                    <f:facet name="center">
                                                        <af:region value="#{bindings.tfdAssignGraph1.regionModel}" id="r1"
                                                                   binding="#{backingBeanScope.Assign.r1}"/>
                                                    </f:facet>
                                                </af:panelStretchLayout>
                                            </f:facet>
    How do I resolve it ?
    Thanks,

    Hi,
    I see at least 3 errors
    1. <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components.
    the page fragment should only have a single component under the jsp:root tag. If you see more than one, wrap them in e.g. an af:panelGroupLayout or af:group component
    2. SAPFunction.jspx/.xml" has an invalid character ".".
    check the document (you can open it in JDeveloper if the customization was a seeded one. Seems that editing this file smething has gone bad
    3. The expression "#{bindings..regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "pePanel") evaluated to null.
    "pageeditorpanel" does seem to be missing in the PageDef file of the page holding the region
    Frank

  • Page has a custom page size message

    On the master pages, on a locked layer, we have a frame whose content is set to "Undefined" that is sized to exactly match the page size. This is so the page trim can easily be seen and measured in PDF and when printed and we've never had any trouble with it before.
    We have a file in which when we change the starting page number that frame goes out of position by 9 pts toward the outside of the pages. When we reapply a master to that page (even if its the SAME master) we get the message "Page ## has a custom page size. This page can retain its current size or be resized to match the new master."
    If we select "Keep current size" the outer frame to mark the page trim stays in the wrong position. If we select "Use master page size" that frame gets set correctly.
    I've checked the page size at all stages using both the page tool and the button on the pages pallet and it shows the page size to be exactly what the rest of the pages and the document are set to, so I don't understand why I'm getting this message.
    The first problem I was made aware of with this file is that when we ran our script to auto flow text the script was overriding the master items on to the page in the wrong position. Thinking it had something to do with the script command (which works correctly on other files) I posted this http://forums.adobe.com/message/5206889#5206889 to the scripting forum.
    Now that I've been made aware of this custom page size message I'm thinking this and the script not working correctly are related.
    Thanks for any insight anyone can offer.
    Ken

    I wondered whether my operator had accidentally changed the page size with the page tool selected and that the sizes showing in the dialog and on the tool bar were, maybe, rounded. When I saw your message I was hopeful that, maybe, the preflight would detect an incorrect page size.
    But, alas, it did not! It is showing on errors.
    Thinking that maybe InD was "seeing" the frame that was sitting outside the page as making the page larger I tried repositioning it and removing it before applying the master. But, I received the message again.
    Thanks for taking the time to respond!

  • A black border and semi circle have appeared on my screen of my iPhone 5. It wasn't there this morning it just appeared now a yellow tinge has appeared around the semi circle and sometimes I get a line going across my screen which then disappears

    A black border and semi circle have appeared on my screen of my iPhone 5. It wasn't there this morning it just appeared now a yellow tinge has appeared around the semi circle and sometimes I get a line going across my screen which then disappears

    Did you already try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again? You will not lose data by resetting, but it can cure some glitches after installing new software or apps.
    If this does not work, set it up as new device, explained here:
    http://support.apple.com/kb/HT4137
    If still no luck, get it serviced by Apple or visit an Authorized Apple Service Provider next to your place and let them have a look at your device.

  • I am building an app that has hundreds of pages, is there a limit?

    I am building an app that has hundreds of pages, is there a limit? I think i could have about 400-500 pages. i have heard that if it resembles a book it will get rejected, does anyone know about this?
    thanks

    It will get rejected if it is a book. If what you are doing is impossible in iBooks Author (HTML and Javascript), then you are fine.

  • IPad displays 40px padding around content in task flow popup window

    I am using JDeveloper 11.1.1.7.0.
    When I try to run taskflow as dialog (inline popup window) IPad renders 40px padding around the window. So the content at right side is cut-off by that 40px.
    In other devices (Desktop browsers, Android browsers, ...) it is rendering as expected.
    In IPad it generating html as follows:
    <div id="j_id36" class="xpm " style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px;overflow:auto;padding:40px;">
         <iframe id="j_id36::f" title="Content" onload="AdfDhtmlInlineFramePeer.__iframeLoadHandler(event)" frameborder="0" style="position: absolute; width: 100%; height: 100%;" _adfloaded="1" src="<context-path>?_adf.ctrl-state=xeism3nhm_46&amp;_rtrnId=1375337713633&amp;__ADFvDlg__=true">
             <"content goes here......">
         </iframe>
    </div>
    In the above html, style colored with red are the additional properties added while rendering in IPad. In other devices these properties are not generating.
    I found the below thread while searching, but it is not answered.
    https://forums.oracle.com/thread/2407520
    Is there any workaround for this ? or is it tracking as a bug ?
    Thanks,
    Gopal.

    Hi,
    Are any workarounds for this? Is there currently a available patch to fix this problem?
    if nobody dares reproducing this and filing it as a bug then a fix can take a while. I'll put it on a list of my follow ups, but this is not a high priority list. So if you can I appreciate if you can file the bug and provide a testcase. Note that 11.1.2 (11g R2) is not yet optimized for tablet PCs. So JDeveloper 11g R1 (11.1.1.6) is the build that should be used as a reference for filing the bug
    Frank

  • Why has apple dumbed pages down.

    why has apple dumbed pages down. It is now useful for school kids and maybe party invitations, not for professional work. Now I have to use Word to do my work. This is very disappointing.
    How long will it take for them to realize that some of us depended upon the utility in pages, numbers and many of the other apps.
    Who are they appealing to?
    If they Tonka Toy their hardware, it will be time for me to move on.

    This forum is not really public and is mediated by Apple.
    Pages 5 has over 90 other features removed:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=b14426a2c5af2 65f2213d98ee45f08d7&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Export your Pages 5 files to Pages '09 or Word .docx and trash/archive Pages 5.
    Then rate/review Pages 5 in the App Store where other users might see it before committing.
    I also suggest you let your disappontment be known wherever Pages 5 is reviewed. There is an unfortunate tendency for people who never use Pages or barely use it to parrot the old line that if Apple removed it nobody was using the features.
    This is the same asinine thinking that suggests if you never live in or vist any part of your city that it is OK for it to be bulldozed overnight.
    Peter

  • Firefox Sync has syncronized internet pages onto desktop as mobile format.

    Firefox Sync has syncronized internet pages onto desktop as mobile format.
    Pandora
    Facebook
    igoogle

    Okay, that's a lot of information. I think the key part for support purposes is this:
    ''TheDrive [[#question-1057777|said]]''
    <blockquote>
    Just try yourself. Setup new profile and work a few days or weeks on any theme(s). Do not close tabs (at least ones, which you wanna explore once more). If your PC has 2-4Gb of RAM you will notice FF stopped to save session info after you will have a 50-100 tabs opened (you'll see sessionstore.js or session-backups\*.js script files reached 15-20-30MB long and stopped to change and it's LastMod date/time(s) are frozen) ...<br><br>
    ... I've noticed FF started to hang more and more and checked previous.js, recovery.bak, recovery.js was last modified on Apr, 14 but today is Apr, 16! I've lost one more hour trying to save tabs, even installed Session Manager, promised session saving on user demand but after a half hour of action against hanging FF, plugin showed me that I have NO ONE tab to save. I've managed to copy a few URLs to the text file before FF have completely fallen.</blockquote>
    You're not the first person to report that the sessionstore.js or recovery.js file stopped updating with new activity. However, it's rare enough that I can't recall whether we have gotten to the bottom of it in a previous thread. I'll see whether I can search it up.
    Meanwhile, someone might be able to come up with a way to watch for problems and extract some debug information, but I'm not personally familiar with such tools.

  • Printing envelopes from address book always has a second page

    When I print an address onto an envelope from address book, it always has a second page without any text on it even though I only want to print the address. So I have to select print 1 of 1 from my print options. Is there a way to eliminate this phantom second page?

    Without actually seeing the screens you open on your system to set this up and print, it's hard to offer any ideas for a fix, since I cannot reproduce it on my system. Can you post links to screen shots here of these different windows from your system?
    And are you running 10.5.3, or have you updated to 10.5.4 yet?
    Mulder

  • HT203433 My copy of Delderfield's To Serve Them All Their Days has only 87 pages. Surely that is not the complete book?

    My copy of to serve them all their days - Delderfield's has only 87 pages. Have I nt downloaded the whole book?

    Doesn't look like it - if I'm looking at the correct book then here in the UK ibookstore it's listed as having 672 pages (though the US description page says 608). If you've bought the book then try deleting it from the iBooks app via the Edit button at the top right of the bookshelf and then try re-downloading it via the Purchased tab in the ibookstore in the app.
    If it re-downloads in the same state then try the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find that book and use the 'Report a Problem' link.

  • My husban raises the volume and as soon as he keys go if the button it immediately decreases. He had restarted several times and nothing changes. He has cleaned around the buttons with a soft brush.

    My husband's 4s will not hold he volume in the loud position. Every time he raises the volume and as soon as he lets go of the button it immediately decreases. He had restarted several times and nothing changes. He has cleaned around the buttons with a soft brush.  No luck. Ideas?

    Try resetting your device.
    http://support.apple.com/kb/ht1430
    Austin

  • Muse crashes with menu item box has no associated page

    My file is crashing when I click on the menu in Master page with a menu error "menu itembox 07012 has no associated page.  Also crashes when I try to add or delete a page anywhere. I believe this started after I deleted a page. The page deleted, but the menu retained the pulldown link. Any thoughts on how I can resolve this?

    I had the same problem today after deleting a page. I posted a question here and saw your problem.
    A little later I decided to delete my main menu and then install a new identical menu. That solved the problem.
    Good luck.
    Paul

  • Muse crashing :"menuItemBox U1140 has no associated page!"

    No matter what I do on the site, deeting a page,  fragging a page creating a new page, the site crashes all the time and I get the following message:
    "menuItemBox U1140 has no associated page!"
    How can I fix the problem ?

    Hi,
    Could you please share your .muse file with us to investigate? Please email it to [email protected] If your file is greater than 30MB you can use something like Adobe SendNow or SendThisFile. Please do not forget to mention the link to this forum thread in your e-mail (along with the OS/Muse/Air version you're using) so that we can identify the file.

Maybe you are looking for

  • Since upgrading to the latest version of Firefox (15.0.1) any keystrokes I enter into the Google search box do not register.

    Hope someone can help with this! Since upgrading to Firefox 15.0.1 most, but not quite all, keystokes I enter do not register. I've checked that my keyboard is working and it's absolutely fine with any other applications, including Internet Explorer

  • Using a View multiple times in a Window

    Hi, In my default  view I've got a tabstrip with 3 tabs. I've created 3 different view containers elements in each tab as I want to embed another view (ie VIEW_1) in these containers. However, I'm getting the following error. View VIEW_1 Is Already D

  • Identifier is too long error when creating a new summary

    I get the following error when trying to create a new summary 'Database Error - ORA-00972: identifier is too long'. Looking at the error message on the web says that the maximum length is 30 char, so I gave it a name of '1', but I still get the error

  • Oracle Enterprise Linux 5u5 install issue

    Please help. I'm trying to install Oracle Enterprise Linux 5u5 on a desktop computer. In GUI mode, after the network adapter settings screen i press Next, and the system hangs. In Text mode, after the network adapter settings screen i press Next, and

  • How to check a quality of a picture

    Hello. Im a starter graphic in small company. I decide to try adoboe software to make my projects. My task;s is to make pdf files from illustrator and send them to printer company to make copys. And i have a problem because printer company dont want