Help in creating a pull down menu

I am looking for examples on how to create a pull down menu. I have looked on the CLDC classes but can't find one. Do I have to developed the code from scratch??
Any help will be appreciated.
Thanks

Hi there,
I had the same problem a while ago and posted a message on KVM-INTEREST and here's the most useful reply I got:
There's no high level user interface component that does this specifically. If you add commands to a screen the implementation may use a drop down menu but that is up to the device. For example, if you add 6 commands to a MIDlet then a Palm Pilot renders this as 2 buttons under the screen and a drop down menu containing all 6 commands.
Using the low level API you can do whatever you like however. You could only use these "custom-made" drop down menus on top of your canvas objects
however. i.e. You couldn't add them to other types of screens.
Your code will have to be quite generic if you want portability however and this will no-doubt bloat things out a little. Still, if you want drop-down menus you can have 'em. You need to do some work though :)
Cheers,
Omar...

Similar Messages

  • Director 8 - how do I create a pull down menu

    I have only been using Director for a short while and I am
    trying to figure out how to create an interactive pull down menu.
    There would be a title (click on title) then a series of Chapters
    would show up under the title. By clicking on a chapter (or
    releasing the mouse button) the viewer would be taken to the
    beginning of that chapter. I have seen the pull down button in the
    Library but have no idea on how to use it.

    To use the Dropdown Menu behavior from the Controls pane of
    the Library Palette:
    1) Create a field member
    2) Place it on the Stage
    3) Open the Library Palette at the Controls pane
    4) Drag the Dropdown Menu behavior onto the field sprite
    5) Select the appropriate* choices in the Behavior Parameters
    dialog
    6) Run your movie
    7) Click on the field sprite.
    * What are the appropriate choices? That depends on how you
    plan to design your project. You might like to start by creating a
    marker label for each of your chapters, and using "Markers in this
    movie" as the value for the "Contents" property.

  • Pull down menu in JDeveloper

    Hi,
    Can I create a pull down menu in JDeveloper?
    I found some products to generate JScript menus, but we have to buy them.
    I want to know if there is any option in JDev to generate them.
    Thanks
    José

    We don't generate DHTML/Javascript menus in HTML pages. There's a couple of free code bits on the net, I'd google around.
    Rob
    Team JDev

  • Why not instruct MacOS 10.10 users in creating a new folder to use the wheel icon pull-down menu ...

    Your instructions on creating folders aren't correct. for my Mac, saying nothing about having to
    Open the Bookmarks pull-down menu
    Select 'Unsorted Bookmarks'
    Go to the top 'Wheel' icon
    THEN you can create a new folder, and other good things
    Bit of a pain. Otherwise, Firefox is great!

    * Bookmarks created via a click on the star in the location bar are stored by default in the Unsorted Bookmarks folder.
    Another click on the blue highlighted star allows to edit the properties and move the bookmark to another folder.
    * Bookmarks created via "Bookmarks > Bookmark This Page" (Ctrl + D) are stored at the bottom of the Bookmarks Menu folder.
    In the left pane in the Library (Bookmarks > Show All Bookmarks) there are three folders in the "All Bookmarks" folder:
    * "Bookmarks Toolbar"
    * "Bookmarks Menu"
    * "Unsorted Bookmarks"
    You can add new bookmarks to one of those three Bookmarks folders, but you can not create a new folder or add bookmarks at the root level ("All Bookmarks") or remove one of the three root folders.
    In the Bookmarks Manager you can also create a new folder via the Organize menu.
    In the Bookmarks sidebar (Ctrl+B; Cmd+B on Mac) you can do that via the right-click context menu.
    There are three main Bookmarks folders and bookmarks can only be created in one of those folders and its sub folders.
    * The "Bookmarks Toolbar" folder stores the bookmarks that you see on the Bookmarks Toolbar (Firefox > Options or View > Toolbars).
    * The "Bookmarks Menu" folder stores bookmarks that show in the Bookmarks menu and are created via "Bookmarks > Bookmark This Page" or via "Bookmark This Link" in the right-click context menu.
    * The "Unsorted Bookmarks" folder stores bookmarks that are created by clicking the star at the right end of the location bar.

  • I reinstalled iPhoto 9.1 and now I can't drag and drop photos to the desktop.  The photos have a grayed out flag in the upper left corner and a pull down menu in the bottom right. Please help.

    I reinstalled iPhoto 9.1 and now I can't drag and drop photos to the desktop. The photos have a grayed out flag in the upper left corner and a pull down menu in the bottom right. Please help.

    Do you get any error messages?
    Regards
    TD

  • Lion installed. Now when I click on a pull-down menu like "Size" when shopping Safari crashes.  Help!

    Lion installed.  Now when I click on a pull-down menu like "Size" when shopping Safari crashes.  Help!

    Can't help with your Safari issue, but if you want to report this issue to Apple's engineering, send a bug report or an enhancement request via its Bug Reporter system. To do this, register as an Apple Developer—it's free and available for all Mac users and gets you a look at some development software. Since you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report or enhancement request. You'll get a response and a follow-up number; thus, starting a dialog with engineering.

  • Trying to create a drop down menu in numbers...please help

    Hi
    Can anyone indicate how to go about creating a drop-down menu.
    Thanks in advance

    Hi Meela,
    Welcome to Apple Discussions and the Numbers 08 forum.
    Check page 66 of the Numbers User Guide supplied with your copy of iWork. The guide refers to them as "pop-up" menus, so a search using "pop-up" will be more successful than one using "drop down".
    Essentially the process is:
    Click on the cell to select it.
    Open the Inspector and choose Cell Format (icon is a cell containing 42)
    Click the Cell Format menu and select Pop-up Menu from the bottom of the list.
    Double click an item in the list to edit it. Click the + button to add an item, the - button to delete the selected item.
    Done.
    Regards,
    Barry

  • Pull-down menu for Ring-Constants in module parameter settings?

    Hey all,
    I have a labview VI that has a ring-constant as a control.  When I call this VI as an action in teststand and go to the module parameters, then I must enter in a number (I32) instead of having a pull-down menu containing my list of items.  This is particularly annoying because I have to reference the VI to match a number to an item name.  So far, the only way I've been able to get a pull-down menu in the module parameters is by using a enum constant as a labview control, but this doesn't work for me because the item values are not sequential.  Has anyone found a way around this?
    -Ryan

    Hello Ryan,
    To my knowledge, there is no way of getting a Ring Control to show up as a pull-down menu in TestStand as with the Enum Control.
    However, as a workaround, you could create an Enum Control that contains the same menu items as your Ring Control and use the Enum as your TestStand parameter to set the value of your Ring Control. Please see the attached VI. Set the Enum Control and run the VI. The Ring Control will match the Enum Control.
    Let me know if this helps.
    Manooch H.
    National Instruments
    Attachments:
    RINGFORUM1.vi ‏11 KB

  • Filter the pull down menu of physical channels control

    Hello all,
    I need help, I'm desperate!
    I'm trying to create a software recording data from an accelerometer by using a NI USB-9234 device. So in order to do that, I linked a physical channels control to DAQmx create channel. The thing is, I want to display in the pull down menu, only the physical channels attached to the NI device specified above. And besides, I'd like this to be done automaticaly, meaning that no matter what is the name of the device (dev1, dev2, dev3...), the pull down menu will display the four physical channels attached to the specified device.
    Am I clear ?
    I know that by right-clicking on the physical channels control, I can filter it but I can't manage to figure it out how to filter by specifiying a device. Maybe by using property nodes...I don't know.
    If somebody has a solution, that would be much appreciated.
    Thanks a lot

    You can configure IO Name Filtering by choosing the following option in the context menu:
    But you cannot select a certain device type there, but only certain device names (which is a huge difference).
    So the easiest way to accomplish your task is to define a name for your USB-9234 (like MyDevice) and then limit the selection to "MyDevice".
    You have to make sure, that each PC using the application as aware of "MyDevice". This setting is done in MAX (Measurement and Automation Explorer) and can be distributed with your application using the Application Builder (or manual export/import within MAX).
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • How to mimic Pull Down Menu like APEX WORKSPACE

    Hi,
    I want to have Pull Down Menu like APEX Workspace pages where Application Developer, SQL Workspace, Team Developement and Administration have menus attached to them.
    They appear in Pull Down format.
    I want to mimic the same in my application. I have Pull Down List template and created a list region. It is showing the menus but I want the width and height of the lists to be same as that of APEX Workspace pages.
    I have very little knowledge about javascript and others. I am familiar with PL/SQL.
    Please help.
    Thanks,
    Mehabub

    Mehabub Sheikh wrote:
    Hi,
    I want to have Pull Down Menu like APEX Workspace pages where Application Developer, SQL Workspace, Team Developement and Administration have menus attached to them.
    They appear in Pull Down format.
    I want to mimic the same in my application. I have Pull Down List template and created a list region. It is showing the menus but I want the width and height of the lists to be same as that of APEX Workspace pages.
    I have very little knowledge about javascript and others. I am familiar with PL/SQL.The best way to get help with layout/visual formatting/CSS/JavaScript is to create an example on apex.oracle.com and post developer credentials for the workspace.

  • My saved passwords started having a blank pull down menu

    My saved passwords started having a blank pull down menu and so do many of my auto fills. I have reinstalled but it happened right away again.
    == This happened ==
    Every time Firefox opened
    == a few weeks ago

    Hello Ryan,
    To my knowledge, there is no way of getting a Ring Control to show up as a pull-down menu in TestStand as with the Enum Control.
    However, as a workaround, you could create an Enum Control that contains the same menu items as your Ring Control and use the Enum as your TestStand parameter to set the value of your Ring Control. Please see the attached VI. Set the Enum Control and run the VI. The Ring Control will match the Enum Control.
    Let me know if this helps.
    Manooch H.
    National Instruments
    Attachments:
    RINGFORUM1.vi ‏11 KB

  • Printing a page size not in the printer's pull down menu

    Hi!  I have a Photsmart C6180, which I'm running on Windows 7.  I'm trying to print out invitations on 5.5 x 8.5 cards, but I don't see that size in the pull down menu on the print screen.  I have printed that size on that printer before, but that was with my old computer which ran XP.  What gives?  Does anyone have any idea how to create a custom page size for the printer?
    Thank you in advance for your help.
    Anne

    Hi there @shirleywas 
    Welcome to the Community
    I read about how you are trying to print on 13 x 6 paper size, and are not finding the options to select this size within your options.
    After checking out the printers Specifications, I see that the printer does not support the size you are looking for specifically however, you can check out the links below to see if you are able to create a custom size to get the size you want. This may not work but could be worth a shot to try it out.
    I am unsure of which operating system you're running so I have included links that will include:
    Windows 7, Windows 8, and Mac OS X here: Create Custom Paper Sizes in Windows 7, Windows 8, and Mac OS X
    Windows XP or Windows Server 2003 here: Re: printing on 5.5x8.0 paper
    Have a great Wednesday!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Is there a way to create a drop down menu with an automatic answer dependent on what is chosen?

    Is there a way to create a drop down menu with an automatic answer dependent on what is chosen? An if-then statement perhaps?  I am looking to add over 100 drop down options and would like to have a message automatically pop up depending one which option they chose.  Thank you.

    Hi,
    You would use the skip logic to conditionally show form items based on the selection within the drop-down menu. Here's a link to a description of the feature in our help documentation:
    http://help.adobe.com/en_US/formscentral/using/WSd789abd336388b1642c7fce012da94afe4f-8000. html#WS0faeceb8c23f5d60-774f03e3131ddc76d7d-8000
    Regards,
    Brian

  • How do i create a drop-down menu in SharePoint that redirects to a new page?..

    Helly everyone, i have a question and really hope someone can help me out here:)
    In SharePoint i want to create a drop-down menu that has the possibelty to redirect to other websites.
    I fount the code below and it works but just not in SharePoint:(
    It only shows the drop-down list but it doesn't redirect you to another website if you click on a site.
    Can someone please help me out because it's really getting frustrating.
    <form method="post" action="" name="">
    <select name="select15" onChange="window.open(this.options[this.selectedIndex].value,'_parent')">
    <option selected>Please Select Site to Visit</option>
    <option>---------------------------------------------------</option>
    <option value="http://leedssocialclubs.co.uk">Leeds Social Clubs </option>
    <option value="http://yahoo.co.uk">Yahoo </option>
    <option value="http://msn.com">MSN </option>
    <option value="http://Moonfruit.com">Moonfruit </option>
    <option value="http://burystaffhire.moonfruit.com/#/home/4548482603">Bury Staff Hire</option>
    </select>
    </form>

    <form>
    <select name="URL" onchange="window.location.href=this.form.URL.options[this.form.URL.selectedIndex].value">
    <option value="">Choose a site</option>
    <option value="http://webdesign.about.com/">Web Design Front Page</option>
    <option value="http://webdesign.about.com/library/beginning/bl_begin.htm">
    Beginning HTML</option>
    <option value="http://webdesign.about.com/od/javascript/">JavaScript Help</option>
    </select>
    </form>
    Demo url
    http://webdesign.about.com/od/examples/l/blfaqddredirect.htm
    script url
    http://webdesign.about.com/od/javascript/a/aa050701a.htm
    For me it is working fine

  • How can i create a drop down menu for set qty in my store?

    I'm wondering how i can create a drop down menu for the qty module that sits on the individual product page. My client sells in quantities of 6 packs. I currently have the minimum order at 6 but i would like to give consumers the option for 6,12,18...and so forth. I was told that it could be accomplished? Hopefully someone can help me.

    Hi Chris -
    Thank you for your reply! I had seen your article before, and just now again attempted to follow it, but I get stuck. There are two things that I'm confused by.
    First off, toward the top, referring to the initial button, you say to add this interaction:
    ON CLICK; Play Transition to comboBox: selected
    ON ROLL OUT; Play Transition to comboBox normal if comboBox is in over state
    ON ROLL OVER; Play Transition to comboBox over if comboBox is in normal
    However, I do not see these transition options. When I select the button, the only interactions I have are to Play transistion to state, Play action sequence, Go to URL, and two for videos. So that's the first roadblock for me.
    But, trying to get passed that, I went down to the portion of the article that refers to adding interaction to the dataset items. Again, I don't get it, as I see no way to add interaction to a dataset item. When I open my design-time data menu, I do see the items, and am able to rename each item, add additional rows, and change the shape of the datalist layout. However, I see no way to add an interaction to a dataset item. I must be missing a step ... Can you help with this?
    Again, thank you!
    Amy

Maybe you are looking for

  • Sap Script To OTF

    Hi Experts, I am trying to convert a script to pdf data. In the open_form I set getotf = 'X' and in the close form , i get the OTf data. I convert this otf to pdf data. In the pdf output, I only have the static fields and no data.Though the number of

  • Initialize Org Units on PNPCE Org Structure selection

    Hi All In the selection screen of programs where PNP or PNPCE logical database is used, the Org Units can be selected from the Org Structure. Can anyone tell me how to initialize Org Units values into the org structure screen

  • Problem in installing GoldenGate Director on weblogic 12c

    hello friends, we have a server with weblogic 12c and a basic domain namely "base_domain" on it.(i have no earlier experience about weblogic).its path is "D:\Oracle\Middleware_HOME\wlserver_12.1" i can start its AdminServer and we can login to its co

  • Nested sub-header (Groupable Header) JTable Example and JDK 1.5

    There is an old Nobuo Tamemasa example of making a JTable with grouped column headers at: http://www.codeguru.com/java/articles/124.shtml I made a couple of minor mods to get it to run under JDK 1.4. It works like a charm. If I run the same code unde

  • No audio on disc

    I am burning a DVD on a blue ray burner with DVD settings, I burned one disc, the sound came on only after a while during playback.  I burned another disc using identical settings and there was no sound file at all.  Is it a problem with Encore or wi