Program with list and select button

Hi,
is there a program module that displays a list and when user selects an item and clicks on some button the program returnes selected item.
I just want to use that kind of program as a template.
Thank you.

Hi,
Try this program BCALV_GRID_02
Cheers.
...Reward if useful

Similar Messages

  • I have an older iPod that no longer shows up in iTunes or appears to be charging.  When I press the Menu and Select buttons, the Apple logo appears and then an icon of a battery with an exclamation point.  Is it dead for good?

    I have an older iPod that no longer shows up in iTunes or appears to be charging.  When I press the Menu and Select buttons, the Apple logo appears and then an icon of a battery with an exclamation point.  Is it dead for good?

    If it is otherwise working, you can change the battery.  If you want to do it yourself, you can buy the part on eBay and other online sources.  Just make sure you know the type of iPod you have so that you get the right part.
    http://support.apple.com/kb/HT1353
    There are online guides, including the ones on this web site
    http://www.ifixit.com/Device/iPod
    (Note:  Most replacement batteries come with plastic/nylon tools seen in the guides.)
    You can also have a repair business do the work.
    If it is just the battery, if you do a Reset (using the Menu and Select buttons) while it is connect to your computer, I think it should still be recognized by iTunes.

  • Creating a dialog box with OK and Cancel buttons without OADialogPage

    Hi Experts,
    i want to create a dialog box for Delete Confirmation means after clicking on delete it should pop up a small dialog box with OK/Cancel buttons
    and need code for the same to handle the buttons.
    i have created with OADialogPage but its showing in a complete page but i want to show those buttons in a small box.
    Plz help.
    THANKS IN ADVANCE.
    Thanks
    Raja.

    Hi,
    I have not tried using javascript in destination URI as suggested by Mukul.
    I have tried the below code for opening a page as dialog box.
    You can try it for your requirement by creating a dialog page of your own, say XXDialogPage (with OK and Cancel button)
    StringBuffer l_buffer = new StringBuffer();
    l_buffer.append("javascript:mywin = openWindow(top, '");
    String url = "/OA_HTML/OA.jsp?page=/xx/oracle/apps/fnd/dialog/webui/OADialogPG";
    OAUrl popupUrl = new OAUrl(url, OAWebBeanConstants.ADD_BREAD_CRUMB_SAVE );
    String strUrl = popupUrl.createURL(pageContext);
    l_buffer.append(strUrl.toString());
    l_buffer.append("', 'lovWindow', {width:500, height:500},false,'dialog',null);");
    pageContext.putJavaScriptFunction("SomeName",l_buffer.toString());
    In dialog page's controller, you can forward it to the page onc ethe user selects OK or Cancel.
    Pass the selected value back to the main page and further you can use it for deleting.
    Regards.

  • Menu and select button causing ipod to reset

    Hi,
    Has anyone else had problems with their menu and select buttons causing the ipod to reset itself? As of now, I can't use either of those buttons without it resetting. I've tried using the updater, and I've tried manually resetting it. Any suggestions would be greatly appreciated.
    -Sarah

    Welcome to Apple Discussions!
    Is all the software on your computer and your iPod up to date?
    iTunes
    iPod Updater
    Updating iPod's Software
    Have you tried a restore?
    Restore the iPod
    btabz
    PS: I came into this thread thinking I was going to have to explain why holding down Menu+Select at the same time is supposed to cause a reset

  • Wheel and select button unresponsive

    My wheel and select button are completely unresponsive other than to reset. I've reset it like 10 times, and restored factory settings 2 times. I have the most up to date firmware and itunes.
    I can't let the battery drain because it is shutting off automatically now since I can't punch in the settings.

    I have the same problem - see below.
    Immediately after upgrading to iTunes 7.1.1.5. and updating, charging, and syncing, my iPod does not function properly.
    Symptoms:
    _The click wheel does not seem to work any more. The hold switch is set correctly to the left position.
    _No response to a reset by holding menu / select buttons for 10 secs.
    _When iPod is plugged into my CPU it seems to act normally - the screen lights up briefly and displays the message "do not connect" as iTunes starts and syncs all checked songs like normal.
    _After the sync the iPod display a full battery icon.
    _When the iPod is unplugged from the CPU the iPod display is lit briefly, displays the menu where the user selects which language to use. There is a small icon that looks like a lock at the top of the screen. After about 15 secs the screen goes blank despite trying to scroll and make selections with the click wheel.
    _The iPod does not respond to the click wheel when in Itunes (which may be normal) or when disconnected (even after switching the hold switch back and forth several times).
    _The iPod shows up in iTunes and in My Computer.
    _Songs on iPod open in Windows Media Player and play OK when selected directly from My Computer.
    I tried restoring (1.3.1.) a dozen times and upgrading the iPod several times from Itunes and also restoring ITunes 5 but no luck.
    This iPod (2g) is 15 mos. old and worked perfectly just prior to the upgrade to 7.1.1.5..
    Any help would be appreciated!
    sbyberg
    Serial Number: 6U5483TWSZB

  • IPod nano 3rd gen. Apple logo remains on screen and iTunes doesn't recognise it's plugged in, I can't even turn it off. I've tried to get to disc menu but when I hold the 'menu and select button' it reboots it doesn't recognise the select and play button

    iPod nano 3rd gen. Apple logo remains on screen and iTunes doesn't recognise it's plugged in, I can't even turn it off. I've tried to get to disc menu but when I hold the 'menu and select button' it reboots and then doesn't recognise the select and play button to show the tick. I'm helpless.

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                 
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • How to make new scop of list and selection parameter in ME2L or ME2M

    Hi,
      As there are many reports avaliable ,  in ME2L and ME2M  there is scope of list and selection parameter on the selection screen,  i want to know how we can create new scope of list and new selection parameter.
    regards,
    zafar

    IMG ---> Material Management ---> Purchasing ---> Reporting ---> Maintain Purchasing Lists ---> Scope of List ---> Define Scope of List

  • JFileChooser "List" and "Details" button disabled.

    Hi,
    The two buttons "List" and "Details" buttons on the top-right of my JFileChooser dialog box are both disabled.
    Dose anyone know how to enable them?
    Thanks
    slam

    Here's a solution. I still think there should be a more official way of doing this.
    public MyFileView(JFileChooser chooser)
              for ( Component c : chooser.getComponents())
                   if (c.getClass() == FilePane.class)
                        filePane = (FilePane) c;
         @Override
         public String getName(File f)
              if (filePane.getViewType() == FilePane.VIEWTYPE_DETAILS){
                   return "Long";
              return null;
         }

  • How do i unfreeze my ipod when ive already tried the menu and select button and that didnt help?

    how do i unfreeze my ipod when ive already tried the menu and select button and that didnt help?

    How long did you press and hold both the Select (Center) and Menu buttons together?  Have you tried doing this procedure more than once?  Is the hold switch in the Off position?
    If nothing else, let the iPod's battery fully drain. Then charge it back up again.
    B-rock

  • Popups how top program the ok and cancel button

    How do I program the ok and cancel button in the popups. I want to add functionality to the existing ok and cancel buttons in the popup
    Thanks,
    Veena

    You can ise a dialog inside the popup and use a dialogListener to check how hte dialog has been closed
    public void handleDialog(DialogEvent event)
      if (event.getOutcome().equals(DialogEvent.Outcome.no))
        setGender(getOldGender());
        // reference to the gender component is from component binding
        // see selectOneRadio above - binding="#{sharedPopup.genderComponent}
        RequestContext.getCurrentInstance().addPartialTarget(getGenderComponent());
    }{code}
    Timo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I can not see my screen, but I can listen to notifications, listen to music with headphones, and my button locked not responds

    I can not see my screen, but I can listen to notifications, listen to music with headphones, and my button locked not responds

    I believe the keys on an imac are F11 and F12, for dark / bright respectively.
    Try that, I think it'll work.
    If not, then try out all the "F" keys, one of them will work.
    Ben

  • How to display warning message box with yes and no buttons

    Hi,
    I am writing the code to delete emp details from database.
    I want to display warning message with yes and no buttons after clicking the delete button in the same page, if yes is clicked, i want to invoke delete() method in AM.
    Is it possible, if yes pls suggest me how to do it.
    Thanks
    Message was edited by:
    user536125

    This is being discussed in
    warning message(dialog page) to be displayed in the same page
    Thanks
    Tapash

  • HT1320 My Ipod nano says its locked and screens on and it's staying frozen.  I have tried pressing the menu and select button simultaneously and still not reset.  What should I do?.

    My Ipod nano says its locked and screens on and it's staying frozen.  I have tried pressing the menu and select button simultaneously and still not reset.  What should I do?

    Right click on the iPod Nano icon.  "Eject" should pop up.  At least that is the way it works on Macs. 
    Just found this: 
    iPod: How to Safely Disconnect if iPod doesn't eject

  • Broken Menu and Select Buttons!!

    My iPod mini was fine yesterday and now after wearing it doing exercise, the menu and select buttons and the scroll wheel do not work!! It still plays when i press the play button and can change track, but i dont understand why this has happened?! How can i fix it? obviously can reset it because the menu and select buttons dont work =S

    "obviously can reset it because the menu and select buttons dont work =S"
    It might seem so.., but have you actually tried resetting it? It might just work.
    If not, I'd try restoring it.
    http://docs.info.apple.com/article.html?artnum=60983
    Cheers!
    -Bryan

  • List and selecting items in it ?

    I use List (element in building GUI). In emulators it works nicely and I have possibility to select one item from the list (I didn't code anything about selecting it) it was automatically added to menu. This is great.
    When running the same app in actual device (Nokia 7210), the "select" is not possible / provided by the phone...Theere is no such element at all. So I actually can't select an item out of list.
    In nokia 7650 this doesn�t occur.
    My mistake, need to program ? .. how to proceed ?
    P

    Funny that mine doesn't work and I have the same firmware version...
    My situation is that I have a List, with items that are ment to be selected.. I need to have commands generally concerning the whole application and commands that are available after user have selected one item from the list.
    This is now done so that I have one List (holding those selectable items...), select button then leads to another list, where I have list of actions available to selected item.
    The previous list also has Commands appended to it.
    These commands are always available, but in phone the List Select button is gone, and accesing that other list (with detailed actions concerning only the selected item) is then impossible.

Maybe you are looking for

  • Robotic noise instead of audio coming out

    Hi all I just set up my first iChat AV 'chat' with a friend... I have an iMac Intel Core Duo and she has a Macbook Power PC G4.... she doenst have a camera, but I do and she can see me when we connect, and she can hear me OK, but all I hear from her

  • Can I view privately created content on my iPad which d in iDVD on my iPad?

    I created a project in iDVD which contains some old family photographs set to music. Of course there are no copyright or DRM issue involved here. I just want to view the contents on my iPad. Is this possible and if so, how?

  • TCP/IP error 63

    Hello everyone, I have attached two vi's that communicate between my HMI and FP module using TCP/IP. Is there any reason why my connection would not re-establish after being broken e.g loss of power to the PC or even pulling the the network cable out

  • Snow Leopard to Mavericks: cannot be installed on this computer.

    Hi all, When I want to upgrade my snow leopard to mavericks the app store is telling me that Mavericks cannot be installed on this computer. So I've checked the System Requirements and I should be good. Model Name:          MacBook   Model Identifier

  • Best way for printing

    Hi,    I have developed a card designer tool having features of adding text and image on card with many effects(sepia, negative etc..) , But when I print the quality of printed card is not good, I used ImageSnapshot class to print and used dpi 300.