buttons below a list

When the user clicks on one of the four buttons placed down in a horizontal field below Manager a list placed in a vertical Manager, rather than navigate to the corresponding page, the view will the last item in the list that is to say the click is not consumed by the buttons, but it consumed by the list!

How to fix this?

(1) how to integrate the function of scrolling of the list. IE when you wipe across the screen, I have to scroll through the list?

(2) can the list have a scroll bar or is wiping the screen, the only method to scroll the list

Please help... this my first app... I fixed all the other issues... and launch is pending the rationale for this question

Sounds like a problem with touchscreen acknowledged by RIM in this post. As you can see, this issue is now in their incident handler (which doesn't help at all, but you can stop hitting your head on the wall).

You are trying to contact the original author of this thread (jsadler) - see if it has found a workaround.

Tags: BlackBerry Developers

Similar Questions

  • Override the default behavior of the button Delete of list manager

    Hello

    Everyone please help. I'm trying to override the default behavior of the button Delete of list manager. The first thing, I want to restrict users to select only one option from the list to delete; meaning don't allow multiple options for users to remember. Before removing the selected option in the list; I want to perform a Javascript/AJAX validation on the database to check if the user has permissions to remove the option from the list. If the user has privileges simple delete option selected in the list. If the user does not have privileges and then draw the attention of the user with a message "not authorized...!  and this should occur when the user selects the option in the list to the list manager, and then click Remove from the list manager.

    Remove list manager of the shutter release button of the function 'deleteListElement ($x ('P3_LM_USES'))' on the onclick event. P3_LM_USES is my element of list manager in a form.

    I use the version of Oracle APEX 4.0.2 and Oracle 11 g R2 database.

    I was able to substitute the Add button functionality using the JS function below list manager and perform validation on database by using the method of ajax on request.

    {code}

    < script type = "text/javascript" >

    <!--

    This replaces the default manager of Apex lists which removes embedded spaces from the last item when it is added to the text box

    appendToList function (value, toList)

    {

    First of all, get rid of all spaces

    trimmedValue = value;

    var ajaxRequest = new htmldb_Get (null, & APP_ID, 'APPLICATION_PROCESS = VALIDATE_ADD_USE', 0);

    ajaxRequest.addParam('x01',trimmedValue);

    var ajaxResult = ajaxRequest.get ();

    Alert (ajaxResult);

    If (ajaxResult == 1)

    {

    Alert ('after alert ajaxResult');

    Then, divide the string separated by commas in a table

    valueArray = trimmedValue.split(",");

    for (i = 0; i < valueArray.length; i ++)

    {

    If (valueArray [i]! = ' ')

    {

    found = false;

    for (j = 0; j < toList.length; j ++)

    {

    If (toList.options [j] .value is [i] valueArray)

    found = true;

    }

    If (found == false)

    toList.options [toList.length] = new Option ([i] valueArray, [i] valueArray);

    }

    }

    }

    on the other

    {

    Alert ("you cannot add it" "+ theValue +'".) Please contact the administrator of the application. ") ;

    }

    }

    ->

    < /script >

    {code}

    I have this above function JS in a section of text of element the element of P3_LM_USES list manager post. Please help me with your suggestions for the button Delete.

    Thank you

    Orton

    Hello

    I was able to solve the problem by replacing the default functionality of the list manager delete button using a JS/AJAX process. FYI, here's the JS function.

    {code}

    function deleteListElement (toList)

    {

    Alert ("Hello in function");

    var x = $x ('P3_LM_USES');

    for (var i = 0; i)< x.options.length;="">

    {

    If (x.options [i] .selected is true)

    {

    Alert (x.options [i] .value);

    var ajaxRequest = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=VALIDATE_REMOVE_USE',0);

    ajaxRequest.addParam('x02',x.options[i].value);

    var ajaxResult = ajaxRequest.get ();

    If (ajaxResult == 1)

    {

    var y = x.remove (i);

    alert (y + 'removed');

    }

    on the other

    {

    Alert ("you can't remove this" ' + x.options [i] .value +' "item in the list.) Please contact the database administrator.') ;

    }

    }

    }

    }

    {code}

    Thank you

    Orton

  • How can I restore my downloads after accidentally hitting the button clear the list?

    I was going to transfer my downloads on my Media Player, but accidentally, press the button clear the list. Is there any way I can cancel my mistake? I paid for these downloads. They were time sensitive, so I can't go back to the original path.

    They must stay in the folder downloads of origin unless you changed it in Start, the home page, tabs and download parameters.

    In Windows, click the start icon, then computer. Look on the left for the 'Downloads' folder You can find ESL it typing downloads in the box "search programs and files" on the start menu.

  • warning by email: we discovered the series of illegal attempts on your e-mail account of different areas of the intellectual property. It's for your own safety to continue to use your account, click on the button below.

    Original title:

    warning by email

    Got this e-mail with the subject attention!

    Is - is this legitimate?

    He wants me to press any key to continue

    Thank you

    Microsoft account
    Microsoft Security info
    We discovered the series of illegal attempts on your e-mail account of different areas of the intellectual property.
    It's for your own safety to continue to use your account, click on the button below.
    Continue
    Note: Please do not ignore this email to avoid your closed account
    Thank you
    The team Microsoft account

    Hello

    Phishing scam.
    Ignore!

    FYI

    Microsoft usually has a green shield on the name of the sender.

    This indicates that the e-mail coming from Microsoft / play the sender.

    If, in case of doubt, please check your email to see if the Green Shield is there. ***

    Phishing: Frequently asked questions
    How can I Report Spam, Phishing or abusive messages in Outlook.com?

    My account has been hacked

    How to recognize phishing e-mails, phone calls or links

  • Change the State of all the Image inside the list view toggle button when a list is tap

    Hi, please help, is there a way to change the State of a toggle button to image inside the listview where in when you type a list, the toggle button in the list state change and the other toggle button will be set to their default image? the list has a defined Image toggle button to check both...

    
    ListView {
    
                        layout: GridListLayout {
                            cellAspectRatio: 1.4
                        }
    
                        id: denominationList
                        dataModel: _model.denominationModel
    
                        listItemComponents: [
    
                            ListItemComponent {
    
                                id: component
                                type: "item"
                                CustomListItem {
    
                                    id: itemRoot
                                    dividerVisible: false
                                    highlightAppearance: HighlightAppearance.None
    
                                    Container {
                                        id: fieldContainer
                                        topPadding: 5
                                        leftPadding: 10
                                        rightPadding: 10
                                        bottomPadding: 5
                                        //maxWidth: 270
    
                                        layout: DockLayout {}
    
                                        Container {
                                            id: amountContainer
                                            //topPadding: 
    
                                            layout: DockLayout {}
                                            background: Color.create("#ffffff")
                                            horizontalAlignment: HorizontalAlignment.Center
                                            verticalAlignment: VerticalAlignment.Center
    
                                            ImageView {
                                                id: amountBorder
                                                preferredWidth: 400
                                                imageSource: "asset:///images/flux/amount-border-other.png"
                                            }
    
                                            Container {
                                                horizontalAlignment: HorizontalAlignment.Center
                                                verticalAlignment: VerticalAlignment.Center
                                                layout: StackLayout {
                                                    orientation: (!(ListItemData.name > 4) ? LayoutOrientation.TopToBottom : LayoutOrientation.LeftToRight)
                                                }
    
                                                Container {
                                                    horizontalAlignment: HorizontalAlignment.Center
                                                    verticalAlignment: VerticalAlignment.Top
                                                    visible: (ListItemData.name.length > 4)
    
                                                    preferredHeight: 60
    
                                                    Label {
                                                        id: loadPromoName
                                                        textFit.mode: LabelTextFitMode.FitToBounds
                                                        //multiline: true
                                                        visible: (ListItemData.name.length > 4)
    
                                                        textStyle{
                                                            fontSize: FontSize.Medium
                                                            fontWeight: FontWeight.W300
                                                            color: Color.create("#b9babe")
                                                            textAlign: TextAlign.Center
                                                        }
    
                                                        text: ListItemData.name
                                                    }
                                                }
    
                                                Container {
                                                    verticalAlignment: VerticalAlignment.Center
                                                    topPadding: 8
                                                    rightPadding: 0
                                                    ImageView {
                                                        visible: (ListItemData.name.length <= 4)
                                                        preferredHeight: 40
                                                        imageSource: "asset:///images/flux/pesosign-amount.png"
                                                    }
                                                }
    
                                                Container {
                                                    verticalAlignment: ((ListItemData.name.length > 4) ? VerticalAlignment.Center : VerticalAlignment.Bottom)
                                                    horizontalAlignment: HorizontalAlignment.Center
                                                    leftPadding: 0
    
                                                    Label {
                                                        id: amountLabel
                                                        textFit.mode: LabelTextFitMode.FitToBounds
    
                                                        textStyle{
                                                            fontSize: FontSize.XLarge
                                                            fontWeight: FontWeight.W300
                                                            color: Color.create("#b9babe")
                                                            textAlign: TextAlign.Center
                                                        }
    
                                                        text: ListItemData.amount
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        ]
                        onTriggered: {
                            var selectedItem = dataModel.data(indexPath);
    
                        }
                    }
                }
    

    link the button to a property of an element, and then change all the elements in the datamodel. ListView reflects these changes.

  • Field button buttons below the overlay

    I'm sure it's something I do accidentally, but when I try and view a collection of vertical buttons similar to the HelloWorld application in the getting started guide everything except the first button has an area of broad intervention which will overlap the buttons below it, making selection a challenge.  I checked in tab through and observing the yellow rectangle.  My code is below, but this is just a variant of the code example:

    public function AIRHelloWorld()
            {
                var helloButton:LabelButton = new LabelButton();
                helloButton.label = "Hello World!";
                helloButton.addEventListener(MouseEvent.CLICK, showAlertDialog);
                helloButton.x = (stage.stageWidth - helloButton.width);
                helloButton.y = (stage.stageHeight - helloButton.height)/2;
    
                var myFormat:TextFormat = new TextFormat();
                myFormat.color = 0xAA0000;
                myFormat.size = 24;
                myFormat.italic = true;
                myFormat.align = "right";
                var text:TextField = new TextField();
                text.text = "Close Me";
                text.setTextFormat(myFormat);
                var closeButton:Button = new Button();
                closeButton.addChild(text);
                closeButton.addEventListener(MouseEvent.CLICK, closeWindow);
                closeButton.x = (stage.stageWidth - closeButton.width);
                closeButton.y = (helloButton.y - helloButton.height);
    
                addChild(helloButton);
                addChild(closeButton);
                stage.nativeWindow.visible = true;
                stage.nativeWindow.title = "Some App";
    
            }
    

    Hey heavyg,.

    I found the problem. in the code instead of using the LabelButton class, you use the default button ActionScript class. RIM created API and even remade some of the basics such as the button class in order to optimize the functionality with the Tablet OS. Then used the class optimized without a touchscreen button. So I recommend if there is another QNX class for a component (such as a Button) use the QNX version because it will have already been optimized for use in the tablet. Whereas the use of default components will give bugs like these.

    Here is your code of origin, but with two things published. Above all, I replaced the Button object with the LabelButton object and the close text is now part of the LabelButton object instead of a child. The changes are in bold:

    public function AIRHelloWorld()      {         var helloButton:LabelButton = new LabelButton();          helloButton.label = "Hello World!";           helloButton.addEventListener(MouseEvent.CLICK, showAlertDialog);          helloButton.x = (stage.stageWidth - helloButton.width);           helloButton.y = (stage.stageHeight - helloButton.height)/2;
    
              var myFormat:TextFormat = new TextFormat();           myFormat.color = 0xAA0000;            myFormat.size = 24;           myFormat.italic = true;           myFormat.align = "right";         var text:TextField = new TextField();         text.text = "Close Me";           text.setTextFormat(myFormat);         var closeButton:LabelButton = new LabelButton();          closeButton.label = "Close Me";          closeButton.addEventListener(MouseEvent.CLICK, closeWindow);          closeButton.x = (stage.stageWidth - closeButton.width);           closeButton.y = (helloButton.y - helloButton.height);
    
               addChild(helloButton);            addChild(closeButton);            stage.nativeWindow.visible = true;            stage.nativeWindow.title = "Some App";
    
          }
    

    hope that things cleared up. Good luck!

  • I'm looking to have an input field with the search button, search button click the search button below the search results to display. How can I do?

    I'm looking to have an input field with the search button, search button click the search button below the search results to display. How can I do?

    Hello

    998765 wrote:

    You are right

    Please pass by the database 2 day + Application Express Developer's Guide

    Check this code example

    1 create a text field element I say P1_INPUT_FIELD

    2. create a button

    Name of the button: search

    Action: Send the page

    3. change your report query and where clause to your query below

    It will search on ename and empno, in this way, you can add more columns

    SELECT EMPNO
               , ENAME
               , SAL
               , MGR
               , COMM
      FROM EMP
    WHERE TRIM(UPPER(ENAME)) like '%' || TRIM(UPPER(:P1_INPUT_FIELD)) || '%'
           OR TRIM(UPPER(EMPNO)) like '%' || TRIM(UPPER(:P1_INPUT_FIELD)) || '%'
    

    4. we find the source of the region-> page article to submit-> P1_INPUT_FIELD

    Hope this helps you,

    Kind regards

    Jitendra

  • How to disable the LOV Popup button in a list manager

    I would like to disable or hide the LOV of Popup button in a list manager. The small button LOV Popup that appears before the buttons Add and Remove. Our users want to paste the text into the search and box only use the Add and Remove buttons.

    I use APEX 4.0.2.00.07 and theme 10 - sand.

    Thanks in advance for any help.
    DP

    Try this one:

    
    

    Or send me the HTML source of the page to mgoricki8 (at) gmail. com

    BR,
    Marko

  • Button in the list of actions for the lines

    Hello

    My data object repeatedly for different processes with status as Started, completed, has not
    I want to show a button in the list of actions for instances failed. Once you click on this button I want to trigger an alert

    Is it possible

    Actions are there now they give button at the view level, I am unable to get a button or set up an action at the level of line

    11G version of BAM


    Any suggestions

    Alert will be triggered separately for each row that is changed, so if your goal is to trigger the action of webservice as many times as the number of lines you have chosen in the action list, it serves very well your purpose. And you want to pass values from lines to alert, I suggest that make you all fields editable in list of actions (view open in edit mode and go to properties-> editable fields) and choose "Insert" action button action and put the lines in an another dataobject temp (and not your real dataobject that gets corrupted) set the alert on this temp dataobject and finally in your list of actions during execution, if you want to pass values from the list to the alert or change these values to pass new values, everything is possible and clicking "submit" should give you the expected results.

  • Select and deselect all buttons to control list box with check boxes

    I am using the two buttons on labeled select all deselect others all the. These two buttons will check either or unckeck the boxes to tick in a listbox control. I've included the code for the list of regions below. The two buttons are on a separate mxml file. They are labelled by functions id as "selectall" and "deselectall. I think I need to bind the buttons to an arrary you select or clear each checkbox in the list control. Any help you can give me would be great.

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Canvas width = "166" xmlns:mx = " http://www.adobe.com/2006/mxml ' xmlns =" * ">
    < mx:List width = "166" dataProvider = "{region}" >
    < mx:itemRenderer >
    < mx:Component >
    < mx:Canvas >
    < mx:CheckBox id = "complete" selected = "{data.selected}" click="data.selected=complete.selected"/ > "
    < mx:Text id = "TaskName" x text = "{data.label ="23"} ' selectable ="false"/ >"
    < / mx:Canvas >
    < / mx:Component >
    < / mx:itemRenderer >
    < / mx:List >
    < mx:Script >
    <! [CDATA]

    Test data for the usefulness of the CBA.
    [Bindable]
    public var regions: Array =]
    {finished: false, label: ' Carolina/Tennessee'},
    {finished: false, label: "Central Texas"},
    {finished: false, label: "Florida"},
    {finished: false, label: "Georgia/Alabama"},
    {finished: false, label: "Great Plains"},
    {finished: false, label: "Houston/Gulf Coast"},
    {finished: false, label: "Illinois/Wisconsin"},
    {finished: false, label: "Kansas and Missouri"},
    {finished: false, label: 'Los Angeles'},
    {finished: false, label: 'Mountain'},
    {finished: false, label: "New England"},
    {finished: false, label: "New York underground"},
    {finished: false, label:' North CA/Nevada '},
    {finished: false, label: "Ohio"},
    {finished: false, label: "Pacific Northwest"},
    {finished: false, label: "Pennsylvania"},
    {finished: false, label:' Philadelphia Tri-St'},
    {finished: false, label: "San Diego"},
    {finished: false, label: "Southwest"},
    {finished: false, label: 'Upstate New York'},
    {finished: false, label: "Balt/Washington/Virg"}
    ];
    []] >
    < / mx:Script >
    < / mx:Canvas >

    First, you must use an ArrayCollection collection and not a table:
    var acRegions:ArrayCollection = new ArrayCollection (regions)

    You will need to loop through the collection ArrayCollection and set the completed property.

    Be sure to use the API of collection correct ArrayCollection to update properties for events will be issued to update the display.

    Tracy

  • Why my tabs intermittently change to be next to the button below orange? I want to stay next to the orange button, to save a row of room on the screen.

    Firefox 4.0 - tabs are below the orange button, I want to stay next to him to save a line of space.

    You get the tabs on the title bar if you maximize the window of Firefox.

    You can also watch the pref browser.tabs.drawInTitlebar the topic: config page.

  • Start button all program list

    How can I add folders to the list of "All programs" under the Start button when they are not displayed, but are in the list of program files in Windows Explorer on the hard drive?

    Google or Bing

    http://us.yhs4.search.Yahoo.com/YHS/search?FR=AltaVista&ITAG=ody&q=how+do+I+add+folders+to+the+%22All+programs%22+list+under+the+Start+button&kgs=1&KLS=0

  • Button Drop Down List Style

    I use Adobe Captivate 8 and I don't see an option to style the button for a drop-down list.  I see that I can change the color of the font but not:

    • the color button (which is now a dark gray)
    • the size of the font (which seems to want to stay to 14.0)
    • the background colors for the menu drop-down (currently some blue and white for unselected options)

    I looked in the topic Manage settings of objects, but can't see all the options for the style of the widget.

    Can someone please confirm if the style is possible or not, thank you.

    As Rod replied CO terminology can be very confusing. I know as well

    that the interactions of the so-called are widgets, assured to be HTM L5

    compatible against the old widget. Extension can be the same, but angry

    they are in different folders. Interactions are both in a Gallery folder

    and a copy in the users folder, where updates are as followed. Widgets

    are only in a subfolder to the gallery.

  • Select this button for a list of checkboxes - Oracle Forms 10g

    Forms 10 g - step through a LOV to select checkboxes

    I have the following form (as described in the thread above). My client wants me to add a button or a check box that automatically selects all of the checkboxes in the form when you press. I know that I'll need a trigger WHEN-BUTTON-PRESSED on the button or a checkbox, but I don't know what logic I need to browse the list of boxes to check, and then select each box. Could someone advise me?

    Hi ThomasBoxall,

    Have all of the initial value for the box. ??? 1 - checked and Unchecked-0 or at your convenience.

    In the WHEN-BOX-CHANGED, write the following code like this,

    declare
         last_rec number;
         I number;
    begin
    
    /* To Check the list box is Selected or Checked */
    If :block3.CHECK_BOX62=1 then
    
    /* To go to a Particular Block */
    go_block('block4');
    
    /* To Identify the Total records in the Block */
    last_record;
    
    last_rec := :system.cursor_record;
    
    /* Move to the First Record */
    first_record;
    
    /* The Loop Checks all the Check Box */
    for I in 1..last_rec loop
         go_record(I);
         :block4.CHECK_BOX58 :=1;
    end loop;
    first_record;
    end;
    

    Hope this will help you. !!!

    Thank you
    Shankar.

  • Code JavaScript for buttons, drop-down lists, and text fields

    Hello, I currently have a form with a drop-down list field that fills a text field with something according to what is selected in the drop-down list via a custom script typo.

    I want to add a button that something will enter the field of text according to what is selected in the menu dropdown. Copy and paste the script of hitting into the button do not work and returns an undefined value.

    I would also like to add that I am new to coding and it would be more useful if someone can provide a script for it or let me know if this is not possible. Thank you.

    OK, the script of mouse upwards for the button might look like this:

    (function () {}

    var aQuotes = [];

    aQuotes [0] = this.getField("Batch").value = util.printd ("Rmmddyy-96", f);

    aQuotes [1] = this.getField("Batch").value = util.printd ("Rmmddyy-95", f);

    aQuotes [2] = this.getField("Batch").value = util.printd ("Rmmddyy-94", f);

    aQuotes [3] = this.getField("Batch").value = util.printd ("Rmmddyy-93", f);

    aQuotes [4] = this.getField("Batch").value = util.printd ("Rmmddyy-92", f);

    aQuotes [5] = this.getField("Batch").value = util.printd ("Rmmddyy-91", f);

    aQuotes [6] = this.getField("Batch").value = util.printd ("Rmmddyy-90", f);

    Get the value (export) of the element selected in the drop-down list

    var point = getField("dropdown1").value;

    Set the value of a text field

    getField("Batch").value is aQuotes [point];.

    })();

    Replace "ListeDéroulante1" in the code above with the actual name of the relevant drop-down list field.

Maybe you are looking for