Is anybody having a swiping issue using iBooks in landscape mode?

I have my car manuel in iBooks in my iPhone 4s but I just realized that when I try to swipe from left to right in landscape mode it doesnt change the page until the second attempt. It does it all the time!  The page moves but doesn't go to the previous page. Anybody having this same problem?

Please ignore, I have finally found the problem.
I was initializing the UIView in my ViewController with the CGRect defined when in Portrait (bounds). So when I turned the device to go into landscape it was still using a portrait frame.
I'm now initializing the UIView with: CGRect appFrameLandscape = CGRectMake(0, 0, 480, 320);

Similar Messages

  • Anybody having trouble seeing iPhone using Windows 8?

    Just got a new computer with Windows 8 - it doesn't see my iPhone.  Anybody having trouble like this?  McAffee was preloaded...does this conflict with iPhones?

    While anti-virus software can have some affect on the iPhone, normally it does not. A number of individuals have written regarding having trouble with Windows 8 computers "seeing" the iPhone. Of course, it depends on what you are doing. What are you trying to do for the computer to "see" the phone? Is it not being connected in iTunes? Are you trying to import photos? The only time Windows Explorer "sees" the phone is when there are photos in the Camera Roll. Any other time, you cannot connect to the phone to see anything else.

  • For those having EAP auth issue using the ACS appliance

    Thought I'd pass along my config and resolution to an issue I was having concerning EAP-TLS auth on an ACS appliance.
    We have two ACS Solution Engines (3.2.2) running and doing a database synch and using Generic LDAP as the external database. We did the certificate walk through for the ACS and then turned on EAP-TLS auth. We are trying to use EAP-TLS auth for wireless access through our AP1200s and Windows XP laptops, but we kept getting errors.
    After digging for days I found out that when you request a certificate it pulls the CN name. Our CN name in Active Directory did not match our login name. I changed my CN name to match my login name and I was then able to grab a certificate and authenticate using EAP-TLS for our wireless.
    I am in the process of upgrading our ACSes to ver 3.3.2 so that I can run the Remote Agent for Windows on a Windos 2003 server and then use the Windows database as the external database and not Generic LDAP.
    I hope this helps someone!
    Jeff

    The document discusses the Extensible Authentication Protocol Transport Layer Security (EAP-TLS) authentication protocol deployment in wireless networks.
    http://www.cisco.com/warp/public/cc/pd/sqsw/sq/tech/acstl_wp.htm

  • Having Flash Player Issues using Macbook OSX

    I have Macbook OS X and I have installed Flash Player 13 but can't use Youtube. My browser settings are correct. What do I do now?

    ATTENTION MAC CUSTOMERS - Flash Player 13 "Plugin Failure" Workaround

  • Having response time issues using Studio to manage 3000+ forms

    We are currently using Documaker Studio to create and maintain our forms, of which we have thousands. Once we create the form we export it to a very old version of Documerge where it is then used in our policy production. 
    The problem is that because we have so many forms/sections, everytime we click on "SECTIONS" in Studio it takes a significant amount of time to load the screen that lists all of the sections. Many of these forms/sections are old and will never change but we want to still have access to them in the future.
    What is the best way to "backup" all these forms somewhere where they are still accessible? Ideally I think I would like to have one workspace (let's call it "PRODUCTION") that has all 3000+ forms and delete the older resources from our existing workspace (called "FORMS") so that just has the forms that we are currently working on.  This way the response time in the "FORMS" workspace would be much better. Couple questions:
    1. How would I copy my existing workspace "FORMS" (and all the resources in it) to a new workspace called "PRODUCTION"?
    2. How would I delete from the "FORMS" workspace all of the older resources?
    3. Once I am satisfied with a new form/section in my "FORMS" workspace how would I move it to "PRODUCTION"?
    4. How could I move a form/section from "PRODUCTION" back into "FORMS" in order to make corrections, or use it as a base for a new form down the road?
    5. Most importantly....Is there a better way to do this?
    Again, we are only using this workspace for forms creation and not using it to generate output...we will be doing that in the future once we upgrade from the very old Documerge on the mainframe, to Documaker Studio.
    Many thanks to any of you who can help me with this!

    However, I am a little confused on the difference between extracting and promoting. Am I correct in assuming that I would go into my PROD workspace and EXTRACT the resources that I want to continue to work on. I would then go into my new, and empty, DEV workspace and IMPORT FILES (or IMPORT LIBRARY?) using the file(s) that I created with the EXTRACT? In effect, I would have two totally separate workspaces, one called DEV and one called PROD?
    Extraction is writing a copy of a resource from the library out to disk. Promotion is copying a resource from one library to another, with the option of modifying the metadata values of the source and target resources. You would use extract in a case where you don't have access to both libraries to do a promote.
    An example promotion scenario would go something like this. You have resources in the source (DEV) that you want to promote to the target (PROD). Items to be promoted are tagged with the MODE = "To Promote". When you perform the promotion, you can select the items that you want to promote with the filter MODE="To Promote". When you perform the promotion, you can also configure Studio to set the MODE of the resource(s) in the source to be MODE="To Delete", and set the MODE of the resource(s) in the target to be MODE="" (empty). Then you can go back and delete the resources from the source (DEV) where MODE=DELETE.
    Once you have the libraries configured you could bypass the whole extract/import bit and just use promote. The source would be PROD, and the target would be DEV. During promotion, set the target MODE = "To Do", and source MODE = "In Development". In this fashion you will see which resources in PROD are currently being edited in DEV (because in PROD the MODE = "In Development"). When development is completed, change the MODE in DEV to "To Promote", then proceed with the promotion scenario described above.
    I am a bit confused on the PROMOTE function and the libraries that have the  _DEV _TEST _PROD suffixes. This looks like it duplicates the entire workspace to new libraries _PROD but it is all part of the same workspace, not two separate workspaces?  Any clarification here would be helpful.
    Those suffixes are just attached by default; these suffixes don't mean anything to Documaker. You could name your library PROD and use it for DEV. It might be confusing though ;-) The usual best practice is to name the library and subsequent tablespaces/schemas according to their use. It's possible to have multiple libraries within a single tablespace or schema (but not recommended to mix PROD and non-PROD libraries).
    Getting there, I think!
    -A

  • Please help.  I am having lsot of issues using 'CONVERT_TO_LOCAL_CURRENCY'

    I have the folling code and my local-amount returned is always incorrect if my exchange rate is this way 1.96-.  It keeps multiplying by 1.96 when it needs to divide.  what am I doing wrong??
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
          EXPORTING
            DATE               = COMM_STRUCTURE-CALDAY
            FOREIGN_AMOUNT     = COMM_STRUCTURE-NET_VALUE
            FOREIGN_CURRENCY   = COMM_STRUCTURE-DOC_CURRCY
            LOCAL_CURRENCY     = COMM_STRUCTURE-loc_currcy
         LOCAL_RATE         = COMM_STRUCTURE-EXCHG_RATE
           RATE               = COMM_STRUCTURE-EXCHG_RATE
           LOCAL_TYPE_OF_RATE = US_RATE_TYPE
           TYPE_OF_RATE         = US_RATE_TYPE
          IMPORTING
         exchange_rate           = t_er
         foreign_factor          = t_ff
         local_factor            = t_lf
          LOCAL_AMOUNT       = p_VALUE
    EXCEPTIONS
         no_rate_found           = 1
         no_factors_found        = 2
         no_spread_found         = 3
         derived_2_times         = 4
         overflow                = 5
         zero_rate               = 6
         OTHERS                  = 7.
        RESULT = p_value.
      else.
        RESULT = COMM_STRUCTURE-NET_VALUE.
      ENDIF.

    Hi
    Just as I said in your previous post u should check how u transfer the value of the rate.
    See this examples:
    a):
    PARAMETERS: P_AMOUNT LIKE BSEG-WRBTR,
                P_KURSF    LIKE BKPF-KURSF.
    DATA: LOCAL_AMOUNT TYPE WRBTR.
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
      EXPORTING
    *   CLIENT                  = SY-MANDT
        DATE                    = SY-DATUM
        FOREIGN_AMOUNT          = P_AMOUNT
        FOREIGN_CURRENCY        = 'USD'
        LOCAL_CURRENCY          = 'EUR'
        RATE                    = P_KURSF
    IMPORTING
       LOCAL_AMOUNT            = LOCAL_AMOUNT
    EXCEPTIONS
       NO_RATE_FOUND           = 1
       OVERFLOW                = 2
       NO_FACTORS_FOUND        = 3
       NO_SPREAD_FOUND         = 4
       DERIVED_2_TIMES         = 5
       OTHERS                  = 6
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    WRITE: P_AMOUNT CURRENCY 'USD', LOCAL_AMOUNT CURRENCY 'EUR'.
    Here if you insert 1,96 in the selection-screen the value of the rate will be 1.96 - and the local value will be obteined by dividing the foreingn one.
    PARAMETERS: P_AMOUNT LIKE BSEG-WRBTR,
                                     P_RATE       LIKE VBAP-NETWR.
    DATA: LOCAL_AMOUNT TYPE WRBTR,
               P_KURSF      LIKE BKPF-KURSF.
    MOVE P_RATE TO P_KURSF.
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
      EXPORTING
    *   CLIENT                  = SY-MANDT
        DATE                    = SY-DATUM
        FOREIGN_AMOUNT          = P_AMOUNT
        FOREIGN_CURRENCY        = 'USD'
        LOCAL_CURRENCY          = 'EUR'
        RATE                    = P_KURSF
    IMPORTING
       LOCAL_AMOUNT            = LOCAL_AMOUNT
    EXCEPTIONS
       NO_RATE_FOUND           = 1
       OVERFLOW                = 2
       NO_FACTORS_FOUND        = 3
       NO_SPREAD_FOUND         = 4
       DERIVED_2_TIMES         = 5
       OTHERS                  = 6
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    WRITE: P_AMOUNT CURRENCY 'USD', LOCAL_AMOUNT CURRENCY 'EUR'.
    Here if it inserts 1,96-, when the value is transfered to the variable for the rate becomes 0.00196- so the local value is obteined by multiplying the foreingn one.
    So in this last case:
    PARAMETERS: P_AMOUNT  LIKE BSEG-WRBTR,
                                   P_KF_1    LIKE VBAP-NETWR.
    DATA: LOCAL_AMOUNT TYPE WRBTR.
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
      EXPORTING
    *   CLIENT                  = SY-MANDT
        DATE                    = SY-DATUM
        FOREIGN_AMOUNT          = P_AMOUNT
        FOREIGN_CURRENCY        = 'USD'
        LOCAL_CURRENCY          = 'EUR'
        RATE                    = P_KF_1
    IMPORTING
       LOCAL_AMOUNT            = LOCAL_AMOUNT
    EXCEPTIONS
       NO_RATE_FOUND           = 1
       OVERFLOW                = 2
       NO_FACTORS_FOUND        = 3
       NO_SPREAD_FOUND         = 4
       DERIVED_2_TIMES         = 5
       OTHERS                  = 6
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    WRITE: P_AMOUNT CURRENCY 'USD', LOCAL_AMOUNT CURRENCY 'EUR'.
    It has the same result of the previous case because if it insert 1,96- it'll become 0,00196-.
    It's very important the type of the rate is like BKPF-KURSF.
    Max

  • Since the upgrade to 8.1.2, I can only use "messaging" in landscape mode and not portrait.  Anyone else having this problem?

    I unable to view or type messages vertical or portrait mode...it appears to be locked in horizontal or landscape mode. Any suggestions?

    What user troubleshooting have you tried? User steps are restart, reset, restore from backup, restore as new. There is no lock for the iPhone in Landscape mode, so I believe a reset should help. Also, double-tap the home button and bring up the multi-tasking bar, find the Messages app and then swipe upwards on the app thumbnail to force it closed.

  • Having some major mac - pc issues using remote workflow

    Hi all. I'm having some major issues using the InCopy workflow and was hoping someone could help me out with a few items.
    I've helped a client out with their workflow, proposing, demoing and promoting the InCopy workflow which seemed to be the best solution. And don't get me wrong when posting this message on the forum: I love the InCopy workflow and think it's briliant.
    The scenario is that a design agency needs to deliver the layout for a big annual report for their client, who then makes changes in the text etc. The design agency is on a mac (ofcourse), but the endclient is on a PC. Now after some training and trying this all works fine. They are using the remote workflow, using icap and idap files (which they place on dropbox for easy transfer)
    But they've been having so many issues these last few weeks, it's been crazy. And I'm actually starting to feel a bit uncomfortable every time they call me. Just to make clear, they love InCopy (... when it works). And eventhough I'm a huge supporter of the program I just wanted to make sure if there are any other glitches that I should know about. The thing is that (because I work for an IT company), every time they need support they get billed ofcourse. But the problem is that everytime they run into some kind of problem, production just stops and they need me to fix everything.
    Issues that they are having:
    - the endclient (so copywriter) works on a project all weekend (an icap file). Saves everything, checks in, closes, goes to bed. Next morning (monday) she opens up the same file to continue working and gets the "cannot recover..." error (see attachment). And she looses her edits. You need to understand that these copywriters really know what they're doing with InCopy.
    - when a colleague of hers is working with InCopy, and InCopy crashes and she reopens her file then it also happens that the checked-out stories from before remain checked out and she cannot continue (because the story has already been checked out by "another user" (herself)). I managed to resolve this by opening up the individual icml files in incopy and just closing them again. That seemed to remove the "lock" status of the icmls. But still they need me for support. This also happened in the design agency. They are working on a layout, check out stories, InDesign crashes, reopen file and stories remain checkout and they cannot continue because InDesign thinks that they're checked out to another user. And they do not have InCopy themselves so I cannot use my "open icml in incopy and close"-workaround.
    - after a few extra InCopy crashes (where InCopy.exe just doesn't feel like doing anything anymore and quits), I decided to place their files (unpacked icma and icmls from the icap) on the C drive instead of on their server and this seemed to resolve a bit of the trouble. The workflow seems to be a lot more stable now. I did this because they also received the dreaded "Error: code 0" message when starting up (and again) she lost her work). After some creative googling I was able to find out that this might have something to do with disk permissions and copy-paste issues on a PC server. Anyway, it was worth a try
    - only yesterday the client called me stating she couldn't start up her icap files anymore. I was able to recover the indiviual icml files and send these back to the design agency and recover part of her work. (after combing out the files I discovered on of the icml files was damaged and could not be opened, that is why opening the icap file failed).
    - and one last issue (which isn't really a problem but just a bit of a rant ;-). Why does it take 8 full minutes to open up a 2,6Mb icap file on a fast laptop (from the HD)? Even on my own laptop it takes several minutes? I know that the waiting time has something to do with the complexity of the files (images, how many styles, how many icmls, etc). But it seems ridiculously long.
    They've been having issues like this on a weekly basis and they're starting to loose faith in the solution because it's costing them more money (via support) then it's saving them.
    Does anyone have any experience with this? Is this because it's a mac-pc workflow? I understand that this is officially supported, but it practice teaches us that it's in fact not that stable I'd rather just recommend the client to get a mac from the start. Every client would rather hear that than having to deal with all these issues. And I have to say I'm very happy with the client for being so understanding, but I think they'll run out of patience soon if this keeps up. I've also included some other "postcards from InCopy" ;-) and so you must understand if you get all these errors during the last 3 weeks losing hours of work ... well it's just not fun anymore.
    Thank you all very much, and hopefully see you guys at PepCon this year.
    Bart

    Hi Bob,
    You are right, I didn't give this information. I must have forgotten.
    Designers are working with:
    OSX 10.7.2
    InDesign CS5.5 (fully patched)
    Copywriters are working with:
    Windows 7
    InCopy CS5.5 (also fully pathed).
    There is no font managing software used, everyone uses open-type fonts which they specifically purchased for this workflow.
    If the problem persists I will try with the assignment based workflow on dropbox. I waited with this workflow because the client wants to keep their files on their server so they can have backups if something goes wrong. I know Dropbox makes backup as well, but lets just say they have more faith in their own systeem (dropbox was completely new to them ).
    So there are no reports of an unstable mac-pc InCopy workflow?
    Thanks

  • Edge swiping issues on Yoga 11?

    I just got my Yoga 11 RT(refurb), but I am not sure if I am having edge swiping issues or not. In laptop mode I can swipe from the bottom right edge up(right of the windows key), but not the left. I can only swipe in that same area in other models in both landscape and portrait mode. In laptop mode I can't swipe from the top down to bring those menus up. Left and right swipe work fine in laptop and tent mode. Is this normal for this device or did I get a defected model? Thank you.

    Hi,
    Still the same issues.
    I chatted with Windows support and they said they can fix it, but they want charge me for the premium support 149 USD.
    Contacted Lenovo/IBM support, but they send me an email that they not support Yoga and I should contact Lenovo support helpline.
    There is no email address to Lenovo support on the site. I will need to contact Lenovo by phone.

  • I am having some serious issues with firefox, i can't print anything because it is stuck on fax and I can't use any of the drop down menus on any site

    I am having some serious issues with firefox to the point of choosing another search engine. I can't print anything because it is stuck on fax and won't let me change it to my printer when i do try to select my printer it jumps right back to fax. The drop down menus do not work on any of the sites I go to. For example when purchasing clothes and you have to choose a size from a drop down menu I can't do it when I click on the drop down menu it doesn't work at all. I don't have a virus I ran my virus protector and no viruses are present. I don't have any suspicious issues going on with my computer so there has to be something in Firefox that is causing my issues. I tried internet explorer and I don't have any issues there. I hope you can help me because I love Firefox and would really like to continue to use it.

    Lots of issues there, main one getting fcpx going again, try deleting the preferences using the utility deveoped by these guys.
    http://www.digitalrebellion.com
    Try deleting your render files and re-rendering the project.
    Start with these and let us know how you go.
    Tony

  • I am running on OSX 10.10.1 and have a 2009 imac intel and I am having severe latency issues.  I am not familiar with macs as this is my home computer used by other family members.  Any help on how to troubleshoot why such latency issues?

    I am running on OSX 10.10.1 and have a 2009 imac intel and I am having severe latency issues.  I am not familiar with macs as this is my home computer used by other family members.  Any help on how to troubleshoot why such latency issues?

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Can you use a Mac Mini to share documents between several devices? iPhones, MacBooks, iPads, etc...? We are a home based business with several locations across the state and are having Google Drive issues, looking into Mac Mini options.

    We are having Google Drive issues (some files won't sync) and it's causing us trouble with our business communication. Is there any way to use a Mac Mini to share documents between two people in different areas similar to google drive? Would this just be done through iCloud?

    If you use Numbers, Pages and KeyNote it si very easy to sync those document among all the Apple devices. You need montain Lion on the Mac  and at least iOS 5 on the mobile devices.
    I show those document on my Mac, iPad 4 and iPhone 4S

  • Some videos are not showing in Apple TV playlist after upgrade to 6.0.  Can play on Macbook itunes and using airplay to Apple TV.  Anybody else have this issue?

    Some videos are not showing in my Apple TV playlists after upgrade to 6.0.  They were there prior to upgrade and I can play on Macbook itunes and also using using airplay to Apple TV.  Anybody else have this issue?

    Ok, so I'll try again.  Thank you for the idea of looking in Home Videos, which is where all my "lost" videos are listed.
    Is there a way to get them to display under their appropriate genre in the Movie section, which is where they all were listed prior to the os6 update?  It does me no good to have hundreds of movies categorized in iTunes via a genre only to have them appear in Home Videos on ATV.  These are not "home movies." They are legit mp4 movies that worked great under v5.

  • Activation failure - Requesting I need to activate Photoshop CS5.1 despite having done this previously & used Photoshop. Adobe can't connect to internet to activate, yet program is allowed through Firewall and not having connectivity issues through Browse

    Hi,
    I currently have Photoshop CS5.1 on Windows 7 (64 bit) and it's now requesting I need to re-activate it, despite having already done this with a serial number when I installed it and even used the program numerous times.
    I get a screen saying "Product activation is required" but every time I try to activate it, it says there was a connection issue and asks me to connect to the internet.
    I've checked my firewall settings and Adobe is allowed through. No connection issues using my Browser, Skype etc.
    Anyone got any solutions?
    Thanks,
    Westy

    Sign in, activation, or connection errors | CS5.5 and later

  • Anybody else have an issue with actions disappearing and having to reinstall ALL of them?

    Every few weeks, my actions disappear from Photoshop and I have to reinstall ALL of them? Anybody else have this issue?

    I have occasionally lost data connectivity when I leave my house and have to flip airplane mode on then off to restore it.  Otherwise I'm not near large crowds to see if I have any connectivity issues.
    Do you know if you have the Portico update?  Go to Settings > About and tap on more info.  See what the OS version is.  Portico is 8.0.10211.204.
    Just want to see if its a build issue and may be non-Portico devices are having reception problems when it come to crowd density....
    Also give Nokia a call, they would be interested in this issue and would tell you if its definitely a phone issue or OS.  You can also post to their community and see if anyone else has some answers, http://discussions.nokia.com/t5/Nokia-Lumia/bd-p/Nokia_with_Windows_Phone

Maybe you are looking for