Key up and key down operation marks gray colour in the list block.

Can any one give the solution for this which I am trying to remove in oracle forms 6i which marks gray color when traveresed in list block.I think you have got my problem that if list contains 10 items in list block and if u traverse in this list form first 1 to 4items it marks gray color for all four items rather then for item on which it is i.e only the 4th item should grey color as the cursor is present.All techies please give the solution as earlier as possible.

Sorry, but i don't understand your problem. Could you explain a little more detailed what you want to achieve?

Similar Messages

  • Navigate previous record,next record by entering key-up and key-down

    Hi ,
    JDeveloper11g_
    I am trying to solve of how to navigate previous record,next record by entering key-up and key-down in ADF Table.
    If any of you have this solution by JScript of Backing Bean please help me.
    Thanks
    zakir
    ===

    Hi zakir,
    I hope I understood your requirements correctly. You have an editable ADF table. You would like to use the up/down arrow keys to move from one row to the next/prev row of the same column. Since the Tab key moves the cursor to the right and Shift+Tab moves it to the left, now you want to implement the same thing but just up and down, correct? If so, try this.
    /** Javascript **/
    function detectKey(evt) {
        var inputText = evt.getSource();
        var id = inputText.getClientId();
        var start2 = id.indexOf(":") + 1;
        var end2 = id.lastIndexOf(":");
        var numValue = parseInt(id.substring(start2, end2));
        var evt2 = evt.getNativeEvent();
        arrows=((evt2.which)||(evt2.keyCode));
        switch(arrows) {
            // Up arrow
            case 38:
            numValue = numValue - 1;
            break;
            // Down arrow
            case 40:
            numValue = numValue + 1;
            break;
        var newStr = id.replace(/:\d:/, ':' + numValue + ':');
        var comp = AdfPage.PAGE.findComponent(newStr);
        if (comp != undefined) {
            comp.focus();
    /** Jspx. (Place a client listener on each inputText in the ADF table) **/
    <af:column .....>
      <af:inputText value="#{row.bindings.price.inputValue}" .....>
        <af:clientListener type="keyDown" method="detectKey"/>
      </af:inputText>
    </af:column>With this, you get to move Up/Right/Down/Left in the editable ADF table without using the mouse.
    References:
    http://thepeninsulasedge.com/blog/?cat=29
    af:clientListener attributes and methodes of event object in java script
    Regards,
    Chan Kelwin

  • Why use key-partitioning and key-associator features?

    Why use key-partitioning and key-associator features?
    What kind of applications are suitable for using key-associator and key-partitioning features?
    Could you give me some example?
    Thank you

    So the typical way is to use KeyAssociation. This is a single interface that uses a method
    public Object getAssociatedKey();
    I believe this works on the ClusterService level (rather than say the Cache). So, say you have a Client and an Account cache where a Client can have multiple Accounts. Now both the Client and the Account object will implement KeyAssociation and return the client object as the AssociatedKey. This will cause these associated objects to live on the same partition.
    Now you can do some clever tricks since you know these are on the same partition. These include using the BackingMap and EntryProcessors / InvocationService / Aggregators to return all the AccountIds associated with a client account (essentially a join).
    Unfortunately, these are pretty advanced Coherence features so it is worth building them in a testcase first and getting them to work before you integrate them into your application.
    Best, Andrew.
    PS. You could also use the KeyPartitioningStrategy, but I prefer the KeyAssociation (as do most people).

  • Just reinstalled acrobat 9 extended pro. cannot print to attached printer. brings up window to chose printer. just won't print. actually locks up. have to bring up cntrol panel and shut down operations.

    Somehow files in Acrobat were corrupted. had to have cmputer guy delete those before reinstall. reinstalled. I can create a pdf and email it but cannot print to printer.  what to do.
    Jeff Elliott

    Hi Jeff,
    Are you having this issue with selected pdf files or with any file that you try to print?
    Are you able to print document using any other program?
    What exactly happens when you click to 'Print'.
    and please let me know what did you meant by "have to bring up cntrol panel and shut down operations."
    Regards,
    Rahul

  • Does camera raw 7.0 support Canon 5d mark iii? on the list it said 6.7 and 7.1 which makes confused because 7.0 is in between.

    Does camera raw 7.0 support Canon 5d mark iii? on the list it said 6.7 and 7.1 which makes confused because 7.0 is in between.

    Which version of photoshop and operating system are you using?
    If you have photoshop cs6 you should use Help>Updates to get the latest camera raw.
    Camera raw 7.0 was just the shipping version of camera raw for photoshop cs6 and you should update it to a newer version.
    The camera raw version on that list is just the oldest version of camera raw to support a particular camera and newer versions of camera raw carry on that support as well.

  • If I am browsing on site such as Ebay or any shopping site, and click on an item, when I return to the search page I am once again at the top of the page and have to search down for where I was in the list of items.

    If I am browsing on site such as Ebay or any shopping site and click on an item, when I return to the search page I am once again at the top of the page and have to search down for where I was in the list of items. This is not only on Ebay it is everywhere I search. Firefox goes back to the top of the page . It is annoying to have to figure out exactly where I was if I left the page and then returned. This is a hinderance when using Firefox. I have considered uninstalling it because of the inconvenience of 're-searching' after already doing a search. Firefox used to take me right back to where I was if I left a page, but that feature is not working now. I am not sure how to change this in the settings.

    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • When I open itunes it freezes for a few seconds then says iTunes stopped working and closes down. I have tried downloading the latest version, both repair and remove and it still keeps happening

    When I open itunes it freezes for a few seconds then says iTunes stopped working and closes down. I have tried downloading the latest version, both repair and remove and it still keeps happening

    Tried the un-install and getting the same problem although it takes a bit longer before it crashes this time. Checked the problem report and it looks the same as the previous reports.
    Problem signature
    Problem Event Name:          APPCRASH
    Application Name:          iTunes.exe
    Application Version:          10.2.1.1
    Application Timestamp:          4d756476
    Fault Module Name:          MediaToolbox.dll
    Fault Module Version:          1.0.694.3
    Fault Module Timestamp:          4d4d9a00
    Exception Code:          c0000005
    Exception Offset:          0034a672
    OS Version:          6.0.6002.2.2.0.768.3
    Locale ID:          2057
    Additional Information 1:          fd00
    Additional Information 2:          ea6f5fe8924aaa756324d57f87834160
    Additional Information 3:          fd00
    Additional Information 4:          ea6f5fe8924aaa756324d57f87834160

  • HT3275 Time machine at home and it will not allow me to remove the listing of my external hard drive from the excluded files list.

    Please help guys, I have a Time machine at home and it will not allow me to remove the listing of my external hard drive from the excluded files list.
    I am trying to use time machine to back up the hard drive. For backing up from Macbooik pro and Imac, there is no problem. It seems to not want to allow the external drive to be removed from the Excluded list and as such will not back up from it.
    Is there a way to be able to transfer files (music, movies etc) to time machine, format the external drive then put the files back to hard drive?
    Sorry it is a long winded question but it is driving me nuts that I cant sort this out.
    The <Macbook and Imac are both running mountain lion.
    Thanks Guys

    As for the hard drive to which you have never been able to write, is it by any chance in NTFS format? OS X can read NTFS for importing files, but it does not contain code for writing on an NTFS volume. That's a choice, not a bug.
    There is third-party software available to install NTFS-writing capability into OS X. An example is Paragon NTFS for Mac OS X. Another alternative would be to use a disk format that both Macs and Windows systems can use for both reading and writing; this would require either a new drive or erase the existing data.
    If by "the new system software" you mean OS X 10.9 Mavericks, you may want to repost that portion of your query in the Mavericks forum at https://discussions.apple.com/community/mac_os/os_x_mavericks . I haven't made the leap yet.
    I don't know what other problems you have been having, so I cannot comment on them. You don't seem to have any other recent postings on these forums.

  • Track key press and key release on WPF applications

    Is there a way to track key press and release actions on WPF?
    This is what I've tried so far, but what I'm finding is that the _upDownKeyIsPressed is
    only set to false if I press another key - not when the up or down key is released.
    private void TrackUpDownKeyPress(KeyEventArgs e)
    if (e.Key == Key.Up || e.Key == Key.Down)
    // set to true if either up or down key is pressed
    _upDownKeyIsPressed = true;
    else
    // set to false once up or down key is released
    _upDownKeyIsPressed = false;
    private void PlotListView_KeyUp(object sender, KeyEventArgs e)
    TrackUpDownKeyPress(e);

    You want to track the Up and Down events. If you only use the Up event, then the variable will only be set to false when
    another key triggers the Up event:
    private void PlotListView_KeyUp(object sender, KeyEventArgs e)
    if (e.Key == Key.Up || e.Key == Key.Down)
    // set to true if either up or down key is pressed
    _upDownKeyIsPressed = true;
    private void PlotListView_KeyDown(object sender, KeyEventArgs e)
    if (e.Key == Key.Up || e.Key == Key.Down)
    // set to false if either up or down key is depressed
    _upDownKeyIsPressed = false;

  • Selection Key Figures and Key Figures

    I am building a query and I need to combine Key Figures and Selected Key Figures so that they appear on the same row.  However, when I try to do this I get a message that you cannot put the elements in the same structure.  However, if I put in different structures they will not be aligned.  How can I overcome? Thanks

    if i undertd your issue correctly..u have one KF struxture and one characteristic structure.In characteristic structure,u r having restricted characteristics and u r tyring to have a KF in char structure???if so,it is not possible..where exactly u r getting error?it will not allow you to drag and drop Kefigure into Query deisgner except into KF structure..
    in char structure,if u r gng with new selection,u will not have option to select any KFs.
    it could be better if u provide an example rather than explaining theoritically.
    please note that u cant have a KF in characteristic structure .u can have a char in KF strcucture with a KF combination i.e. Restricted KF.
    Message was edited by: Murali

  • HT201263 my Iphone 3GS keeps freezing and  shutting down, now wont turn on all the way just goes to apple icon.  Tried to update and recover but it would get stuck and at about 20% in restore and go no where, waited 5hrs for it to move and nothing.  Help?

    My ATT Iphone 3GS keeps freezing and shutting down,  now won't turn on at all.  tried to do an update and restore but it froze in restore at about 20% done,  waited 5hrs for it to go, it didn't.  Not sure what to do or where to go (ATT or Apple) to get help, how much it could cost?  HELP PLEASE!

    Did you follow the steps in iOS: Unable to update or restore?

  • I have an imac running OSX leopard 10.5.4, and a flashing question mark comes up on the screen. I opened disk utility, and in the sidebar my hard drive is not there. I also did the Hardware test supplied with the install CD, and "no problems were found".

    note: I have not done the extended hardware test yet.

    Can we assumed that the Disk Utility you used was not on your hard disk? If it was on the hard disk you can ignore most of the advice here and we should start again.
    I am am a retired Electrical Engineer with many years electronics and IT experience and advise that whilst it is likely that the hard disk has failed and may never work again this may not necessarily be the case.
    Do you normally hear or feel the disk running and has this changed?
    Have you moved, dropped or hit your Mac while the disk was rotating? - never good for disks.
    Even if the disk is not rotating it may not have failed - there could be an imperfect connection, damaged pcb track, a Mac electronics failure such as disk power etc.
    The disk could be working mechanically and there could be a break in the data route to or from it etc.
    Getting at disks inside some Apple assemblies can be tedious but probably not as bad as you may think - Google for instructions and pictures.
    Much may depend upon how important information on a troublesome disk is. Even with a totally dead disk 90% of data can normally be extracted - ocasionally I have been lucky enough to do this at home - a few years back several experts were offering to to this for about 1,000 USD.
    Trying the disk in another enclosure was good advice.
    You could try gently moving your powered up Mac to see if anything changes.
    It is technically possible for a software (unlikely as issue still exists booting from DVD I assume) or firmware issue to cause your symptoms so it might be wise to try every type of reset you can find before going any further. Firmware normally resides within the electronics - it often affects booting and power supplies etc.
    Good luck.

  • I can't get rid of somoto toolbar search and default homepage. Somoto doesnt appear in the list of searching and also not as installed software in my computer.

    I can't get rid of Somoto, it doesnt appear in my search engine list and also not in my list of installed add ons or software, but its there, it is also my default homepage if i open a new tab. any idea?
    thanks

    Please do the following.<br><br>
    #In the location bar where you normally type in a web address, type '''about:config''' and hit Enter.<br><br>
    #If you see a window which says "This might void your warranty!", click the button which says "I'll be careful, I promise" so you can continue with the next step.<br><br>
    #In the filter at the top, type: '''keyword.URL'''<br><br>
    #Double click it and remove whatever's in there and replace it with http://www.google.com/search?q= and then click OK.<br><br>
    #Close the tab
    The URL to add in "keyword.URL" becomes a link in this post, so right click it and choose "Copy Link Location" to copy it to the Windows clipboard. Then hit CTRL+V to paste it. Saves you having to type the whole thing.
    '''To reset your home page, do the following'''.<br><br>
    * Go to the site you want to set as your homepage.<br><br>
    * Click the Firefox button, go to '''Options '''| '''Options '''| '''General'''.<br><br>
    * Make sure it says "''Show My Homepage''" in the first dropdown menu.<br><br>
    * Click the button called "'''Use Current Pages'''" to set the homepage to the one you have on the screen.<br>
    If this suggestion resolves the problem for you, please click the '''Solved it''' button ''next to this post'' after you log in into the forum. This will help others searching for a solution to the same problem.
    Thanks.

  • Contacts freezing and slowing down Operation

    Anyone else having this issue with their contacts?    the Contacts app fails, and then I have to restart my phone.

        Hmm. That's certainly odd, Mickey1Note3! How long has this been occurring? Have you downloaded in recent applications that have access to your contact app. I would suggest placing the device in Safe Mode and testing. http://vz.to/1kOSTSH
    YosefT_VZW
    Follow us on Twitter @VZWSupport

  • Each time I try to print a .pdf file, I get a message that Visual C ++ has requested the runtime to terminate it in an unusual way and shuts down so I can't print the document.

    How do I get rid of this problem so I can print pdf documents?

    If repairing doesn't work, then try a clean install. You will need to run the Acrobat/Reader Clean script: Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs

Maybe you are looking for