No scrolling body when overlay

I have a widget with scrolling presentation at the opening of the overlay. But I want just the overlay to scroll down, not behind. Is there a way to do this?

Unfortunately you cannot apply scrolling only triggers or containers but the entire module itself. It comes by default.

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • Safari resets the scroll position when changing tab

    Safari resets the scroll position when the tab changes.

    For example, to open two tabs. In one of them, go to

    https://developer.Apple.com/library/Mac/documentation/GraphicsImaging/conceptual/drawingwithquartz2d/dq_overview/dq_over...

    and scroll down to the bottom.

    Arrived at the tab other and then return to the tab where you just scrolled down.

    Surprise, the page has been made scroll up, or almost.

    (In my case: OSX Safari 9.0.3 10.10.5,)

    It's very annoying when reading long pages.

    Send feedback to Apple. They will not respond, but at least know that there is a problem. If enough people send feedback, it can become the problem solved as soon as possible.

    Your comments

    Or you can use your Apple ID to register on this site and go the Apple BugReporter. Allegedly, you will get a response if you submit your comments.

    Comments via Apple Developer

  • 4.0 ai2 - cannot select and copy the code from a package body when opened in read-only mode

    4.0 ai2 - cannot select and copy the code from a package body when opened in read-only mode

    He was connected/buggy. It is not fixed yet. But it will be.

  • How can I create a scroll effect when the manuscripts of user to the bottom of the image will be blurred?

    How can I create a scroll effect when the manuscripts of user to the bottom of the image will be blurred?

    Hello

    You can create a scrolling movement where the image fade out the scroll, you must use the tab opacity under the effects of scroll Panel.

    If you need especially be blur on the image, then you must change this image in any editing program like blurry image to make a copy of this image, then place the two images (real and blurry) on this page and use the scrolling motion or fade option to replace the images.

  • Arrow keys are suddenly scroll down when I am playing games instead of moving objects in the game

    I play a game similar to tetris online. Tonight my arrows began to scroll the screen when I hit the arrow down the game moves upward and off the screen. Same thing with the up arrow. Instead of move the pieces of the game, scrolls the screen down.

    Hi BillyJoeBobBob,

    Are you facing the same problem with any other game?

    Make sure that you have worn or activated the screen flash in Internet Explorer when you play the game. To do this, simply click on the flash screen and try to play the game.

    If this does not work, you can try to update the flash drive and check if the problem is resolved.
    You can download the flash player from the link below.
    http://get.Adobe.com/flashplayer/

    Please post back and let us know if it helped to solve your problem.

    Kind regards
    KarthiK TP

  • a finger scrolling lost when upgraded to windows 10

    HP G72-259WM Notebook PC laptop using, upgrade to Windows 10 and now the Snaptics pointing device lose vertical scrolling with a finger.  It is checked and the scroll box shows ok.  He worked well with windows 7 Home Premium, before the upgrade. I was not able to locate an updated driver. Very awkward not having no not this function when working with spreadsheets or trying to make the web pages of reading. Any suggestions?

    Back to Windows 7, it wasn't a very viable option after using the half of my monthly data quota to get upgraded to Windows 10. Using the old driver works better and I quit using Windows Explorer (Edge) and use instead Google Chrome for my internet and scrolling works well with it. Problem solved.

  • page scrolls down when I connect a HID-Compliant mouse

    When I plug in my compatible mouse (Logitech) HID the page scrolled down and can't move up again after a first click, sometimes I hear a loud hum that stops when I say - connect the device. the pointer works very well and where I position, I can just scroll with it. I have tried to disable the s synaptic touchpad and still have the same question. I am running windows vista 32 bit home edition on a laptop HP Compaq. This mouse was previously working and all of a sudden this question arises. everything has been updated I can find.

    Hello

    I suggest that you uninstall the software of the computer mouse and then reinstall and check if that helps.

    To uninstall an audit of the program:

    Uninstall or change a program

    http://Windows.Microsoft.com/en-us/Windows-Vista/uninstall-or-change-a-program

    Please post back with the results so that we can help you better.

  • HP Dm4 1201tx grounded body when charging

    I have a problem recently my computer hp dm4 1201tx laptop is connected to the earth when charging. You can feel its aluminum body is everything is connected to the earth when you touch it.

    Please help I can't understand why this is happening and im using this laptop for my work, so it's very important.

    Note:

    my hp warranty has expired.

    using windows 7 64 bit.

    Thank you more hp of power.

    Hello mrnotepad,

    Take a look at this document, and please let me know if the troubleshooting steps help solve or identify the problem.  Please let me know what you find.

    Good luck!

  • Problem in the scroll bars when the screen is not any field focus...

    Hi all

    I have a screen on which I need to display a list of items. and the list total appears at the bottom of the list. everything works fine if the lily a few number of lines. but as soon as the number of rows and Lily exceeds the length of the screen, there is the problem. I don't see the total at the bottom because I can't scroll the list. Here is the code in my class. in the class list, I use a CustomGridManager, which shows data in a table (I downloaded it). I made a few changes in the present. the code for this handler is also attached. Please tell me what changes should I make, so that the screen can be the object of a scroll. (Please go through the code)...

    SerializableAttribute public class MyClass extends {screen

    public MyClass (dataList DataList []) {}

    Super(Manager.VERTICAL_SCROLLBAR |) Manager.VERTICAL_SCROLL);

    Super();

    int noOfColumns = 2;

    int noOfRows = dataList.length;

    int [] columnWidth = {50.50};

    CustomGridManager gfmHeader = new CustomGridManager (noOfColumns, 0, columnWidth);

    Adding headers

    LabelField lblHdrCol1 = new LabelField ("Col1");

    gfmHeader.add (lblHdrCol1);

    LabelField lblHdrCol2 = new LabelField ("Col2");

    gfmHeader.add (lblHdrCol2);

    VerticalFieldManager vfmTitle = new VerticalFieldManager();

    vfmTitle.add (new LabelField ("my class"));

    vfmTitle.add (gfmHeader);

    setTitle (vfmTitle);

    Addition of body

    GFM CustomGridManager = new CustomGridManager (noOfColumns, 0, columnWidth);

    for (int i = 0; i)< noofrows;="">

    LabelField lblICol1 = new LabelField (dataList [i] .getCol1 ());

    GFM. Add (lblICol1);

    LabelField lblICol2 = new LabelField (dataList [i] .getCol2 ());

    GFM. Add (lblICol2);

    Adding a footer

    CustomGridManager gfmFooter = new CustomGridManager (noOfColumns, 0, columnWidth);

    LabelField lblFtrTotal = new LabelField ("Total");

    gfmFooter.add (lblFtrTotal);

    LabelField lblFtrValue = new LabelField ("CalculatedValue");

    gfmFooter.add (lblFtrValue);

    Add (gfmHeader);

    Add (new SeparatorField());

    Add (GFM);

    Add (new SeparatorField());

    Add (gfmFooter);

    Add (new SeparatorField());

    }

    ======================================================

    SerializableAttribute public class CustomGridManager extends Manager {}

    private int [] columnWidths;

    private int [] staticColumnWidth;

    private int columns;

    private int allRowHeight = - 1;

    /**

    * Built a new CustomGridManager with the number of columns specified.

    * Lines will be added to the need to display the fields.

    * Fields will be added to the grid in the order they are added to this Manager.

    to complete each row from left to right:

    *

    * For example, a Manager 2 column:

    *

    * [Field1] [Field2]

    * [Field3] [Field4]

    * [Sphere5]

    *

    * Column widths are equal, and the Manager will attempt to use the entire available width.

    Each line height will be equal to the height of the field higher in the same row.

    * Styles positional field are met, then the fields that are smaller than the row/column

    * they can be set to left, right, up down, or centered. They have by default at the top left.

    *

    @param columns number of columns in the grid

    @param style

    */

    public GridFieldManager (columns int, long style) {}

    Super(Manager.VERTICAL_SCROLLBAR |) Manager.VERTICAL_SCROLL);

    Super (style);

    This.colonnes = columns;

    }

    /**

    *

    @param columns columns number of columns in the grid

    @param style

    @param columnWidths width of each column in a table

    */

    public GridFieldManager (columns int, long style, int [] columnWidths) {}

    Super(Manager.VERTICAL_SCROLLBAR |) Manager.VERTICAL_SCROLL);

    Super (style);

    This.colonnes = columns;

    this.staticColumnWidth = columnWidths;

    }

    protected boolean navigationMovement (int dx, int dy, int, int time status) {}

    int focusIndex = getFieldWithFocusIndex();

    While (dy > 0) {}

    focusIndex += columns;

    {If (focusIndex > = {getFieldCount())}

    Returns false; The focus moves on this manager

    }

    else {}

    Field f = getField (focusIndex);

    If (f.isFocusable ()) {/ / only move the focus on the fields of the object of focus}

    f.setFocus ();

    -DY;

    }

    }

    }

    While (dy< 0)="">

    focusIndex = columns;

    If (focusIndex< 0)="">

    Returns false;

    }

    else {}

    Field f = getField (focusIndex);

    If (f.isFocusable ()) {}

    f.setFocus ();

    DY ++;

    }

    }

    }

    While (dx > 0) {}

    focusIndex ++;

    {If (focusIndex > = {getFieldCount())}

    Returns false;

    }

    else {}

    Field f = getField (focusIndex);

    If (f.isFocusable ()) {}

    f.setFocus ();

    -DX;

    }

    }

    }

    While (dx< 0)="">

    -focusIndex;

    If (focusIndex< 0)="">

    Returns false;

    }

    else {}

    Field f = getField (focusIndex);

    If (f.isFocusable ()) {}

    f.setFocus ();

    DX ++;

    }

    }

    }

    Returns true;

    }

    protected void sublayout (int width, int height) {}

    int y = 0;

    columnWidths = new int [columns];

    If (staticColumnWidth == null: staticColumnWidth.length)<= 0)="">

    for (int i = 0; i)< columns;="" i++)="">

    columnWidths [i] = width/columns;

    }

    } else {}

    for (int i = 0; i)< columns;="" i++)="">

    columnWidths [i] = (width * staticColumnWidth [i]) / 100;

    }

    }

    On the field [] fields = Field [new columnWidths.length];

    currentColumn int = 0;

    rowHeight = 0 int;

    for (int i = 0; i)< getfieldcount();="" i++)="">

    fields [currentColumn] = getField (i);

    layoutChild (fields [currentColumn], columnWidths [currentColumn], height-y);

    If (fields [currentColumn] .getHeight () > rowHeight) {}

    rowHeight = fields [currentColumn] .getHeight ();

    }

    currentColumn ++;

    {If (currentColumn == columnWidths.length | I == {getFieldCount () - 1)}

    int x = 0;

    If (this.allRowHeight > = 0) {}

    rowHeight = this.allRowHeight;

    }

    for (int c = 0; c)< currentcolumn;="" c++)="">

    long fieldStyle is fields [c] .getStyle ();.

    int fieldXOffset = 0;

    long fieldHalign = fieldStyle & Field.FIELD_HALIGN_MASK;

    If (fieldHalign == Field.FIELD_RIGHT) {}

    fieldXOffset = columnWidths [c] - fields [c] .getWidth ();

    }

    Else if (fieldHalign == Field.FIELD_HCENTER) {}

    fieldXOffset = (columnWidths [c] - fields [c] .getWidth ()) / 2;

    }

    int fieldYOffset = 0;

    long fieldValign = fieldStyle & Field.FIELD_VALIGN_MASK;

    If (fieldValign == Field.FIELD_BOTTOM) {}

    fieldYOffset = rowHeight - fields [c] .getHeight ();

    }

    Else if (fieldValign == Field.FIELD_VCENTER) {}

    fieldYOffset = (rowHeight-fields [c] .getHeight ()) / 2;

    }

    setPositionChild (fields [c], x + fieldXOffset, y + fieldYOffset);

    x += columnWidths [c];

    }

    currentColumn = 0;

    y += rowHeight.

    }

    If (y > = height) {}

    break;

    }

    }

    totalWidth int = 0;

    for (int i = 0; i)< columnwidths.length;="" i++)="">

    totalWidth += columnWidths [i];

    }

    setExtent (totalWidth, Math.min (y, height));

    }

    }

    Do you really want now fields is active.

    You can try adding a NullField after your Manager - a NullField is active, if it does not size.

    Other than that, you can try the substitution of navigationMovement and Manager.setVerticalScroll to go up and down the window scrolling.  I think it should work, although I never did.  You can control the scope of the first Manager to ensure that you do not have to scroll through to the end.

  • Is not scrolling screen when the virtual keyboard is opened by clicking an edit field

    Hello

    I have searched and tried many things, but not got success.

    There are three managers of verticalfield in my screen.

    1.)

    vfmMain

    = new VerticalFieldManager(Manager.USE_ALL_WIDTH |) Manager.USE_ALL_HEIGHT | Manager.NO_VERTICAL_SCROLL) {}

    protected voidpaint (Graphics grphcs) {}

    if (imgBG! = null) {

    grphcs.drawBitmap (0, 0,

    imgBG.getWidth (), imgBG.getHeight (), imgBG, 0, 0);

    }

    Super.paint (grphcs);

    }

    protected void sublayout (int maxWidth, maxHeight int) {}

    maxWidth = UIConstants.

    SCREEN_WIDTH;

    maxHeight = UIConstants.

    SCREEN_HEIGHT;

    Super.sublayout (maxWidth, maxHeight);

    Super.setExtent (maxWidth, maxHeight);

    }

    };

    2.)

    vfmFieldNS

    = new VerticalFieldManager(Manager.USE_ALL_WIDTH |) Manager.USE_ALL_HEIGHT | NO_VERTICAL_SCROLL) {}

    protected voidpaint (Graphics grphcs) {}

    if (imgBGCoverInternetHome! = null) {

    grphcs.drawBitmap ((UIConstants.

    SCREEN_WIDTH - imgBGCoverInternetHome.getWidth () / 2, 0, imgBGCoverInternetHome.getWidth (), imgBGCoverInternetHome.getHeight (), imgBGCoverInternetHome, 0, 0);

    }

    Super.paint (grphcs);

    }

    protected void sublayout (int maxWidth, maxHeight int) {}

    maxWidth = UIConstants.

    SCREEN_WIDTH;

    maxHeight =

    imgBGCoverInternetHome.getHeight () / *-UIConstants.SCREEN_HEIGHT (UIConstants.LABEL_HEIGHT + UIConstants.FOOTER_MENU_HEIGHT) * /;

    Super.sublayout (maxWidth, maxHeight);

    Super.setExtent (maxWidth, maxHeight);

    }

    };

    3)

    vfmScroll

    = new VerticalFieldManager(USE_ALL_WIDTH |) USE_ALL_HEIGHT | VERTICAL_SCROLL) {}

    protected void sublayout (int maxWidth, maxHeight int) {}

    maxWidth = UIConstants.

    SCREEN_WIDTH;

    maxHeight =

    imgBGCoverInternetHome.getHeight () - imgButtonFocusBig.getHeight (/2/*UIConstants.SCREEN_HEIGHT - (UIConstants.LABEL_HEIGHT + (UIConstants.FOOTER_MENU_HEIGHT + VERTICAL_GAP))) * /;

    Super.sublayout (maxWidth, maxHeight);

    Super.setExtent (maxWidth, maxHeight);

    }

    };

    I'm addidng all fields in the Manager of scrolling that is vfmScroll.

    By clicking on the edit field, virtual keyboard opens on the screen, change the field leathers and screen does not scroll.

    Help, please.

    Thanks in advance.

    Thanks for the reply of Peter. Instead of UIConstants.SCREEN_HEIGHT, now I use Display.getHeight () - headerHeight-footerHeight. Given that Display.getHeight () is calculated accordingly when the virtual keyboard is open, so his works well for me.

  • How can disable the scrolling animation when setFocus

    I'm working now on a screen of IM conversation. When the user send a message, the list of instant messaging on the screen will be updated the I setFocus on the message input field: this occors a problem after OS 6.0 because the list will always be scrolling up and down...

    If I need to replace any method as moveFocus to achieve?

    Try setScrollingInertial (false) on your Manager. If you are using screen, you can try yourScreen.setScrollingInertial (false), but if this does not help, oneOfYourFields.getManager () .setScrollingInertial (false) should (use after having added your fields on the screen).

  • How to stop SysListView scrolling animation when selecting elements with keyboard

    I'm migrating from Windows XP to Windows 7 and use two programs that use SysListViews to display lists of files and folders.  Programs are Explorer2 and QDIR (both are file managers that accompany the Explorer).  They present them a pane like the Explorer that displays the files in a folder and can display them using large icons, small-icon view, list, Details view mode, and so forth, just like Explorer.  What I use is list mode.

    Now the problem.  You can use the keyboard to navigate through the page.  Cursor right key for example, selects the file in the next column to the right of its current, and repeated position cursor rights continue to move a column to the right.  When a column that is off the screen is required, this column is presented the screen and so on.  Likewise, HOUSE selects the first file in the folder, and the last END; the window is changed to display the selected file.

    But in Windows 7, the display is scrolling animated from its current position to the one containing the selected file.  When you move a column to the right, for example, data Scrolls left (take a second quarter or a half second or if) up to the column to the right has been brought to the screen.  When moving to the first file to the end, by the RECEPTION and at the END, a sequence spinning updates occurs when the display is refreshed during his trip.

    On XP, updates are instantaneous - there is no animation.  This is what I want.

    Of course I disabled all the Visual effects, that I don't see in Win 7, such as those in the context menu of the computer to the properties of system settings advanced to all parameters of these Performance checkboxes are disabled.

    What can I do to stop this animation and get the immediate update?

    Hello

    I suggest you to contact the manufacturer of the software for extra support.

  • Without scroll bars when search results are displayed in the "content" section

    Hello

    I use reactive HTML5 in 2015 of Robohelp.

    The Azure_Blue layout works very well, but when search results are set to appear in the 'content' section no scroll bar is displayed, if you can't navigate to the results of research which are off the screen. Scroll bars are displayed when its set to appear in the sidebar. Tried with many different browsers - same result.

    Is it bug? Others do for this problem?

    See screen capture below.

    See you soon

    The CSS fix mentioned by Willam resolves the problem.

  • Replaced body when setting status_line

    This is a special situation on a client system APEX. Before, we used mod_plsql, now we are on ADR 2.0.9.

    The problematic part is a procedure within a package called via a URL, for example http://myschema.MyProcedure.MyFunction?param1=ABC & param2 = def

    This function tests the input parameters, especially if this combination is allowed. In the case where it is not allowed, it returns the HTTP 401 status. This is done using:

    BEGIN
        ...
        IF not_authorized
        THEN
            OWA_UTIL.status_line
              ( nstatus => 401
              , creason => 'This combination of input parameters is unauthorized!'
              );
            HTP.P('This combination of input parameters is unauthorized!');
        ELSE
            ..
        END IF;
        ...
    END;
    
    

    To using mod_plsql actually returned HTTP 401 and the string 'this combination of input parameters is not allowed!' in the body. Now, using ADR we seem to an error page, see here a curl response:

    HTTP/1.1 401 Unauthorized
    Date: Mon, 12 Jan 2015 17:22:13 GMT
    Server: Oracle-REST-Data-Services2.0.9.224.01.05
    X-DB-Content-length: 75
    Content-Type: text/html;charset=UTF-8
    Connection: close
    Transfer-Encoding: chunked
    
    <!DOCTYPE html>
    <!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
    <!--[if IE 7 ]>         <html class="ie7 no-css3"> <![endif]-->
    <!--[if IE 8 ]>         <html class="ie8 no-css3"> <![endif]-->
    <!--[if IE 9 ]>         <html class="ie9"> <![endif]-->
    <!--[if (gt IE 9)|!(IE)]><!-->
    <html>
    <!--<![endif]-->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <style type="text/css" media="screen">html,body,div,span,h3,p,ol,ul,li,header,hgroup{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}header,hgroup{display:block}body{font:normal 12px/16px Arial,sans-serif;margin:0 auto;background:#6a9cda}header#xHeader{border-bottom:1px solid #8fa4c0;position:relative;z-index:10;background:none #000}header#xHeader hgroup{width:974px;margin:0 auto;position:relative;height:36px;background:none #000}header#xHeader a#uLogo{margin:8px 0;display:inline-block;font:bold 14px/20px Arial,sans-serif;color:#AAA;text-decoration:none}header#xHeader a#uLogo span.logo{color:#F00}.no-css3 div#xContentContainer div.xContent{padding-top:14px}.no-css3 div#xContentContainer div.xContent div.xMainLeft h2{margin-top:0}div#xWhiteContentContainer{margin-bottom:30px}div#xWhiteContentContainer.xContentWide{background:#FFF;margin-bottom:0}div#xWhiteContentContainer.xContentWide div.xWhiteContent{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}div#xWhiteContentContainer div.xWhiteContent{width:974px;margin:0 auto;padding:0 0 20px 0;background:#FFF;min-height:500px;-moz-border-radius:0 4px 4px 4px;-webkit-border-radius:0 4px 4px 4px;border-radius:0 4px 4px 4px;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15)}div#xContentHeaderContainer{background:#6a9cda;-moz-box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset;box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset}div#xContentHeaderContainer div.xContentHeader{width:974px;margin:0 auto;padding:30px 0 32px 0;position:relative;min-height:60px}div#xContentHeaderContainer div.xContentHeader h3{font:bold 24px/24px Arial,sans-serif;color:#fff;text-shadow:0 2px 1px rgba(0,0,0,0.25);margin:0 0 20px 0}div#xFooterContainer{min-height:200px;border-top:1px solid rgba(0,0,0,0.15);background:#6a9cda}body.errorPage div#xContentHeaderContainer div.xContentHeader{min-height:30px}body.errorPage div#xContentHeaderContainer div.xContentHeader h3{font:bold 30px/30px Arial,sans-serif;color:#FFF;text-shadow:0 1px 2px rgba(0,0,0,0.25);margin:0}div.errorPage p{font:normal 14px/20px Arial,sans-seri;color:#666;padding:0 0 10px 0}div.errorPage ul{list-style:disc outside;padding:0 10px 0;margin:0 0 20px 0}div.errorPage ul li{font:normal 12px/16px Arial,sans-serif;color:#666;margin:0 0 8px 10px}pre{font-family:Consolas,"Lucida Console","Courier New",Courier,monospace}
    </style>
    <script type="text/javascript" charset="utf-8">
        'header hgroup'.replace(/\w+/g,
                function(n) {
                    document.createElement(n)
                })
    </script>
    <title>Unauthorized</title>
    </head>
    <body class="errorPage">
        <header id="xHeader">
            <hgroup>
                <a id="uLogo" href="./"><span class="logo">ORACLE</span>
                    REST DATA SERVICES</a>
            </hgroup>
        </header>
        <div id="xContentHeaderContainer">
            <div class="xContentHeader">
                <h3>
                    <span class="statusCode">401</span> - <span
                        class="statusMessage">Unauthorized</span>
                </h3>
            </div>
        </div>
        <div id="xWhiteContentContainer" class="xContentWide">
            <div class="xWhiteContent">
                <div class="errorPage">
                    <p>
                    <ul class="reasons">
                    </ul>
                    </p>
                    <p>
                    <pre></pre>
                    </p>
                    <p>
                    <pre></pre>
                    </p>
                </div>
            </div>
        </div>
        <div id="xFooterContainer">
        </div>
    </body>
    </html>
    
    
    

    Any ideas how to prevent this auto-generated error page and have my channel in the body again?

    Kind regards

    Peter

    Update: some more information.

    Above PL/SQL code extract works as expected when used within a Restful WS (GET PLSQL). Here, it shows the body comes out with htp.p.

    It does NOT work correctly when called as a procedure via a URL.

    Any ideas?

    Post edited by: peter_raganitsch

    Hi Peter,.

    Thank you for your detailed report. This has always been an ADR/APEX listener behavior, if the OWA response headers contain an error state, then as soon as the status line is encountered, additional processing of the response is abandoned and the error page is generated.

    If you want to set a custom error page, you can do so by the following the instructions here:

    https://cdivilly.WordPress.com/2015/01/13/configuring-custom-error-pages-with-Oracle-rest-data-services/

  • Muse Tablet export do not update the scale/scroll correctly when FTP'd and read on the iPad.

    Although the EXACT same 'export' works perfectly in the Business Catalyst, he is down to only HALF of the screen of the iPad (on auto-redirection).  In addition, Muse guard rename images content to the smaller version but does not copy the content to these names (example: the original smallerimage.jpg file smallerimage378x476.jpg).  So, I have to open the index file in the editor just to get rid of the 378 x 476 so that the page can 'see' the content again.  UGH.

    ADOBE: We will NOT use your Business Catalyst site for all permanent hosting (overview of the customers is very good, however).  But please, give us FTP'ers of the best tools, because there should be no reason to make it work perfectly on the download of BC, but is completely screwed for ftp.

    What someone a fix for this or know where I am going wrong?  Perfect rendering (must use an iPad to see) is on the site of BC: http://ipadmuse.businesscatalyst.com

    Attached are two screenshots of the iPad displays exactly the same code after a ftp server.  As you can see, only half the size and scrolling goes completely to the low ONLY WHEN I turn iPad sideways to the view of the landscape.

    IMG_0035.PNGIMG_0036.PNG

    This is the answer I found actually in another place in the forum: you MUST include the entire export (including the top level site pages) to decide which files to ftp server.  Muse has written/updated several files, I didn't need to be uploaded to the server (since I did not change their - I thought).  Thank you!

Maybe you are looking for