Swipe within the article left to right instead of up and down

I saw National Geographic does articles left to right AND up and down. How does one do that?

Set the article to horizontal swipe only in its properties. You’ll find a check box for it by selecting it in the folio builder panel.
Bob

Similar Messages

  • Is it possible to make the automatic scroll go left to right instead of top to bottom?

    Hi all,
    I find it hard to follow text when adobe is scrolling from top to bottom. Is there any way to make it scroll left to right instead?

    user13392320 wrote:
    Is it possible to make ODI process a source row by row instead of as a dataset?Yes it is, the Agent acts like a SQL cursor if you use a select on the source tab (in the IKM) and an insert on the target tab (same step in the IKM) it will read it row by row. You can tweak the batch fetch array sizes in the Agent configuration.
    user13392320 wrote:
    To make changes to the target table I need to join the source table to the target table. I want to process source records in a particular order. What will be loaded from the current source record will depend on the previously loaded, related source record, during this some run of my ODI job. And ideas? Thanks!Cant see why you cant drag the target table onto the source datastores and join them - carefully choose where you want the join to take place (probably in the target). If you want to order the records there are some Knowledge Module tweaks to specify an order by clause using the UD1 -> UD5 flags on a datastore. Search the forum or google for the code.
    Hope this helps.
    Alastair

  • CreateChildSymbol on the top left bottom right edges of the window/stage?

    I am creating a particle system and I am trying to generate the particles / CreateChildSymbol on the top left bottom right edges of the window/stage?
    Currently I am generating random X & Y points but thats not really doing what I need.
    // find the stage width & height
    sym.maxWidth = $('#Stage').width();
    sym.maxHeight = $('#Stage').height();
    // randomize the numbers 1-12
    var randomSymbol = Math.floor((Math.random()*12)+1);
    // Pull symbol from lib and add to stage
    sym.mainParticle = sym.createChildSymbol("symbol_ani_" + randomSymbol, "Stage");
    // create jQuery object / Edge Ani element var
    sym.mainParticleElement = sym.mainParticle.getSymbolElement();
    // randomize the stage X & Y coords
    var randomX = Math.floor(Math.random() * sym.maxWidth);
    var randomY = Math.floor(Math.random() * sym.maxHeight);
    // position  based on random stage X + Y position
    sym.mainParticleElement.css({'position':'absolute','top':randomY+'px','left':randomX+'px'} );
    But I am at a loss of how to randomize the top / right / bottom / left X & Y edges of the stage

    Got it working!
    Well to be honest another friend helped me work out the logic for randomizing the sides (top, left, bottom, right) to get it working.
    But I wanted to share since I had a hard time finding anything releated to this topic. Big Ups to Resdesign + Tim Jaramillo for helping me with some logic along the way as well!
    // these variables are global within compReady would need to change to sym. instead of var if needed outside of this
    var moveToX = $(window).width()/2,
         moveToY = $(window).height()/2;
    function spawnParticle() {
         // these variables are only availabe inside this function
         var side = Math.floor(Math.random() * 4),
             offScreen = 100,    // how many pixels off the side of the screen to start
             yRand = Math.floor(Math.random() * $(window).height()),
             xRand = Math.floor(Math.random() * $(window).width()),
             xPos = 0,
             yPos = 0;
         switch (side) {
             case 0:
                 xPos = xRand;
                 yPos = -offScreen;
                 console.log('spawn from top');
             break;
             case 1:
                 console.log('spawn from right');
                 xPos = $(window).width() + offScreen;
                 yPos = yRand;
             break;
             case 2:
                 console.log('spawn from bottom');
                 xPos = xRand;
                 yPos = $(window).height() + offScreen;
             break;
             case 3:
                 xPos = -offScreen;
                 yPos = yRand;
                 console.log('spawn from left');
             break;
         // add to the stage
         sym.mainParticle = sym.createChildSymbol("star", "Stage");
         sym.mainParticleElement = sym.mainParticle.getSymbolElement();
         sym.mainParticleElement.css({'position':'absolute','top':yPos+'px','left':xPos+'px'});
         // simple animation to reveal the particle
         sym.mainParticleElement.animate({ left: moveToX, top: moveToY }, 1000, function() {
             // for this test, I'm removing the particle after it has finished animating
             $(this).fadeOut(function() {
                 $(this).remove();
    // keep spanwing new particles
    setInterval(spawnParticle, 500);

  • Hi, While writing an email online using Firefox 3.6.3, I was using one of the "CTRL+left or right arrow" to move the cursor along the text. I must have pressed some other key because the display has become huge - and I can't scroll vertically or horizont

    Hi, While writing an email online using Firefox 3.6.3, I was using one of the "CTRL+left or right arrow" to move the cursor along the text. I must have pressed some other key because the display has become huge - and I can't scroll vertically or horizontally, which makes using the Mail pages of Hotmail impossible. I have since logged in using MSFT Explorer and it works fine. This problem occurs only on the Mail page of Hotmail Live not on the home page or others.
    Could you please let me know if this is a problem with Firefox, or if you have any advice on how to reset the appearance of Hotmail in Firefox?
    == This happened ==
    Just once or twice
    == While I was compiling an email in Hotmail Live

    Wow, lightning fast and absolutely right!
    Thank you so much!

  • I have similar problem, but mine doesn't sound like a loose screw, more like the battery or vibration component is loose. When I shake the phone left to right abit I can feel that it's around the top area.  Very annoying, besides that it works fine. Gonna

    I have similar problem, but mine doesn't sound like a loose screw, more like the battery or vibration component is loose. When I shake the phone left to right abit I can feel that it's around the top area.  Very annoying, besides that it works fine. Gonna go to apple tomorrow maybe to ask.

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc. This is a new problem and was not the case before.

    Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc.
    This is a new problem and was not the case before.

    Works perfectly fine for me with the latest Reader version (11.0.09).
    You write that it worked "before"; before what?  An update?  Update from what version to what version?

  • Language switching from the scratch(left to right)

    hai experts,
    I try to the following...
    Home>>Application BuilderApplication 25718>> Shared Components >>Edit Globalization Attributes
    and
    Home>>Application BuilderApplication 25718>> Shared Components >>TranslateMappings
    but couldn't reqach the goal!
    please any one can help me how to create the language swiching the application as specially Aarbic(left to right app's),can you login and do the root plz.
    wkrspace: ram_r&d
    user name/password: aramani/apex
    http://apex.oracle.com/pls/otn/f?p=25718 Thanx,
    Ram

    we moved to followig url and Partially we reached the Requirement .
    http://apex.oracle.com/pls/otn/f?p=19248

  • How does the web user drag the image left or right?

    Folks, I'm ignorant in this stuff, yet I think I can work my
    way thru with some help. I have a panoramic photo that extends off
    the stage left and right, which is ok. I made it a movie clip. I
    would like to have the user be able to click and drag this movie
    clip of an image to see the missing areas, or even do that thing
    where the mouse moves away from center and the picture follows
    (unless that is way too tough). Got to be able to ONLY move left
    and right; no up and down. I tried the help files, and even copy
    pasted but got a lot of errors I cant understand, and lots of my
    help files are missing anyway. I dont know vars, and classes, and
    objects etc, so i guess I am looking for code or clues.
    If anyone is kind enough to provide code, be sure to let me
    know what parts of the sample code requires substitution because I
    have seen stuff where you all know the abreviations, but I dont.
    Flash 7 Mac osx.4.8

    Thanks kglad.
    Well, that's a start. Only the picture jumped to the far
    right, and then I had no more dragging ability; there it stayed.
    Any thoughts?
    Even tho it says script contains no errors, this error showed
    up on output:
    **Error** Symbol=home, layer=Layer 1, frame=1:Line 1: The
    class 'drag' could not be loaded.
    and here is what i used:
    homeClip.onPress = function() {
    this.startDrag(0, Stage.width-this._width, this._y, 0,
    this._y);
    homeClip.onRelease = function() {
    this.stopDrag();
    where "homeClip" is the instance name of the movie clip named
    "home"
    by the way, that instance name was in BLACK, not BLUE

  • HT201263 MY I 4S  CUTS OFF IN THE MIDDLE OF THE DAY FOR NO REASON. IT WON'T TURN ON UNLESS I PLUG THE USB INTO COMPUTER. THEN THE PHONE HAS "SEARCHING " AT THE TOP LEFT SCREEN.BATTERY IS 64% NOW AND SOFWAER IS UP TO DATEN

    MY I4S PHONE CUTS OFF IN THE MIDDLE OF DAY FOR NO REASON. IT WILL NOT TURN BACK ON UNTILL I PLUG THE USB INTO THE COMPUTER. THEN IT HAS "SEARCHING "  AT THE TOP LEFT PART OF THE SCREEN. BATTERY IS 64% RIGHT NOW.   IT DID THE SAME THING YESTERDAY SO I DOWNLOADED THE IOS61.1  AND IT SAYS IPHONE SOFTWARE IS UP TO DATE.  ANY IDEAS

    Nothing happened, i managed to get my computer to recognise it and now restoring... but it says 3 hours remaining?! Will i lose everything?

  • Recently my itouch will not fully open articles from the yahoo home page.  The article starts to open but as I scroll down the page there are blacked out and whited out sections.  Te "reader" option opens the full article.

    I can look at the yahoo home page and open the links to articles, but the articles do not fully open unless the reader option is available and I use it.  So far this has happened only from yahoo or some links emailed to me.  I have done a hard reset but not a restore. 

    - Double click the home button and close all the apps in the recently used dock. Then power off and then back on the iPod. This frees up memory. The 3G 4G only has 256 MB of memory.
    - Next try going to Settings>Safari and Clear Cookies, Data and History
    - Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                       

  • HT1766 The article refers to "...back up and restore the most important content on your iPhone..."

    The article is not clear on what does not get backed up.
    There are several Apps that store data and do not provide "export" capabilities.
    I have used iTunes and it does not. The "cloud" is more a hindrance than anything else and do not plan to use it.
    The only option I can see (within my limited knowledge of iOS) is to obtain "root" admin privileges like in Linux and have full control of the process.
    I understand that the only way for me to have such authority is to "jailbreak" my iPhone which in turn would prevent me from getting Apple support.
    Not a good position to be forced into, "between a rock and a hard place" :-/  

    App data is backed up via both methods of backing up. You do not need "root" access at all.
    Read: http://support.apple.com/kb/PH12519 and http://support.apple.com/kb/ht4946 for what is backed up.

  • After I have reset my network settings to clear a previous problem, the top left corner just stays at 'searching' and doesn't display my service carriers name as usual.

    After doing the network reset on my iphone 4, the top left corner of the screen which usually displays my carriers name just keeps saying 'searching'. I have tried looking elsewhere at this site for a solution to my problems but I'm still coming up empty.
    Can someone help me PLEASE!

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • The column on the far left that showed my iPhone setup and options is missing. How do I get it back.

    I Had to reinstall iTunes. Now the column on the far left that showed my iPhone, setups, options and the like is missing. How do I turn it back on?

    With the current version of iTunes the left-hand sidebar that you could get to show has been removed. Now when a device is connected you should get a device icon towards the top left of the iTunes screen next to the content type icons - click on that and you should get a list of categories down the left-hand side for the phone, one set selecting and syncing content from your computer's iTunes, and then a second set for showing what is currently on the phone.
    Does that device icon show ?

  • My screen shakes and my browser keeps going to the maximum window size. Screen shaking up and down

    My screen shakes up and down when I am typing or when I click on a new page. If I hold the control button, then the screen doesn't shake. The screen keeps going to maximum size automatically also and the toolbar goes away.

    Hello there Saber7,
    If I understand correctly, the phone seems to think the phones volume up is constantly being pressedbut the button still clicks when you press it. This should be easy to isolate to hardware or software, so I would start by quitting all the apps that are running on the phone:
    iOS: Force an app to close
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that reset the device and test the issue again:
    iOS: Turning off and on (restarting) and resetting

  • I can not download the Golf digest magazine purchased from the i-tunes store, when i attempt i get the message "can not install item, restart app and down load" i have tried that without success. This started after i changed ipads

    I can  not access my Golf digest down loads from the newstand, when i try to down load purchased items i get the message "can not install item, please restart the app and down load" that piece of advice has not helped, any one else encountered this?

    chicx wrote:
    This is the third time of writing this on your Apple Support Communities!
    Not with your current user id.
    Far too much uneccesary information in your post, which only confuses things, a vast amount!
    Let's start with iTunes.
    Have you updated iTunes to 11.1.5, because the previous version did appear to have an issue about seeing iPods?
    With iTunes 11.1.5 installed, look in Edit/Preferences/Devices, (or use the ALT key, followed by the E key and then the F key) and make sure that the box named Prevent iPods, iPhones and iPads from syncing automatically does not have a tick in the box.
    Once you have doen those two things, check to see if the iPod is seen by iTunes.
    chicx wrote:
    By the way, what does IOS mean? (I thought IO stood for operating system, but am flummoxed by the S on the end.
    Really?
    OS stands for Operating System. (In computer speak, IO means Input/Output.)
    iOS originally stood for iPhone Operating System, but it now refers to the iPod Touch and iPhone. The iPod Classic, which you have listed in your profile as your iPod, does not use iOS.
    I assume that you have been listening to the Podcast in your iTunes on the computer as you cannot transfer it to your iPod. It's what I'd do.

Maybe you are looking for

  • Help Needed Badly | BlackBerry INC000025111306 | BlackBerry PlayBook - Tablet button does not work, almost stuck, copper under screen, seventh repair

    I was really Humilitated my RIM on this Ticket whcih i rasied. 1) I bought a new tablet in last november in 2 months i had a Charger issue  2) They said this charger issue we cannot replace with new tablet and gave me a refurbished Tablet to me . 3)

  • Problem opening Raw Files In PS Elements 10

    Hi I just installed PS Elements 10 on a new laptop, I can not open my Raw files, no problem with the jpegs but can not open Raw, I use this software on my old laptop and desk top with no problem, Windows 7 is on all 3 computers, What do I need to do

  • Forward Error Correction

    I'm trying to find a way to implement Forward Error Correction (FEC) in Java, and if possible, find a code that someone has wirtten b4. Can any1 plz help me? I need this FEC in a one way communication.

  • PRICE AND QTY VARIANCE IN INVOICE

    THERE'S A SCENARIO QUANTITY AND PRICE VARIANCE DURING INVOICE: PO QTY - 10 PO PRICE  - 100/PC INVOICE BY VENDOR QTY - 5 PRICE - 110/PC GR QTY - 4 AFTER SETTLING THE ABOVE AGAIN A INVOCE COMES FRM VENDOR QTY - 6 PRICE - 120/PC IN THE ABOVE CASE HOW VL

  • Installing Windows 7 on T440

    Hi all. I am installing Windows 7 from a USB device on a T440 but I get "Setup was unable to create a new system partition". I have tried to manually create a partition in DISKPART but it still won't install. Ideas? Thanks!