Narrow to type in, so I cannot register.

I have a kobo wi-fi. When I download the desktop app., it will not let me sign-in.
The spots for my e-mail and password are too narrow to type in.
The rectangular boxes are about half the size of the cursor.
How can I fix this problem?
Thanks Normfromaurora

Thanks for the help Dave. I solved my problem, by going to my sons' place and using his mac.
It worked, and I am now registered and able to download my books.
I will still try your solution to see if it works. Again Dave, thank-you very much for all your trouble.
Regards Norm

Similar Messages

  • Website "Managed Technical Support Access": cannot register/sign-in

    I cannot register on http://www.managedtechnicalsupportaccess.com/mtsarva/lenovo.html?lang=undefined (i got this link from IBM Electronic Support)
    After clicking "please register using this link." i type in my Name, mail-address and password, but the dropdown list to choose acountry is empty.
    Login with my new login-credentials of this forum does not work.
    My home-forum: http://www.thinkpad-forum.de
    Wiki: Deutsches ThinkPad-Wiki English ThinkWiki
    My ThinkPad-Collection
    Solved!
    Go to Solution.

    Works now
    My home-forum: http://www.thinkpad-forum.de
    Wiki: Deutsches ThinkPad-Wiki English ThinkWiki
    My ThinkPad-Collection

  • Clean reinstall XP but cannot register O/S - Microsoft does not accept product key

    Hardware : Lenovo ThinkPad X60,    Type 1707-CTO,     Product ID : 1707-W4G
    Software :   Windows XP Pro version 2002  with SP3 
    I purchased my laptop second-hand and did not have the installation CD.    I borrowed a friend's CD and did a full reinstall .  The reinstall went well, but I cannot register the license.  Microsoft always returns error message saying product key invalid.    I am sure that the product key is valid - the sticker is still on the unit.   I finally got in touch with Microsoft. They told me I would need a recovery CD from Lenovo.  Is this correct?  What do I have to do to get a recovery CD ?  Any help would be appreciated - only a few days remaining to register.  

    http://support.lenovo.com/en_US/downloads/detail.page?DocID=HT035659
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • I am trying to finish a book in InDesign CS2 with another person. My old XP computer became unstable and I had to get a Windows 7 computer. I was able to install CS2 on the Virtual XP Machine on my Windows 7 computer, but I cannot register or activate it.

    I am trying to finish a book in InDesign CS2 with another person. My old XP computer became unstable and I had to get a Windows 7 computer. I was able to install CS2 on the Virtual XP Machine on my Windows 7 computer, but I cannot register or activate it. Adobe no longer supports activation. Is there a way I can keep using CS2? I need to get files back and forth to my coauthor. I also have CS6. I understand that files can go form 2 to 6, but not backwards. Thanks Robert

    you can download a new installer and serial number from Adobe at Adobe - CS2 Downloads

  • Cannot register my CC and I do not know why

    I cannot register my CC to purchase. There is no problem with information, what to do?

    What do you mean you cant delete? Are they still in your contact app or they come up when you text or call them?

  • Hello - I live in the UAE and my itunes account is regsitered here. Unfortunately the choice of music is not as good as when my account was registered in the UK. I cannot register my account in the UK as my bank details are all in the UAE now. HELP!

    Hello - I live in the UAE and my itunes account is regsitered here. Unfortunately the choice of music is not as good as when my account was registered in the UK. I cannot register my account in the UK as my bank details are all in the UAE now. HELP!

    Sorry, but no help is possible. You can only use the UAE iTunes Store, and Apple can only offer what content they are able to license for sale in that country. You'll have to look elsewhere for content. Whether there are any other download stores able to sell in the UAE I don't know. You may need to purchased CDs and import them into iTunes.
    Regards.

  • Seeburger EDI Adapter Deployment Error: Cannot register EarLoader

    Hello,
    we currently have updated our SAP Netweaver Development Environment 2004s to SP20. This installation runs on IBM iSeries.
    We also have to deploy a Seeburger EDI Adapter (Version 1.8) but we faced following error in the deployment:
    ---snipped
    PM Error: Aborted: development component
    'SeeFunctionsEar'/'seeburger.com'/'SEEBURGER
    AG'/'20090701183537.1.8.1'/'1', grouped by software component
    'SeeXIExtendedTools'/'seeburger.com'/'LOCAL'/'20090701183537.1.8.1''/'1':
    Caught exception during application deployment from SAP J2EE Engine's
    deploy service:
    java.rmi.RemoteException: Cannot register EarLoader for application
    seeburger.com/SeeFunctionsEar..
    Reason: null; nested exception is:
    java.lang.NullPointerException
    (message ID:
    com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    ---snipped
    We've deployed not only with the JSPM but also with developer Studio. (The SDM-Tool has a big problem after upgrating to SP20 - SAP knows the error and with the next SP this will be fixed. So this tool cannot be used!)
    First of all, I think it is very useful for us to know what is the EarLoader but unfortunately we can't find any information on the sap help, documentation or here in the SDN. Neither on the Web .....
    Could someone explain the issue to me, please?
    Thanks in advance.
    Christian Sperlich

    Hi,
    1)Can you check your class path, whether it is configured correctly
    2)Check whether you have included the latest class file while importing
    3)Check whether you have activated the objects after you have made changes are imported
    Regards
    Agasthuri Doss

  • Bug in 10.1.3 production: Cannot register Custom ViewCriteriaAdapter

    Hi
    I think there is a bug in JDeveloper 10.1.3 production. I cannot register a custom ViewCriteriaAdapter (see also Thread BUG in 10.1.3 EA: Can't register custom ViewCriteriaAdapter
    This is my code:
    public class myAdapter implements ViewCriteriaAdapter
      public String getViewCriteriaClause(ViewObject viewobject, ViewCriteria viewcriteria)
        System.out.println("***** \"myAdapter\" successfully called ***** ");
        return "My ViewCriteria Clause";
    public class tester
      public static void main(String[] args)
        System.out.println("Check if you see a line which states that, that myAdapter was successfully called:");
        AppModuleImpl module = (AppModuleImpl) Configuration.createRootApplicationModule("project1.AppModule", "AppModuleLocal");
        ViewObjectImpl vo = module.getArticlesView1();
        vo.setViewCriteriaAdapter(new myAdapter());
        ViewCriteria vc = vo.createViewCriteria();
        ViewCriteriaRow vcRow = vc.createViewCriteriaRow();
        vcRow.setAttribute("ArticleNo", "like 'DV%'");
        vc.addElement(vcRow);   
        vo.applyViewCriteria(vc);
        vo.executeQuery();
        System.out.println("You didn't see such a line? This means 'myAdapter' has not been called, which is a bug!");
    }

    Some investigations discovered that the problem seems to be, that method "applyViewCriteria" in ViewObjectImpl resets the Custom ViewCriteriaAdapter.
    So the problem seems to be solved if you override ViewObjectImpl.applyViewCriteria() like this:
        public void applyViewCriteria(ViewCriteria viewcriteria)
          super.applyViewCriteria(viewcriteria);
          setViewCriteriaAdapter(new myAdapter());
        }Another workaround is to set property "jbo.ViewCriteriaAdapter" to "project1.myAdapter" in the Configuration of all ApplicationModules (or at least in the one which is first instantiated).
    Hope this helps.
    Frank Brandstetter

  • I downloaded photoshop elements 13 and cannot register it.

    I downloaded photoshop elements 13 and cannot register it or find a code.  I received no email. I have followed all the various instructions with no luck.  What can I do?

    Photoshop Elements is not part of the Cloud, I will move this to that forum
    Photoshop Elements Forum http://forums.adobe.com/community/photoshop_elements
    Select a topic, then click I STILL NEED HELP to activate Photoshop Elements Online chat
    -http://helpx.adobe.com/contact.html?product=photoshop-elements or
    http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-installation-photoshop-elements- premiere.html

  • Cannot register Adobe XI Pro

    Hi All,
    I cannot register Adobe XI Pro and getting error message 'Please connect to the internet and retry' while registering product.

    Moved to Acrobat Installation & Update Issues

  • I have PSE7 on my old computer and I have the license key (but not the serial number). Cannot register it on my new computer - I get a message saying that number is invalid. What can I do?

    I have PSE7 on my old computer and I have the license key (but not the serial number). Cannot register it on my new computer - I get a message saying that number is invalid. What can I do?

    It does not magically appear in a new place.  It will only be where you put it.
    Copy everything from your old computer, or your backup copy of your old computer, to your new one.

  • Ap 1231G cannot register to WLC

    Hi friends:
    my wlc version is 7.2.115.2.
    ap 1231G version is c1200-rcvk9w8-tar.124-21a.JA2
    the ap cannot register to WLC.
    the lap is used stats ip address,its can pinged to wlc.
    Version does not support?
    and the other ap is 1241 version is 12.4<13d>JA.its can register to wlc
    only this 1231G can not register.
    this picture is my WLC ap join stats detail.
    Thanks
    cena

    HI Cena,
    This error message means that the controller received a discovery request through a broadcast IP address that has a source IP address (given), which is not in any configured subnets on the controller. It also means that the controller dropped the packet. This typically happens when the u trunks all allowed VLANs instead of restricted them to wireless VLANs.
    Please allow only specific vlans.
    Complete these steps in order to resolve this problem:
    1.If the controller is on another subnet, the APs must be primed for the controller IP address, or the APs must receive the controllers IP address using any one of the discovery methods.
    2.The switch is configured to allow some VLANs that are not on the controller. Restrict the allowed VLANs on the trunks.
    Regards
    Dont forget to rate helpful posts.

  • My desktop fried in a power surge--- I bought a new one---I cannot register my CS2 even though I have the activation code

    My desktop fried in a power surge--- I bought a new one---I cannot register my CS2 even though I have the activation code

    Awesome! You're welcome!
    Well, I'm not exactly sure. I suppose they may know if you have or have not purchased it since you are probably signed in...Or they figure it's an old enough program, and few enough people know about the serial number, that they don't care too much.
    Benjamin

  • Cannot register iPod - help!

    i got an iTouch for my birthday, and i tried to connect it to my computer. It gives me the option to register it, but i can't find the button to register it. i only see a button that says 'register later.' it starts to cut off the words, like if there was a scroll bar to move to the right, i dont see it. its definately not there. i have an old iPod, which is connected to another computer in my house. that computer is way old and i dont think the iTunes library will let me buy any more songs because i'm unable to upgrade to another level of iTunes. but thats not the problem i'm having.
    i would like to register and start using my iTouch sometime soon, but i cannot register it.
    please help!
    thank you

    i've had a long day of school and practice and i'm going to sound like a complete idiot when i ask you this.. where is the control panel?
    haha i'm really sorry
    i know i've seen it before, i just cant find it

  • Cannot register my copy of CS6

    I purchased Creative Suite 6 from an Adobe authorized reseller. The software is working, but I cannot register CS6 on the Adobe Site. The message says: You cannot register your software because your serial number come from a volume licensing program. Is it legit for a reseller to sell copies from volume licensing program?

    You'll have to inquire with sales support for the specifics...
    Mylenium

Maybe you are looking for

  • Problem with event handling

    Hello all, I have a problem with event handling. I have two buttons in my GUI application with the same name.They are instance variables of two different objects of the same class and are put together in the one GUI.And their actionlisteners are regi

  • Web Dynpro ALV vs ALV

    hi all, i use the alv with the new model in a normal abap-program and there i use the statement SET COUNTRY 'US' to show the date-format in us-mode, which works fine. doing the same with webDynpro ALV does not work. Is there another possibility to us

  • Error installing AnyConnect 3.1.02040 on Windows 7

    I am experiencing an error during installation of AnyConnect on a Windows 7 platform.  During installation progress appears as normal and seems seconds away from completion based on the progress bar, but then with no error message the prigress bar ju

  • Mail features in Lion Server

    I work for a small company that only has three machines; one Mac and two PCs. Currently we're using gmail as our email provider. Long story short, we bought an all-in-one printer that has a scan to email feature. However, the printer only provides "L

  • G5 dual 2.0 or 2.3  for Photoshop?

    hi i am not sure about the graphics card of the latest G5 2.0 NVIDIA GeForce 6600 LE compared to the G5 2.3 with a NVIDIA GeForce 6600 is there really a big difference if i only work with Photoshop heavily? i plan to buy 4,5GB RAM at least, as i deal