I'M HAVING PROBLEM WITH FUNCTION KEY, I'M HAVING PROBLEM WITH FUNCTION KEY

Hello everybody
Recently i'm having problem with function key of iphone4, now its working assistive touch key board , between these days i had restored and update then it work for next 12 hour after that it again stoped..
pls help me from this isssue,
thanking you.

There are no function keys on the iPhone.
Please clearly state the issue that is occurring.

Similar Messages

  • I'm having trouble with my sound up and sound down keys. They're doing other functions. This is only a new thing.

    I'm having trouble with my 'sound up' and 'sound down' keys. They're doing other functions. This is only a relatively new thing.

    You didn't mention what those "other functions" were.  That might help!
    First thing to check is System Preferences > Keyboard > Keyboard tab - make sure "Use all F1, F2, etc. keys as standard function keys" is un-checked.  Hopefully that still works in Mountain Lion.

  • Problem when use clientListener on inputText  in table with arrowUp key

    Hello all,
    My problem is related to the thread {thread:id=2305768}
    On a af:table I have one af:inputText with af:clientListener, the type of the clientListener is keyDown.
    I already use it to get the tab key in order to change the focus on the next line and inputText in my table. It's working.
    Code of the af:table (contentDelivery is set to immediate):
    <af:table value="#{bindings.NeedLineView.collectionModel}"
                                var="row" rows="#{bindings.NeedLineView.rangeSize}"
                                emptyText="#{bindings.NeedLineView.viewable ? procurementproposalvcBundle.noData : procurementproposalvcBundle.noAccess }"
                                fetchSize="#{bindings.NeedLineView.rangeSize}"
                                rowBandingInterval="0" id="t1"
                                binding="#{viewScope.procurementProposalDetail.needLinesTable}"
                                rowSelection="single"
                                selectionListener="#{viewScope.procurementProposalDetail.tableSelectionListener}"
                                contentDelivery="immediate">Code of the af:inputText :
    <af:inputText value="#{row.bindings.AmendedNeedTransient.inputValue}"
                                        label="#{bindings.NeedLineView.hints.AmendedNeedTransient.label}"
                                        required="#{bindings.NeedLineView.hints.AmendedNeedTransient.mandatory}"
                                        columns="#{bindings.NeedLineView.hints.AmendedNeedTransient.displayWidth}"
                                        maximumLength="#{bindings.NeedLineView.hints.AmendedNeedTransient.precision}"
                                        shortDesc="#{bindings.NeedLineView.hints.AmendedNeedTransient.tooltip}"
                                        rendered="#{securityContext.userInRole['modifyProcurementProposal']}"
                                        id="it1"
                                        valueChangeListener="#{viewScope.procurementProposalDetail.changeAmendedNeed}"
                                        contentStyle="background-color:#{viewScope.procurementProposalDetail.calculateNeedHaveToBeLaunched ? 'transparent' : 'yellow'}"
                                        autoSubmit="true"
                                        binding="#{viewScope.procurementProposalDetail.amendedNeedInputText}"
                                        disabled="#{viewScope.procurementProposalDetail.calculateNeedHaveToBeLaunched}"
                                        clientComponent="true">
                            <f:validator binding="#{row.bindings.AmendedNeedTransient.validator}"/>
                            <af:convertNumber groupingUsed="false"
                                              pattern="#{bindings.NeedLineView.hints.AmendedNeedTransient.format}"/>
                            <af:serverListener type="onTabPressed"
                                               method="#{viewScope.procurementProposalDetail.onTabPressed}"/>
                            <af:serverListener type="onUpArrowPressed"
                                               method="#{viewScope.procurementProposalDetail.onUpArrowPressed}"/>                                          
                            <af:clientListener type="keyDown" method="handleKeys"/>
                          </af:inputText>Java script Code in the same jsff page :
    <trh:script>
        function handleKeys(event) {
          var TABKEY = 9; // tabulation
          var UPARROWKEY = 38;
          if (event.getKeyCode() == TABKEY) {
            AdfCustomEvent.queue(event.getSource(), "onTabPressed",
            },true);
          } else if (event.getKeyCode() == UPARROWKEY) {
            AdfCustomEvent.queue(event.getSource(), "onUpArrowPressed",
            },true);
        function setFocusId(id) {
         var inputText = AdfPage.PAGE.findComponent(id);
         inputText.focus();  
      </trh:script>As you can see in the code above, I want to do the same thing with the arrow up key, because when user use this key to validate the change on the inputText value, I need to set the focus on the previous line.
    The problem is the following : when I use the arrow up key when the focus was set to the inputText (by the java script function setFocusId), the client listener is not called (I put some traces in the server method), If I just click on the inputText and after use the arrow up key then client listener is called correctly.
    If someone have an idea, because I'm lost
    Best Regards
    Benjamin

    Franck,
    Thanks for your answer, perhaps I don't understand but you tell me.
    My problem is located on the handelKeys function, I've no problem to set the focus correctly.
    The focus is set with the java code below (where setFocusId is a javaScript function)
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExtendedRenderKitService service = Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
    StringBuilder script = new StringBuilder();
    script.append("setFocusId('").append(getInputTextId()).append("')");
    service.addScript(facesContext, script.toString());or same result (both are working)
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExtendedRenderKitService service = Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
    StringBuilder script = new StringBuilder();
    script.append("var inputText = AdfPage.PAGE.findComponent(\"").append(getInputTextId()).append("\");");
    script.append("inputText.focus();");
    service.addScript(facesContext, script.toString()); What I don't understand in my case is why my handleKeys function is not called when I use the arrow up key after the focus was set by the method above. I have to click on the inputText and then use the arrow up key in order to see that the handleKeys function was called. I don't have this problem with the tab key.
    is it more clear ? sorry for that
    Benjamin
    ps : I will try to use af:resource and get information on this point.

  • My computer continually asks me to enter my password for Keychain access. This problem is continuos and I am having trouble with eliminating it. I have changed my password through Security and my Accounts numerous times to no avail.  Is there anythin

    My computer continually asks me to enter my password for Keychain access. This problem is continuos and I am having trouble with eliminating it.
    I have changed my password through Security and my Accounts numerous times to no avail.
    Is there anything I can do other than Resetting the entire computer and re installing all of the software, apps, etc.etc.

    Back up all data before proceeding.
    Launch the Keychain Access 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.
    Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
    If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
    Right-click or control-click the login entry in the list. From the menu that pops up, select
              Change Settings for Keychain "login"
    In the sheet that opens, uncheck both boxes, if not already unchecked.
    From the menu bar, select
              Keychain Access ▹ Preferences... ▹ First Aid
    There are four checkboxes in the window that opens. Check all of them. if they're not already checked. Close the window.
    Select
              Keychain Access ▹ Keychain First Aid
    from the menu bar and repair the keychain. Quit Keychain Access.
    If you use iCloud Keychain, open the iCloud preference pane and uncheck the Keychain box. You'll be prompted to delete the local iCloud keychain. Confirm. Then re-check the box. Follow one of the procedures described in this support article to set up iCloud Keychain on an additional device.

  • After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!

    After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!
    iTunes is a mess! It couldn't find it's own libraries and I was forced to create a new one. Now I don't know where my music is or if any's missing.

    columbus new boy wrote:
    How crap is that?
    It's not crap at all.
    It's not that simple. For example, I've 3500 songs on my MacBook but don't want them all on my phone, so I have to manually select each song again???
    There has to be a solution.
    Why not simply make a playlist with the songs you want on the iPhone?
    and maintain a current backup of your computer.

  • Hello I have a problem with my ipod touch 1G the problem is that see me key to the floor! And when recogi not prendia after 5 minutes prendio but it gave to me the surprise of which the battery had finished completely! What I did was to set it to load wit

    Hello I have a problem with my ipod touch 1G the problem is that see me key to the floor! And when recogi not prendia after 5 minutes prendio but it gave to me the surprise of which the battery had finished completely! What I did was to set it to load with the USB but do not load the battery me the icon of the battery appear and below of her the beam that indicates that this being loaded but this way I have left it the whole yesterday and what goes of today and continues without loading anything! They can help me porfavor I am grateful for them to him very much!   And my PC does not detect it not itunes

    Try the not-charging topic of:
    iPod touch: Hardware troubleshooting
    It could be that the battery is dead.

  • Hi! I am having a problem with my dictation. It works fine with Greek but it does not work at all with English. Anyone knows why?

    hi! I am having a problem with my dictation. It works fine with Greek but it does not work at all with English. Anyone knows why?

    Have you changed the system voice to an English one in system preferences?

  • I downloaded the 09 version without deleting the 0, and now I am having some problems : when I open a document, it opens with 09, and then when I try to re-open it with 08 it is not possible !

    I downloaded the 09 version without deleting the 08 (didn't know), and now I am having some problems : when I open a document, it opens with 09, and then when I try to re-open it with 08 it is not possible ! I have a message saying tha "the fichier index xml is absent" (my computer is in French. I want to work with pages 08 until I get familiar with the 09 version. What shall I do ? What does this happen?

    Once you open the files in the new version you can't open them in the old version. Pick one version to use (have to be 9 now as you already have converted files)

  • CISCO AP with 2.4GHz antenna now having throughput problem

    Hi all expert,
    Current i'm having problem with my AP running with WLC. For example, 1 AP in a room with 30 users, they are having throughput/slow connection problem.
    Just want to know, if we dun add another AP but instead add-in 5GHz antenna, will it improve the conectivity or it will be the same ?? If there is other solution that incur lower cost will be helpful as well..
    Regards,
    DericT

    i'll need to test it out 1st .. definitely its older model AP with only FE .. Hopefully with 5Ghz antenna will solve the problem.
    Mmmmmm ... Not it won't.    You just might make it alot worst.
    Think about it before throwing good money:  2.4Ghz is low speed but long range (check!).  You have 30 clients all going to ONE AP over a FastEthernet connection (check!).  Next, due to the overwhelming amount of client traffic resposes slow down (check!).  Next you want to put all the clients into 5.0 Ghz radio but still on a FastEthernet link, which is HIGH speed but short range.
    Still doesn't make sense?
    Try this:  Think of the situation as driving along a narrow, pot-holed riddled dirt road with your, say, VW Golf.  Your intention is to run this strech at high speed while carrying the entire football team behind you.  Your solution is to remove the VW Golf engine and stick the engine of a Caterpillar D10T under the hood/bonnet.  (How the heck you'll be able to fit the monster in is a marvel of technology by itself!)

  • Im trying to update, but all it does is backup my phone, My itunes is updated, BTW, I just went to Apple bar, i had previous problem with prior phone, now im having this update  problem with thyis new phone, someone HELP!!

    Im trying to update, but all it does is backup my phone, My itunes is updated, BTW, I just went to Apple bar, i had previous problem with prior phone, now im having this update  problem with thyis new phone, someone HELP!!

    Same here and this is driving me crazy. I can buy, but can't upgrade. Grrr.

  • I am having trouble with my JAVA Applet. It isn't functioning on SAFARI.    It seems to have stopped working and I used it on SAFARI last year. Any suggestions ?

    I am having trouble with my JAVA Applet. It isn't functioning on SAFARI.    It seems to have stopped working and I used it on SAFARI last year. Any suggestions?

    Post in the Safari forum area.

  • My IPAD 2 is freezing on the principal internet explorer page.  It presents the google home page with a grey filter over it and does not respond to any touch or key.  All other internet dependent functions seem to be working (i.e. mail, various APPs etc.)

    My IPAD 2 is freezing on the principal internet access page.  It comes up through a light grey filter and does not respond to any touch or keys.  All other internet dependent functions seem to be working fine (mail, various APPs).  How do I "unfreeze"?
    thanks
    geoff1949

    Geoff-
    Go to Settings-Safari and Clear History and Clear Cookies and Data.
    Another thing you can try is to double-click the Home button.  A row of recent Apps will line up along the bottom of the screen.  Scroll across and find the Safari icon.  Press on it for a couple of seconds until it starts to wiggle.  A red minus sign will appear on each icon.  Press on Safari's minus sign to remove it.  This may clear its memory of the bad Google page.
    If this does not help, try resetting (rebooting) the iPad.  Hold both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  The iPad will restart after a couple of minutes.  Resetting this way will not hurt anything, and sometimes clears up mysterious problems.
    Fred
    Message was edited by: Fred*M.

  • Hello, I have a problem with the keyboard of the device, some of the keys do not respond. What can I do?  Amit

    Hello,
    I have a problem with the keyboard of the device, some of the keys do not respond.
    What can I do?
    Amit

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings (if you can)
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iOS device.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • I have a MacBook Air with OS X and am having trouble accessing the ADT Pulse Home Security System cameras.  The mobile (iPhone and iPad) apps allow access no problem, but I can't get a picture on the MacBook.  Have tried Safari and Firefox browsers.

    I have a MacBook Air with OS X and am having trouble accessing the ADT Pulse Home Security System cameras.  The mobile (iPhone and iPad) apps allow access no problem, but I can't get a picture on the MacBook.  Have tried Safari and Firefox browsers.  Anyone have any ideas?  Thanks.

    From a Catherine to Katherine -- Had the exact same problem!!  I had to enable Java twice - both in Safari and then on the MacBookAir itself.

  • HAVING A PROBLEM WHEN I PRINT A WEB PAGE WHICH IS MORE THAT ONE PAGE LONG. ONLY THE FIRST PAGE PRINTS TO SCALE...THE REMAINING PAGES PRINT OFF THE PAGE????HELP-IT IS DEFINITELY A PROBLEM WITH FIREFOX BECAUSE IT DOES NOT HAPPEN WITH SAFARI???

    Question
    HAVING A PROBLEM WHEN I PRINT A WEB PAGE WHICH IS MORE THAT ONE PAGE LONG. ONLY THE FIRST PAGE PRINTS TO SCALE...THE REMAINING PAGES PRINT OFF THE PAGE????HELP-IT IS DEFINITELY A PROBLEM WITH FIREFOX BECAUSE IT DOES NOT HAPPEN WITH SAFARI??

    Thank you for the response. I tried to fix the problem with some of the suggestions on that page, but none seem to work. I believe that is the only website that I'm having that problem on. I got to fooling with it a bit more and when I highlight the whole page and select to print the selected area, it actually prints the whole page then, but it won't do it as a default. I guess I can just do it like that from now on, but I thought there would be something in the settings that I could have changed. Thanks again for the help.

  • I just purchased an ibook for my mac for the first time and it started with two pages then switched to one with notes and i can't change it back. Anyone else having this problem?

    I just purchased an ibook for my mac for the first time and it started with two pages then switched to one with notes and i can't change it back. Anyone else having this problem?

    Up the top where the three buttons are (red yellow green) are three images. Click on the third image that looks like a notepad (not the first which is a library book), and that should get rid of 'Notes'. To read using two pages make the window bigger.

Maybe you are looking for

  • Join is not working  for NULL values on join condition

    HI , I have the following problem . SQL> select *from a; X Y 1 2 3 4 SQL> select *from b; B Y 1 2 SQL> select f.x,f.y,s.b from a f,b s 2 where f.x=s.b(+); X Y B 1 1 2 2 4 3 SQL> select f.x,f.y,s.b from a f,b s 2 where f.x=s.b(+) 3 and f.y=s.y; no row

  • Date Field validation in APEX 4.0

    Hi, I am using APEX 4.0 for developing my application. I have an SEARCH region in which I have an DATE item with format MM/DD/YYYY. When I enter the date with any junk characters like 'XXXXXXX' then it throws me an validation as "Invalid Date Format"

  • Monthly Sales By Geography

    Hello All - We would like to have a query that shows us monthly sales by geography (US State). However, using the Bill To Address or the Ship To Address is a problem for us -- I won't get into the details but it doesn't serve our purposes very well.

  • WLC 5508 issue

    We already have WCL 5508 setup with several SSIDs. We plan to create a new one and assign to new VLAN. However: 1. About 240 devices, laptops, IPods, etc will be connecting to that single SSID - is there any way to resolve that? I don't want to creat

  • Coverflow icon size...how to set default?

    This is an easy one, im just a dumby The default size of my coverflow in finder is HUGE....i need coverflow icons (the top part, not the actual files at the bottom) to not take up the entire screen. I know how to resize it, but when I reopen its back