Hello i have a problem with onfocus function on ipad. i am trying to bring my cursor on a text box on a button click. It works fine with safari web browser but not on ipad. Need a solution.

Hello i have a problem with onfocus function on ipad. I am trying to bring my cursor on a text box on a button click. It works fine with safari web browser but not on ipad. Need a solution.

I don't think that a software update from Apple will solve the issues that you are having. You have a rogue installation. After you posted I have just done the following:
Disk Utility can verify  my partitioned Volume (including my boot disk) AND REPAIR the non-boot disks on the same Volume without a glitch. It repairs the non-boot disks containing data smoothly.
I have used Mail to send some mails from some Yahoo and Hotmail accounts to my Thunderbird client containing GMail accounts - absolutely normal.
I have iLife '09 but my iMovie '09 and iPhoto '09 open in a jiffy and I see no issues here. I have 6GB RAM (Maximum) on an early 2008 Macbook Pro with a 750GB hard drive partitioned with 120GB reserved for the Boot Drive.
I am sorry that I cannot help further but I am sure there must be a way to reinstall the software without having to revert to restoring your ML backup. I have two clones and if you have such I would attempt to do that through that rather than through Time Machine - that is of course if you have a cloned drive.
Good luck!

Similar Messages

  • Mpeg4s I create and upload to Internet play fine on Mac and PCs, but not on iPad or iPhone.  Does anyone know how to get them to play on iPads/iPhones?

    mpeg4s I create and upload to Internet play fine on Mac and PCs, but not on iPad or iPhone.  Does anyone know how to get them to play on iPads/iPhones?

    You have to make sure they are fully compatible with iPad
    Video formats supported:
    H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format

  • Works fine in JDK 6.0 but not in jdk 1.5.???????

    Hi all,
    This code converts english date to japanese date but it is working fine in english only. can any body answer why it is so.
    Note : No Comiplation problem in jdk 1.5
    This code works fine in JDK 6.0 but not in JDK 1.5, Why.....?
    SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd");
            Locale locale = new Locale("ja", "JP", "JP");//locale for Japanese
            Calendar cal = Calendar.getInstance(locale);  //japanese calender object
            DateFormat df = DateFormat.getDateInstance(DateFormat.LONG,locale);
            try{
            Date date = sdf.parse("1930/09/27");
                System.out.println(df.format(date));
            }catch(Exception e){
                System.out.println(e.getMessage());
            }

    Hi,
    If I give the Input date 1930/10/27 (in english), then program must display the date as S5.10.27 (it's japanese date with 'S' indicating ERA)
    But this will happpen only when i run the program in JDK 6.0.
    In JDK 1.5, for the above input, the output is 1930/10/27 (which is wrong)
    Still I don't have compilation and running problems in both. Can anybody expalin why it is so?
    I think i tried my best to restate the question.
    Thanx
    Aris

  • Home sharing is working fine for musics and videos but not for apps. What is wrong?

    Home sharing is working fine for musics and videos but not for apps. What is wrong?

    i had the same issue as everyone here after upgrading to itunes 10.x.  vista could see xp home share.  ipod touch could see xp home share.
    neither could see vista home share.
    after several hours of authorizing de-authorizing, rebooting router etc, i knew it had to be a firewall thingy with vista as xp was working fine
    i went to this article http://support.apple.com/kb/ht2553 and followed the instructions.  itunes was already in my vista exception list.  on a hunch i deleted the itunes exception and followed the steps to add it again and boom it worked!! i could now see my vista machine from my ipod touch immediately.
    something must have screwed up the firewall exception on the upgrade to itunes 10.x
    it worked for me, i hope this helps others

  • PC crashed. CD-Rom not working. Downloaded CS5 Web Premium but not able to install. Please Help. Help.

    PC crashed. CD-Rom not working. Downloaded CS5 Web Premium but not able to install. Please Help. Help.

    I had problem with my CD-rom, it not able to open. On top of that recently my PC crashed.
    I managed to install other software, but not able to install CS5 Web Premium.
    Ive downloaded the electronic version via Adobe Downloads, but not able install it.

  • Can't sign in to my bank since upgrading to Firefox 4, no error message, sign in button won't work, fine with IE?

    Upgraded to Firefox 4 yesterday. Have since had a problem logging into my bank. I enter all log in details, click the sign in button and nothing happens, the page just remains static, there are no error messages. No problem logging in with Internet Explorer or on a separate computer with Firefox 3 so it must be Firefox 4 that's causing the problem. It's just this one site, all other sites I use requiring log in work fine. It can't be a problem with the site because as I said it works fine with IE and Firefox 3?? Help!

    Have now ditched Firefox 4 and reinstalled the previous version-the problem has disappeared, doesn't say much for the new version!

  • Why does my javascript code work fine in all other browsers, but not Safari

    Previously, I have asked how Safari handles javascript trying to resolve a problem with a slide menu, (http://www.designoutput.com/testslide.html) being directed to validator. I have corrected as many things as possible and still have code work in other browsers. Why will my code work in all other browsers (IE 5.2, Firfox, Netscape, and Opera) and not Safari. It appears that Apple would address some of the problems that people are listing. Possibly, my problem is not with Safari, but my code, if so why does it work in all other browsers. Having more knowledge of how Safari accepts code or handles code differently than other browsers would be helpful. It would be nice if I could debug my code in Safari step by step to know where the problem is at. I'm just frustrated with Safari after working on my problem for over a month. Would be very greatful to anyone that could just being to get my code to appear in Safari (only a blank page in Safari, menu appears in all other browsers)
    G4 AGP 400, Powerbook G4, G4 Siver 733   Mac OS X (10.4.7)  

    you seem to have deleted even more end tags. elements (<a>, <div>, <td>, etc.) need to be closed (</a>, </div>, </td>, etc.) to structure the code properly.
    incorrect:
    document.write(<font ...><b>example)
    correct:
    document.write(<font...><b>example</b></font>)
    check out w3schools for html and javascript help.
    the ilayer tag should only be in your NS (i.e. not NS6) code, but it too needs to be closed.
    i don't use IE, but with these fixes i've gotten your page to display fine in safari, firefox and opera.
    iBook g4     OS X.4.x

  • BI Publisher 10.1.3.4.1 works fine in IE 6 & 8 but not 7

    When performing operations such as test database connections or install schema on scheduler configuration, the customer gets an error occurs on the page in IE 7.0.5730.11, but it works fine in 7.0.6001.18000. My customer is pushing on reproducing this even though they have resolved it. I cannot update/downgrade to this version to test on my own instance.
    Would this be considered an IE problem or a Publisher problem?
    I suppose I could just write a note on it, but I could find no other issues to confirm this.
    Customer also indicates that IE 7.0.5 use Java 1.4.2 and the Explorer 7.0.6 use Java 1.6. I'm not sure where to check this verison information, I would think that there would also be a problem with IE6 if this was the case.
    I checked IE 6 and it uses JRE 1.6.0
    The install manual indicates that Java Runtime or JDK 1.4 or later is supported.
    Thanks.

    I guess, it has nothing to do with Browsers.
    if at all , it has, it might be with the configuration or JDK installed.

  • Code works fine when stepping through debug, but not without debug

    I have the following code that works fine when I step through with the debugger, but when I run it with out the debugger it never gets the objects in the "moveObjects" method. I would appreciate any help. Thank you
    import com.crystaldecisions.sdk.exception.SDKException;
    import com.crystaldecisions.sdk.framework.IEnterpriseSession;
    import com.crystaldecisions.sdk.framework.IEnterpriseSession;
    import com.crystaldecisions.sdk.plugin.desktop.program.IProgramBase;
    import com.crystaldecisions.sdk.plugin.desktop.common.*;
    import com.crystaldecisions.sdk.framework.*; //cesession
    import com.crystaldecisions.sdk.plugin.desktop.program.*; //ceplugins
    import com.crystaldecisions.sdk.occa.infostore.IInfoStore;
    import com.crystaldecisions.sdk.occa.infostore.*;
    import com.crystaldecisions.sdk.properties.IProperties;
    import com.crystaldecisions.sdk.plugin.destination.managed.*;
    import java.sql.SQLException;
    import java.sql.Statement;
    import java.sql.DriverManager;
    import java.sql.Connection;
    import java.util.*;
    import java.sql.ResultSet;
    import java.sql.Connection;
    import java.sql.Statement;
    import java.sql.ResultSet;
    import java.sql.DriverManager;
    * @author ag0310m
    public class MoveRptInstance implements IProgramBase {
        public void run(IEnterpriseSession enterpriseSession, IInfoStore iStore, java.lang.String[] args) {
            try {
                IInfoObjects objects = null;
                IInfoObjects objs = null;
                IProperties props = null;
                try {
                    getObjectsToSend(objects, iStore);
                    moveObjects(iStore);
                } catch (SDKException e) {
                    //ExamplesUtil.WriteError(request, response, e, "RETRIEVE_ERROR", errorpagerfile);
                    System.out.println(e.toString());
                    //out.clear();
                    return;
            } catch (Exception ex) {
                ex.printStackTrace();
        private void getObjectsToSend(IInfoObjects objects, IInfoStore iStore) throws SDKException {
                        objects = null;
                        objects = iStore.query("Select * from CI_INFOOBJECTS where si_name = 'ReportBurstingTest' and si_instance = 1 and si_recurring = 0");
                        try {
                              sendObjects(objects, iStore);
                         } catch (Exception e) {
                             System.out.println(e.getLocalizedMessage().toString());
                             e.printStackTrace();
                         } finally {
        private void moveObjects(IInfoStore iStore) throws SDKException {
                        IInfoObjects iObjects = null;
                        iObjects = iStore.query("Select * from CI_INFOOBJECTS where si_parentid = 716");
                            int x = iObjects.size();
                            System.out.println("value of x = "+x);
                            for (int ii = 0; ii < x; ii++) {
                                IInfoObject obj = (IInfoObject) iObjects.get(ii);
                                obj.setParentID(868003);
                           iStore.commit(iObjects);                   
        private void sendObjects(IInfoObjects oInfoObjects, IInfoStore infoStore) throws SDKException {
         //Grab the first object in the collection, this will be sent.
            int x = oInfoObjects.size();
            System.out.println("3");
            for (int i = 0; i < x; i++) {
                IInfoObject infoObject = (IInfoObject)oInfoObjects.get(i);
                ISendable obj = (ISendable)infoObject;
                IDestinationPlugin destinationPlugin = getDestinationPlugin(infoStore, infoObject.getKind(), infoObject.getTitle(), infoObject.getUpdateTimeStamp());
                IDestination destination = obj.getSendToDestination();     
                destination.setFromPlugin(destinationPlugin);
        //Send the InfoObjects.
        infoStore.sendTo(oInfoObjects);
        private IDestinationPlugin getDestinationPlugin(IInfoStore infoStore, String kind, String title, Date dte) throws SDKException {
         //Retrieve the Managed Destination plugin from the InfoStore
        //this should be cast as an IDestinationPlugin *DON'T FORGET THE get(0) AT THE END**
        IDestinationPlugin destinationPlugin = null;
        destinationPlugin = (IDestinationPlugin)infoStore.query("SELECT TOP 1 * " +                                                                               
    "FROM CI_SYSTEMOBJECTS " +
                                                                                    "WHERE SI_NAME='CrystalEnterprise.Managed'").get(0);
        //Retrieve the Scheduling Options.
        //This interface is the one which allows us to add the file location for the scheduling.
        IManagedOptions managedOptions = (IManagedOptions) destinationPlugin.getScheduleOptions();
        managedOptions.setDestinationOption(IManagedOptions.CeDestinationOption.ceInbox);
        managedOptions.setIncludeInstance(true);
        managedOptions.setTargetObjectName(title+" - "+dte.toString());
        managedOptions.setSendOption(IManagedOptions.CeManagedSendOption.ceCopy);
        //Set of users that will receive the instance. 
        Set userSet = managedOptions.getDestinations();
        //Query for the id of a particular user that will receive the instance.
        IInfoObjects users = null;
            users = infoStore.query("SELECT TOP 1 SI_ID " +
                                 "FROM CI_SYSTEMOBJECTS " +
                                 "WHERE SI_NAME='Administrator' AND SI_PROGID='CrystalEnterprise.User'");
            if (users.size() > 0) {
             IInfoObject user = (IInfoObject)users.get(0);     
             int id = user.getID();
             userSet.add(new Integer(id));
         return destinationPlugin;

    I'm assuming SI_ID=716 is the Inbox where you're sending the objects.
    The issue is that you're not clicking the "Step Over" button fast enough when debugging.  If you click really fast, then you'll get the same issue.
    Workaround for the non-debug case is to count the number of objects you're sending, then when moving, loop till the InfoStore query retrieves the correct number of objects.
    You're not giving enough time for the Destination Job Server to send the objects to the Inbox - they're not there yet.
    Sincerely,
    Ted Ueda
    Edit:  I see you've identified the issue as well - note that the CMS job scheduling thread triggering interval isn't under programmatic control, so I'd still recommend loop-count-wait workflow.
    Edited by: Ted Ueda on Oct 22, 2009 11:59 AM

  • Video out works fine on my 3GS phone but not on my iphone 4. What could be the issue?

    I have a 3GS phone and Apple component video cable that I have connected to HDMI capable TV. Everything works fine on 3GS. I try to do the same with my iphone 4 (hoping for better HD picture), and nothing happens. I am using iOS 4.2. on the 3GS and 4.3 on the iphone 4. Not sure if there is a bug somewhere. On the  iphone 3GS, i get a message that says something like video redirected to TV as soon as I connect the component video cable to the iphone. No such thing on the iphone 4.
    Can someone help?

    All parties do have the IOS 7.1. I really don't know what's going on I was using it last week &amp; and I noticed updates one being ft so I updated and now when I go onto ft it looks like its face-timing, but no sound, then it says lost connection. but works on I phone? I don't like using I phone to ft as screen too small.

  • A video clip that works fine in windows media player but not in Premiere

    I have an AVI video clip file that I recorded from an old VHS tape many years back. The file plays just fine in Windows Media Player but when I import it into the latest version of Premiere Pro CS6 the video portion shows nothing but a green screen. The audio track plays fine. I've tried using Adobe Media Encoder to change it into a variety of different formats. Some don't even produce a file and some do but don't work any differently than the original within Premiere. Any suggestions?
    thanx a bunch,
    mike

    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30
    For PC http://mediainfo.sourceforge.net/en or http://www.headbands.com/gspot/

  • My site working fine on chrome in Mobile but not on firefox

    My site http://ccl5<i></i>.com/ working fine on chrome/opera in Mobile but its slider doesn't come up working fine on firefox mobile.
    Can anyone take a look ?

    Its working fine for me.. Firefox 34.0 for Android... Which version you are using? try to update if using older one.. :-)
    cheers..

  • Huawei e180 not working with Lion!!... working fine on Windows PC's but not on new macbook pro. new user to apple

    Any suggestions on why mobile broadband dongle will not work with 10.7. Mac see dongle, opens folder, but returns error message when try to launch.. NEW USER TO MAC

    This thread is a couple of years old but it may answer your question?
    https://discussions.apple.com/message/8978867#8978867

  • Lion, Mail, and Outlook. I can't get preferences in Mail to accept Outlook as the default mail program. Outlook works fine within the Office world but not with Preview or Lightroom (to choose two that I've tried today). Any ideas?

    As per the heading, I can't get Lion to accept Outlook 2011 as the default mail program. When I go through the Preferences in Mail to set the detault mail program, I can see Outlook, I can select it, but it doesn't "stick." As soon as I reopen Mail, Mail is the defailt mail program again. It also doesn't work though the Outloook Preferences menu. I'm a recent transfer to Macs, and could use some help. Any ideas?
    Thanks!

    There is a forum specifically for MS Office for Macs, just click Office for Mac Product Forums and post there, they should know.
    If for some reason you don't want to do that you have 90 days of free AppleCare telephone support, this might be a good time to use it. You can find the number in your owners manual.

  • SNC setup works fine on Netweaver 7.01 but not on Netweaver 7.02

    Hi,
        We use SNC in conjunction with a kerberos v1.1.1 share library called libgssapi_krb5.shr.o.2.1 on Aix 6.1 servers. This setup works for ERP, BWP, SRM and CRM systems for the past 12 years or so. Late last week, we upgraded one of our ERP 600 EHP4 NW 7.01 systems to ERP 600 EHP5 Nw 7.02 and while the shared library was dynamically loaded, we still get an error from SncInit():
    N    File "/usr/pkg/krb5/rs_aix53-64/lib/libgssapi_krb5.shr.o.2.1" dynamically l
    oaded as GSS-API v2 library.
    N    The internal Adapter for the loaded GSS-API mechanism identifies as:
    N    Internal SNC-Adapter (Rev 1.0) to Kerberos 5/GSS-API v2
    N  SncInit():   found snc/identity/as=s:host@ niblick.oit.duke.edu
    N  *** ERROR => SncPAcquireCred()==SNCERR_GSSAPI  [sncxxall.c 1439]
    N        GSS-API(maj): Miscellaneous failure
    N        GSS-API(min): No such file or directory
    N      Could't acquire ACCEPTING credentials for

    N      name="p:host/niblick.oit.duke.edu@ ACPUB.DUKE.EDU"
    N  SncInit(): Fatal -- Accepting Credentials not available!
    N  <<- SncInit()==SNCERR_GSSAPI
    N           sec_avail = "false"
    M  ***LOG R19=> ThSncInit, SncInitU ( SNC-000004) [thxxsnc.c    237]
    The same error occurs on a SRM 7.00 EHP1 NW 7.02 system which was likewise upgraded at the same time as the ERP system mentioned above. The only thing which changed in our setup was the Sap application.
    I am in the process of obtaining a xlc C-compiler and compiling gsstest. Anyone have any further suggestions? We have been happily using SNC with kerberos , as mentioned above, for well over a decade. Has the SNC/GSS interface changed in some fashion with NW 7.02? If so, what should we do?
    Looking for hope here ....
    Sincerely,
    Steven McElwee, Duke University

    Yes, i am sure that the hostname of the server has not been changed. On the kerberos side, we use the kinit command to create a kerberos cache credential file based on the host's keytab file. There is a routine in the kerberos gssapi library that inputs the resulting cache credential file and creates the s:host@ niblick.oit.duke.edu name, which, i understand, is standard for GSS and, i believe, is used by SNC. This is standard for a GSS "service" name, as i understand.
    p:host/niblick.oit.duke.edu@ ACPUB.DUKE.EDU (without the blank sapce after the "@"), on the other hand, is the value for Sap's snc/identity/as profile parameter, and, is, of course, SNC-specific.
    Please note that the extra blank space after the "@" character was placed after-the-fact by me so that the original string without the extra blank space would not be interpreted as an email address, thus, prevening me to post/reply to this forum.
    thanks for pointing this out and i welcome a better explanation from others far more informed than i am.
    Sincerely,
    Steven

Maybe you are looking for

  • How do i transfer a movie from my mac to ipad2

    i have a movie on my mac and i want to get it on my ipad. simple huh? mmmm .... help me please clever people ....

  • SQL 2012 database master key

    Hi All , I have some issue to create database master key in SQL server 2012. I have typed this command below: USE master  CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'passwordbypolicy' This is the error I got: Msg 33094, Level 16, State 1, Line 2 An e

  • New iMac & Aperture 2 & Photoshop CS4

    I'm purchasing a new 21 inch iMac, 3.33Ghz, 8GB, 1 TB, & ATA 4670. My ? is simply is this new imac appropriate for using these 2 programs? Raw photos. Nikon D90. Oops, 2nd ?. Does Aperture work with Ps CS4 fluidly, ie. without problems?

  • Difference between Frame order and service order

    Hello guys, Can anybody tell me the difference between the Frame order and work order in system point of view? Which are the steps for doing the

  • Do I have Bridge in Adobe CS?

    Some just told me about color management using bridge.  I'm using CS. Is bridge something that I have to purchase or would it already be included in CS? If I have to add, can I add it to CS or would need to upgrade to CS5? Thanks