Long navigation list

Hello

I was wondering if there is already some built-in support for navigating a long list.  I have a ListField I use for a very long list of contacts (up to 3,000).  Each contact is just a string name.  I have something that generates a search string by capturing keyChars and then by setting the index of the ListField to the first element that hooked startsWith the search string.

My solution works for a full qwerty keyboard, but for cases like multi-tap, I don't know if the user wants to s a 'g' or 'h' when they type.  Any ideas?

I thought about it.  If you implement ListFieldCallback.indexOfList then the framework will handle it for you.  Just need to read the docs better.

Tags: BlackBerry Developers

Similar Questions

  • APEX 5 dynamic navigation list

    I created a list based on a SQL query. I want to replace the list of navigation 5 APEX. How do I do that? When I go to the navigation menu or navigation bar list I see Create or copy, I don't see the option to use my list.

    Hello

    1 - create a navigation list

    go to your application components shared-> browsing-> Menu of Navigation

    Create a new list from scratch of dynamic type, and then click SQL QUERY as the source of your query type

    Enter your query which should have the following columns 'level', 'label', 'target', 'is_current', 'image '.

    example:

    Select LEVEL 'level. "

    PRV_NAME 'label. "

    Decode (connect_by_isleaf, 0, ",'f? p = & APP_ID.)  :'|| To_char (PRV_APEX_PAGE) |': &. session:') "target."

    "YES'"is_current. "

    Decode (NVL (PRV_ICON_IMG, 'A'), 'A', ", PRV_ICON_IMG) 'the image.

    of ADMN_PRIVILEGES

    start with "PRV_ID_PRNT" = 10000

    connect prior "PRV_ID" = "PRV_ID_PRNT."

    siblings arrested by PRV_NAME desc

    then select do not create list of regions.

    2 - in your designer of the page go to the Navigation Menu->override level of User Interface

    and Yes, change

    the next option is enabled

    LIST, select the navigation created in step 1

    then

    Position in the LIST: side

    Model LIST: your model

    Hope this will help you

    Salim

  • Why "Contact management" is not displayed in the left-hand navigation list?

    According to several tutorials I found online (e.g., http://www.7tutorials.com/manage-you-childs-contact-list-windows-live-family-safety), "Contact management" should appear in the list of navigation on the left to 'Change settings' page parental control of my child, "Activity-tracking" and "pray".  Unfortunately, it isn't here.  How can I get this option appear?

    -Chris

    Hello

    Access to the contact management feature has been removed for users who have not already configured it. Please refer to this thread for more details.

  • Media guide Center no longer updates and recent files no longer get listed on the jump list

    How can I fix Windows Media Center without reinstalling Windows

    I have several problems with my Windows Media Center since I moved files stored on another drive TV.wtv, although I can't be sure it was the movement that caused the problems. It is not the first time, I moved files TV registered to other readers and never had any problems before that for 2 more years, I use WMC.

    Here are the problems I've found so far:

    1. the Guide listings are no longer up-to-date. I can manually download updates without error, but the ads do not appear in the Guide.

    2 related Media Center system tray buttons make their appearance is no longer in the system tray. Even when a program is recording, there is no button red, hidden or visible, in the system tray.

    3. these last files no longer appear in the list of Media Center shortcuts in the Start Menu. The only item that appears on the list of shortcuts is 'TV Program Guide', which, as I said to the #1 updates any more.

    I am running Windows 7 Home Premium x 64

    The processes that appear to be related to the program are running are:

    ehtray.exe
    mcGlidHost.exe
    ehrecvr.exe

    Thank you.

    ignore all the other answers. a growing number of people have reported a problem with
    the EPG not updated. Please report your problem to
    http://connect.microsoft.com/site1145. You may need to register for the site
    before you can access the comments tab.
     
     
     
    Barb
     
    MVP - Windows/entertainment and connected home
     
     
    Please mark as answer if that answers your question
     
     
     
     
  • How to get a score of navigation list CSS working according to the needs?

    I am in a bind with a left navigation. I thought it was ok, then realized the buttons together were not selectable, only the text. And hover does not work properly. It looks like right when you hover over the text, but not when you are out of the side of it. What is there in the text is a normal state, "showing through". Being very new to this I could sure use help and learn from him, too. Thanks in advance! Please let me know if you need more information.

    Kind regards

    SAL

    URL: http://www.sallyaverill.com/bom/

    CSS for the nav:

    {.navdiv}
    Width: 200px;
    height: 590px;
    float: left;
    }

    {.leftnavigation}
    Width: 192px;
    margin: 70px 0px 0px 0px;
    padding-left: 8px;
    / * float: left; */
    list-style-type: none;
    }

    . LeftNavigation has, .leftnavigation li {}
    left margin: 0px;
    Width: 171px;
    padding-left: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    / * float: left; */
    color: #392F9D;
    do-size: 10px;
    make-weight: bold;
    do-family: Verdana, Arial, Helvetica, without serif.
    text-decoration: none;
    background-image: url(images/nav_normal.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    }

    . LeftNavigation li {}
    float: left;
    background: url(images/nav_normal.jpg) top left no-repeat;
    border-bottom: 1px solid #999;
    line-height: 150%;
    padding-left: 10px;
    }

    . LeftNavigation li: visited {}
    color: # 66;
    }

    . LeftNavigation li: hover {}
    color: #fffff;
    background-image: url(images/nav_down.jpg);
    }

    . LeftNavigation a: visited {}
    color: # 66;
    }
    . LeftNavigation a: hover {}
    color: #ffffff;
    background-image: url(images/nav_down.jpg);
    }

    Replace what you have now with this:

    /* LEFT NAVIGATION */
    
    .navdiv {
    width: 200px;
    float: left;
    }
    
    .leftnavigation {
    width: 190px;
    margin: 70px 0px 0px 0px;
    padding-left: 8px;
    }
    
    .leftnavigation li {
    background: url(images/nav_normal.jpg) top repeat;
    border-bottom: 1px solid #999;
    list-style:none;
    }
    
    .leftnavigation li a {
    width: 171px;
    padding: 10px 5px;
    font: bold 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display:block;
    }
    
    .leftnavigation li a:link {color: #392F9D;}
    .leftnavigation li a:visited {color: #66C;}
    .leftnavigation li a:hover,
    .leftnavigation li a:active,
    .leftnavigation li a:focus {
    color:#FFF;
    background-image: url(images/nav_down.jpg);
    }
    

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB
    http://ALT-Web.blogspot.com

  • Under Menu in the vertical Navigation list? HOW?

    I made a list ul navigation bars.

    I need to do a more complex architecture, and I have now been trying for several days to get it right.

    I have a vertical list navigation.

    I have secondary categories about the link of the main category, I want to make it appear to the right of the main category, when I hover over.

    I got the secondary opening below, quite easily.

    But what does the rest of the navigation bar to move down, it is therefore difficult hover on the correct links.

    I then got the submenu to appear FINALLY on the side and FINALLY wrote the code to raise up to the correct level for a transfer smoothly to subcatetory list of the main category.

    BUT now all the items in the list in the SUP menu are on each other. They weren't like this before.

    I can't seem to separate and stack vertically as they were before.

    In addition, the list of categories original menu still goes down when the items open a side menu.

    I looked in Dreamweaver, I looked on my training and all over the internet. I know I saw it somewhere!

    I must be missing something. I don't know my code is messy now.

    #nav ul li li {}
    margin:-25% 0 0 92%;
    padding: 0;
    z index: 6;

    }


    #nav li li {}
    margin: 0;
    padding: 0

    }

    #nav li li a {}
    color: #660000;
    Width: 140 px;
    Padding: 6px 3px 6px 17px;
    text-decoration: none;
    border-bottom: 1px solid #666666;

    font: 10px/14px Georgia, "times new" roman, times, serif;
    color: #660000;
    letter-spacing: 1px;
    Display: block;
    border-bottom: 1px #666666
    solid;
    background-color: #f9fde9;
    Width: 140px;
    height: 30px;
    z index: 6;
    }

    Thank you, if someone knows...

    Or can point me in the right direction? Is this OK for this post on Dreamweaver? I use Dreamweaver but write in code. I do not think that Dreamweaver for this.

    They are included in DW since CS3.

    Insert > Spry > SpryMenuBar

    (If I remember correctly)

    Arnout Kazemier

    Adobe Spry Community Expert

    3rdEden | 3rd - Eden.com | Spry - it.com. config. Spry - it.com

  • Users do not select as long multi lists

    Users hate long multi selection lists so I will try to find a simple solution to keep them happy. My users would rather type in a free text field that scroll a long list. I tried without success to use two solutions, I found posted on the web site of Dene Kubickek ApEx Solutions.

    The first is "how to use tables V said. It looks like a great solution, but I can't understand how to implement it on a form. The example uses a SQL report. I would like my users to type comma-delimited names in a text box then onblur and onclick calls a function to validate the names that they typed in. I also intend using a contextual list they can use as a reference to check the spelling of the name of someones or possibly copy and paste from. I have seen the example on how to create a custom box pop up, but I can't understand how to use for multiselects. And yet once my users may not like having to select from a long list. I don't think I need a pop-up list of names in both cases be available as a reference.

    The alternative which would be really slick is the use of "AJAX Auto Complete". Yet once the example is not configured to manage several items typed in the box. In my case, that would be the commas to names like Bob Smith, Jane Jackson, Jack Black. I would like to use this solution. Is it possible to modify the code to manage several items?

    Thank you very much this forum, he saved me more than once. Elizabeth

    One last thing, I really like how the popular tags on the bottom of this page to work. Is there a post of this code anywhere?

    Hello

    For AutoComplete, take a look at this thread-

    Yahoo! AutoComplete widget

    (there are quite a few other threads discuss Autocomplete here too).

    Regarding labelling, look at Carl Backstroms sample application here-

    http://Apex.Oracle.com/pls/OTN/f?p=11933:136

    Hope this helps,

    John.
    --------------------------------------------
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd

  • Clicking on new tab no longer opens list pinned tabs...

    .. .it opens at AOL.

    I tried everything: config, newtab, on: newtab, etc..

    I don't know what is the cause, but I wish you to get results to pinned tabs. Each procedure troubleshooting I've tried has failed.

    Hello

    Try Firefox Safe mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that disables certain parameters, disables most Add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • In Firefox 29,0 and above, click on the menu button

      click Help

      then select restart with disabled modules.

    • In previous versions of Firefox, click on the Firefox button in the upper left of the Firefox window and click help (or click on help in the Menu bar, if you do not have a Firefox button) and click on restart with disabled modules.

    If Firefox is not running, you can start Firefox in Mode safe mode as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. Please follow the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. This might help others with the same problem.

  • Import list loses the record in the navigation menu

    Hello experts,

    I'm experimenting with more specific and APEX 5.0 component exports with export and import of lists.

    DEV, I have a list that is my navigation menu (user interface attributes > desktop > navigation menu > list of navigation menu).

    I add an entry to this list and make an export of this specific list pane only.

    In the TEST, I import this list into the same request with the same application ID and the ID workspace. The list of imports correctly and everything seems fine.

    Except that now my list is no longer my list of navigation menu. I need to change the attributes of user interface and reallocate this list as my navigation menu manually.

    Is this intentional behavior or my computer run into a problem here?

    For me, it's not intentional behaviour.

    I want to be able to update my list and there is record in the navigation menu without having to completely install my application.

    Any input/advice on that?

    Kind regards

    Bart

    Hi Bart,.

    This is a bug known, and followed with the bug # 22090477.

    Concerning

    Patrick

  • Apex 42 5 theme image files in the list of the Navigation menus

    Environment: Apex 5 / 12 c/Linux

    Theme 42 - Menu Navigation

    I'm trying to configure the Navigation Menu to use images in the directory of the East (or #WORKSPACE_IMAGE #) rather than the css fontawsome images.  The help in the Navigation Menu panel shows that the option to use fontawsome css images or images of file system is controlled in the list template.  However, I can find no documentation on how the template must be configured to control this option.

    I copied the side Menu of Navigation list model with a new model (picture Menu in the side Navigation) and the Navigation Menu to use this new list (under User Interfaces).  I tried various constructions in the new model based on the construction of li JQuery for example replace the HTML for the list template in the sense of: -.

    "< li characteristics-current ="true"data-id =" "#A01 #" unable to read the data = "#A02 #" data-icon = "false" >

    "< a href =" "#LINK #" title = "#A04 #" > < img src = "#IMAGE #" / > #TEXT_ESC_SC # < /a > < /li >

    However this is made with a fake fontawesome class and the img tag is removed.

    Various other html constructs fail, which suggests that a flag is somewhere that is needed to indicate to the Apex renderer to use images of filesystem rather than fontawesome classes.  It doesn't seem to be a global setting or the option to configure this.

    Any ideas?  Or the development team would provide advice?

    Thank you.

    HI Paul,.

    Have understood you things by yourself very well.

    You are right that change the markup for the list to be used by widget tree side navigation will not affect the markup generated client side. It is similarly of the menu widget. The tree and the menu widgets are JavaScript data-driven. The markup simple list is just a way to let the models list APEX to create menus or trees. The markup simple list gets transformed into a JavaScript data which are then used to create widgets. The treeView widget and the widget menu cannot use the img tags to display icons.

    Say that 5 APEX uses FontAwesome icons or even the icons of fonts is a little too specific. APEX 5 uses CSS to specify icons. This includes using images and CSS sprite images as long as they are specified in the CSS. Based on the options you give, I think that you understand the situation. In addition to background images 64 Basic, you can use other background images as well. For example, an image of the CSS sprite comes with jQuery UI, and is at your disposal. Or you can use a single image. You can create your own images to sprite.

    Take a look at this simple demo application where I used some of the icons of the sprite CSS UI jQuery as well as some images from the APEX.

    https://Apex.Oracle.com/pls/Apex/f?p=81996:1

    I created a file called my_sprites.css and transferred as a static application file. Then I added it to the user interface of office under CSS files:

    #APP_IMAGES #my_sprites.css

    Here are its contents:

    body .a-TreeView .ui-icon.fa,
    body .a-TreeView .mi-icon.fa {
        display: inline-block;
        margin: 0 12px;
        vertical-align: middle;
        padding: 0;
        height: 16px;
        width: 16px;
    }
    
    body .a-TreeView .mi-icon.fa {
        height: 20px;
        width: 20px;
    }
    
    .t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .ui-icon.fa,
    .t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .mi-icon.fa {
        display: inline-block;
        margin: 0 12px;
        vertical-align: middle;
        padding: 0;
        height: 16px;
        width: 16px;
    }
    
    .t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .mi-icon.fa {
        height: 20px;
        width: 20px;
    }
    
    .mi-icon {
        height: 20px;
        width: 20px;
        display: inline-block;
    }
    
    .mi-icon-calculator {
        background-image: url("/i/htmldb/icons/pt_computation.png");
    }
    
    .mi-icon-piechart {
        background-image: url("/i/htmldb/icons/pt_piechart.png");
    }
    

    The navigation tree side force the type icon "f" then the fa class is added to all icons. If the CSS overrides some properties for the fa class. Some other special css is necessary for when icons are in a tree. For the menu icons, I entered "mi-icone mi-icone-Calculator" for example Image/class field.

    I hope that this help show how to use other types of icons CSS.

    Kind regards

    -John

  • How to create a pick list in the navigation bar

    Hello

    I use apex5 universal theme and I have an obligation to create a selection list in the navigation bar (before the username and logout) and join a dynamic action. Can someone tell me please how to do this.

    Note: I have created a page zero region. But none of the region of downtown suites this obligation to show the point just before the username and logout.

    Thank you

    Stephanie.

    Guys,

    I thought about a way myself. Its works fine as well. Please find the steps below.

    • Create a region in page zero as a model "empty with attributes.
    • Create a P0_SELECTION to a P0_SELECTION class (if you do not use this class, you can still refer with ID P0_SELECTION, your choice)
    • Create a bar the entrance to the navigation list with the following properties-online class/Image = SELECTIONPOSITION, entry list Label =, Target = URL, target URL = javascript: void (0);

    When you have finished the above activities, go to a page where you would like this item placed in the navigation bar. Simply put the code below in the section JS page (Execute when the Page loads).

    $(". P0_SELECTION')

    .appendTo(".) SELECTIONPOSITION");

    The jquery above to add the item to the navigation class class. Now the best way is to designate the ID. All you need to do is change as below.

    $("#P0_SELECTION")

    .appendTo ("#SELECTIONPOSITION");

    In this way, you can position your elements from anywhere in the page. All you need to do is to create and DISPLAY or class position and adds the element using jQuery.

    Hope this information is useful for someone struggling to position elements in the Web page.

    Thank you

    Stephanie.

  • Problem of navigation with dynamic variable list

    Hi all

    I'm a bit in stock with a small question (maybe). I am looking for a way to put the variable to a list of navigation in the same page. Can it is where my navigation list is pointed: f? p = & APP_ID.:20: & SESSION. : & DEBUG. : P20_3, P20_1, P20_2: #État #, #Année accountant #, #Période accountant #:.
    I need to inherit the value (#État #, #Année accountant #, #Période accountant # :) a SQL in the main region (list are in a subregion).)

    Could help me with this please?

    Thanks in advance!

    Eric

    844999,

    You will have to wait until 4.1 Apex

    It is one of the new features 'dynamic lists '.

    However, you can replicate such a list, if you create a report model that looks the same in a list and then create a report with this list.

    Kind regards
    Richard

  • Missing persons tags list after the upgrade to 11 Photo Gallery

    After the upgrade to Windows Photo Gallery 11, I can view is no longer the list of all the "people tags". This list has been available on the left side of the Navigation pane, and the list of 'descriptive labels. What happened to the list of Tags to people?

    Hello
     
     
    I recommend you ask your question on Windows Live Solution Center. Here is the link for Windows Live Photo gallery.
    http://windowslivehelp.com/product.aspx?ProductID=20
     
     
    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Universal theme, bar navigation - how?

    1 thanks to Oracle to https://apex.oracle.com/ut/

    2nd thanks goes to fac586 for pointing out (in another thread) navigation by tabs at the level two prevents migration as long as the tabs 'parent' exist in the application-

    So, how to set the left column like page with navigation bar https://apex.oracle.com/pls/apex/f?p=42:1100:NO:

    My application has 25 reactive Blue theme and I migrated it ut guidelines 1.

    Now, the navigation list is left whatever I defined in the

    -The components shared> theme-> Universal theme 42

    But with the definitions above the navigation stick to the left sidebar.

    I also "entered in classic Navigation bar' of the migrated application and these show correctly in the navigation bar.

    so... I am blind... where is the 'toggle to the top navigation bar?

    Paavo rgrds

    Hello

    Go to the UI-> details of the User Interface, and there is the option.

    Concerning

    J

  • APEX 5.0 Navigation Menu Bug

    I started to dive head first into APEX 5.0 and the upgrade of existing applications that I have.

    I would like to start by saying thank you and congratulations to the APEX of the team for all of their hard work and dedication that went into version 5.0. You have all managed to take a tool I liked already use and do better and for that I tip my hat to everyone.

    The installation program

    As I was updating my old tabs to a shiny new Menu of Navigation, I came across an unexpected behavior that has taken the time to resolve, and I wanted to bring it and see if it is intended to treat in a future release.

    The problem

    During the conversion of the old lists to my main navigation list, I noticed that when I ran my application if I clicked to expand the section which the icons and functionality to expand/collapse the sections disappear. There is no way to get them to show again unless I clicked on another section. By clicking on the problem reproduced the same effect of endangered icons/feature section every time.

    The Cause

    After some trial and error, I discovered that the problem is caused when your text entry is too long. He effectively "pushes" icons in the navigation list and since they all line up well if we are eliminated, they all.

    The application of a Solution

    Even though I know it's a simple control condition for anyone who knows what is causing the problem, are there plans to fix it in a future release to be limiting the scope of input text or by having the text of the entry list auto-wrap when it becomes too long? I don't know that this is not a planned response to just have a longer name of the entry.

    Greetings Hamster wheel engineer,

    If by "menu navigation" you mean the "Tree Navigation Menu", then the bug you described with lengthy tags has been fixed in 5.0.1.

    If that's not your question, then you provide a screenshot of the problem who can I debug?

    Sincerely,

    Tim

Maybe you are looking for

  • Satellite C70D-A-117 swites of lots of small screen game FB

    I play games on Facebook and my laptop switches in the middle of the fashion game full screen on the small screen, I don't want to! How the hell can I stop this nuisance?It is also as slow as molasses... Anyone know how I can fix this problem?

  • Time changed update could not be applied.

    Whenever I start my desktop computer, the date and time indicates the year 2007.  After the update (at every time when switching) I couldn't apply the most recent date. This is because the color gray apply box did not, with the exception of the OK bo

  • Samsung S5 does not see the printer wireless

    I just bought this printer last night, I put in place using a laptop that sits on the wireless network and the laptop connects to the printer very well via wifi.  I downloaded the app HP AIO Remote for android phone went through the setup and when it

  • G530 touchpad problem

    Hello I hope I'm posting in the right section - if I'm not I apologize in advance. This is the second time that my touchpad has uninstalled itself - I'm still able to click, but I can't scroll and is not an option self-liberation. The complete materi

  • The search for file names with a tilde ("" ~ ")

    In Windows Explorer, how can I search for filenames containing a tilde? I tried the name: ~, but this seems to find all the files. I tried going to ADVANCED search and specifying, ~ * ~ *, ' ~ ', etc. and he always seems to find all files. "It's a dr