How to create a list of icon button similar to the application of the timesheet

Hello
Can someone tell me how to create an icon, with drop-down list that looks like and similar to the button work, we can find in the application of the timesheet in the following URL: http://apex.oracle.com/pls/otn/f?p=35222:LOGIN

Thank you!

Hello
Click on your list box
Click on the name of the list
It is redirects to the list property
Choose the name of the specific list item, that it will open for the parameter of the attribute
Choose the small button on the right image will pop up the existing images or
Download your [shared components] Access image #APP_IMAGES #image1.gif

Thank you
Loga

Tags: Database

Similar Questions

  • How to create a list of button by using the names of a table

    Hi, I want to create an application that displays detailed information about something. for example, as the profile of the users. my application will read an xml response from the server that contains the list of the names of the users. How to create a list of buttons using the names and then each button that displays the name that can be pressed and displays detailed information about the name? I think that it is similar to the BBM app that displays a contact list of the user. Thank you very much

    Create a ButtonField as:

    ButtonField [] users_buttons = new ButtonField [number of users];

    Initialize the uasing dem:

    for (int i = 0; i)<>

    users_buttons [i] = new ButtonField ("user", Field.FIELD_HCENTER |) ButtonField.CONSUME_CLICK);

    Make dem clickable setchangeListener method of buttonField and Ooveride Navigation click to make a few operatoin by clicking on the specific button!

  • How to create a list of chips which is aligned which can occur over time (such as powerpoint)

    Hi all. I'm trying to figure out how to create a list of chips for a training video that will appear gradually as the voice on reveals each point, without the need to have a separate title for each point. Even if I create bullets, especially how to align and having the good spacing between each sentence. Basically I want it to be like an animated Powerpoint slide! Please can someone give me advice on how to do this than all my text/bullet alignment points and are spaced evenly. Thank you!

    Each line is revealed over time:

    Title

    • Point 1
    • Point 2
    • Point 3

    Do in the Titler, and start with the complete list of ball.

    Then create "new title based on the current title" and remove the bottom line

    Do so until that there is only a line on the left.

  • How to create a jar for icons

    Hi all


    How to create a jar for icons? Please help me thanks in advance.


    Sarah

    Hi Sarah!

    To do this, you use at best the jdk (java development kit) which is already
    installed on your pc in forms is installed.

    Copy all your gif icons in a folder
    Open the command prompt and in this folder.

    If we assume that you have installed forms in the default directory, call the jar.exe like this:

     x:\DevSuiteHome_1\jdk\bin\jar -cfv your_icons.jar *.gif
    

    This will create a jar file in the same directory.
    Copy the jar file into your x:\DevSuiteHome_1\forms\java folder.

    Then open your formsweb.cfg x:\DevSuiteHome_1\forms\server and change your configuration entry under the

    archive_jini=frmall_jinit.jar
    

    TO

    archive_jini=frmall_jinit.jar, your_icons.jar
    

    Please check if in your formsweb.cfg so the imagebase is set to the code base.
    If this isn't the case, create a parameter in your config entry:

    imagebase=codebase
    

    Now the jar file is loaded when you start your application and the icons are
    turns red from the jar file.

    Concerning

  • How to create a new project with other page with the new version of Muse layouts?

    Hello
    If someone would continue to operate as before with the inadmissible Muse version... is - this posible to have both versions installed? or how to create a new project with other page with the new version of Muse layouts?
    Or how to download third party) 3 different configurations (desktop/tablet/mobile) under the same url with a clean result, like up yet with the Muse does not?

    Thanks for any help,

    Patrick

    Use the new version! What you want to achieve, will work! Go to the 'Page' menu and choose 'Add another Layout' and the missed buttons are in plan view.

  • How to create a form of relief with highlight on the edge, in 2015 of the Illustrator

    I work in 2015 of the Illustrator. How to create a shape (3d) raised with highlighted on the edge, like this:

    Coordinate shape.jpg

    It will work as a form, not a button, so there is no need of different States. I looked at a few tutorials to create buttons, and they seemed much more complicated that I think you need to create a form like this.

    -Stuart

    Experience 3D bevel & emboss, front view and Tall-round bevel. Adjust the lighting you want. Then add a light shade.

    Personally I have always found these bevel unsatisfactory effects, but you can produce similar results using carefully controlled mixtures

  • How to create a rule of action to subtract from the Ips event log manager console express?

    How to create a rule of action to subtract from the Ips event log manager express console?, some unknown has a guide?

    Thank you.

    Sent by Cisco Support technique iPad App

    Hello

    http://www.Cisco.com/en/us/products/sw/secursw/ps2113/products_tech_note09186a0080bc7910.shtml

    HTH

    Luis Silva

    "If you need IDP (planning, design, implementation) assistance do not hesitate to contact us.

    http://www.Cisco.com/Web/partners/tools/pdihd.html

  • How to create e-commerce site using adobe muse from the beginning to the end, please

    How to create e-commerce site using adobe muse from the beginning to the end, please

    Mylenium, why comment you on the forums of Muse? I've never seen a useful comment on these forums. You seem to just upset against Muse all the time.

    in any case, definitely go with widgets Ecwid and J-26. They are the best.

  • Form the "submit" button similar to the first Page

    I'm trying to understand how the Send button.

    I'm moving on from my days of Frontpage.  There, I created a form with a button send at the bottom. I could right click on the button submit, where I've isolated a .txt file to a folder on the server called "_private".  The Send button would only add the info from the completed form at the bottom of the text file, which, being in the _private folder, could not access by password.

    All tutorials Dreamweaver I can find show how to make the shape (which seems simple enough), but none explain how to set up the submit button (which I do not want sent by e-mail) or where the info is presented or stored or accessible.

    Any help would be greatly appreciated!

    Kevin Gerow

    How forms work in a few words:

    (1) html forms collect data.

    (2) sometimes the client script (JavaScript/jQuery) are used to validate the form fields & make sure that all required fields are filled correctly.   It is not 100% reliable, however, that spammers robots do not use JavaScript.

    (3) PHP or another script server-side more guarantees the required fields are filled in (in the case of that JavaScript is disabled) and data are sanitized to prevent the pirates & spam bots to exploit your forms.  Then, data are processed by your server and sent to a destination specified in the script - that is to say, your e-mail address or folder / database on your server.   Finally, the user receives a success message telling them that the form was sent.

    For the end user, this seems very simple - as well it should.  But there are a lot of things behind the scenes.  If your server supports PHP & the function mail (), I wrote a tutorial part 3 contact form below.

    ALT-Web Design & Publishing: sensitive Contact form with 3.2 Bootstrap and PHP (part 1)

    Nancy O.

  • BB10: How to create multiple lists (one next to the other)

    Hello world

    I need to create a menu similar to the following image:

    In this menu list:

    1. The user could drag vertically and navigate between ELEMENTS (ITEM1, ITEM2, ITEM3,...). In addition, headers of title (like tete2) would remain on the top, I mean, they hide when sliding down.
    2. The user can drag as horizontally. And a new list of ITEMS will be displayed. And the header titles will be moved as well.

    So, in a nutshell, what I need is something like several vertical inside a horizontal list lists.

    Any ideas?

    Thanks in advance.

    Hi guys,.

    I finally understood how do.

    Here's how I did it:

    1. I created several containers, one for each vertical list. The 1st container is visible to the user. The 2nd is hidden just then (right) at the 1st. the 3rd one is hidden just then (right) on the 2nd. And so on.
    2. I used getures to catch any user to slide. Whenever the user calls, either to the left or to the right, I use animations to hide the visible screen and make it visible, the following. You should also block the selection of list items any time you catch the user, cause you don't want the user to swipe and select both Sam.
    3. The headers have been the biggest problem. I created a container of the stack layout page-fromLeftToRight for the headers. This container has a very large "minWidth", and in it I put a label for each header. In order to locate each header in the Middle, no matter how long the text it contains, I used 'LayoutUpdateHandler' Manager for each label. This handler gives the current width of the label you and from there, you can calculate and set the position of the label he.
    4. I used gestures and animations to move headers. Just as I did with the lists.

    The good things is that it works, and it does so very smoothly.

    I know the tabs would be a much easier solution, but my client wanted something more will you allow. Thank you very much for your good help.

    Hope this helps someone.

    Thanks again guys.

  • How to create a list of the order of the day?

    Hello

    I'm trying to create a simple list of the order of the day in Adobe Muse with about 4 rows that includes the date, time and description for each line.

    How can I create a list like this? It would be great if my client to add a new course (with date and discription) in chronological order.

    Registration for the course and nothing is not required.

    Is is possible to build a list like this in the Muse?

    Thanks in advance.

    Schermafbeelding 2016-02-02 om 15.13.32.png

    You can not dynamic stuff in Muse with the exception of third-party widgets. Everything else requires a dynamic interface, so no, you want to do is not possible. You can of course keep a list manually, built from whatever elements you deem appropriate.

    Mylenium

  • How to create a horizontal Gallery with buttons?

    I can't understand how to create a way to show my photos as a horizontal Gallery with buttons to scroll (photos at left), as Elizabeth Gadd photography . Can anyone help?

    Have you looked at the standard slideshow and Lightbox widget or sought another widget "image Carousel"? It's really basic things.

    Mylenium

  • How to create a list for the tabs 2nd level

    Dear Experts

    I created a view
    CREATE OR REPLACE FORCE VIEW  "MY_VW_TABS" ("APPID", "PTTARGET", "PTTABNAME", "PTTABLABEL", "TABNAME", "TABLABEL", "TABPAGE") AS
      select pt.APPLICATION_ID APPID,pt.TAB_TARGET PTTARGET,pt.TAB_NAME PTTABNAME,pt.TAB_LABEL PTTABLABEL,t.TAB_NAME TABNAME,t.TAB_LABEL TABLABEL,t.TAB_PAGE TABPAGE
    from APEX_APPLICATION_PARENT_TABS pt,APEX_APPLICATION_TABS t
    where t.tab_set = pt.TAB_NAME
    and pt.APPLICATION_ID=t.APPLICATION_ID
    order by pt.TAB_NAME,t.TAB_NAME
    I need to create a dynamic list based on this view of the * 2nd level tabs * (of my model of two-level tabs page), to be used in a region bordered on page 0. However, I found that the code in the list should be as follows:
    select level, labelValue label, 
           [targetValue]            target, 
           [is_current]             is_current_list_entry,
           [imageValue]             image, 
           [imageAttributeValue]    image_attribute,
           [imageAltValue]          image_alt_attribute,
           [attribute1]             attribute1,
           [attribute2]             attribute2,
           [attribute3]             attribute3,
           [attribute4]             attribute4,
           [attribute5]             attribute5,
           [attribute6]             attribute6,
           [attribute7]             attribute7,
           [attribute8]             attribute8,
           [attribute9]             attribute9,
           [attribute10]            attribute10
    from ...
    where ...
    order by ...
    Now, I have two questions:
    (1) how to use the view above to be used in the code of dynamic list?
    (2) is a good way to create a list for the tabs 2nd level?

    Best regards
    Mahmoud

    Mahmoud

    Are you sure that you view is correct?

    >

     where t.tab_set = pt.TAB_NAME
     
    

    Should be

    where t.tab_set = pt.current_for_tabset
    

    Nicolette

  • How to create a list of permissions in the wizard for registration of components?

    Dear friends,

    Hello. I have just finished developing my first PeopleSoft application in the Application Designer and try to save the component using the registration wizard. I have 2 questions:

    When to use select button to select an allow list, first of all, there is no list of permission to select from my computer. So creating a list of permissions in the registration wizard?

    Secondly, in content reference window, click the "select" button to select the name of the portal and the name of the folder. Then click on the button "Open Selected", it is supposed to launch a browser that takes the administration page to create a new folder if necessary. But in my computer, the browser is a message: "page cannot display." What is going on?

    Friends can help answer these 2 questions? Thank you.



    Lucy

    Lucy,

    You cannot create a list of permissions in the registration wizard, only selection from a list of those that already exist. Note that when you choose the selection... button, there is another selection button in the popup window that acts first as a search button, and assuming that it returns a list of highlight or authorization lists you want to include and use the Select button. You can enter search criteria before using the Select button, or leave it blank to see everything.

    In response to your second question, the selected button open for content references will not work unless you set the URI correctly on the browser under Tools-> Options tab in the App Designer.

    Kind regards
    Bob

  • How to create a web launcher icon?

    I don't know where to post this, but I'm trying to put an icon on my blackberry. Then click on I want to him to go to a Web site. I can't find a tutorial or anything on it. Can anyone provide little help on this?

    Thank you

    create a custom png which is (I think) 42 x 36.

    the java code below to create a launcher of web application

    ----------------

    package yourpackagehere;

    Import net.rim.blackberry.api.browser.Browser;
    Import net.rim.blackberry.api.browser.BrowserSession;
    Import net.rim.device.api.ui.UiApplication;

    /**
    *
    */
    class WebLink extends UiApplication {}
       
    Public Shared Sub main (String [] args) {}
    WebLink instance = new WebLink();
    instance.enterEventDispatcher ();
    }
     
    public WebLink() {}
    Private site = Browser.getDefaultSession ();
    site.displayPage ("http://www.yourURLhere.com");
    System.Exit (0);
    }
       
    }

    --------------

    If you use BlackBerry JDE, once you have created your project and have this java file, right click to "add the file to the project.  Add the png file (it will create a folder "img").  Now right click the png in the jde now select "Properties", then click "use as icon for the application.  I think that you also select 'file is generated.

    I'm still a beginner also, but this code helped me a bit.

Maybe you are looking for

  • How to get rid of yahoo as search engine when opening firefox

    When I open Firefox and enter a site in the search box, yahoo appears as a research vehicle. It takes forever to find the required site. I tried various things, but it seems that this feature of Yahoo has been installed when I did another download.

  • Binary tree Layout?

    Hello, I need help. Please give me idea/tip/sample code how to build Binary Tree Layout. For who don't know what is binary tree. Click on the link below... Binary image of page layout Binary tree layout 2 Thank you...

  • SMS and incoming calls blackBerry Q10

    When I receive incoming sms and call a few contacts show no contacts.All the numbers described in the external encoding + local number (country code).Someone knows what's the problem?

  • On the "BOLD" ToneControl

    Hello I used the sample code in the API ToneControl, trying to play ringtones on the "BOLD", but I can't hear anything. The player gets create, the ToneControl object is there, he plays, but I can't hear anything. It works fine on the Simulator. Does

  • computer keeps falling time

    How do heal you the time constantly the loss of synchronization with NTP server or some NIST I try? A new CMOS battery did not help. Fred