Drop-down list interaction - reset

Hello

I use 8 Captivate to create a sensitive project. On a blade of 'menu', I've added two drop interactions and an OK"" button. The result of the selection of the User Guide which slide I jump too when the user press the GO button. When I run the project first, everything works as expected. When I go back to the menu slide and change the values in the drop-down; the new values do not seem to be recognized. I added two text boxes and lists the contents of the variables assigned to the drop-down boxes. First, the text boxes show the correctly selected drop-down list values. Return to the menu, the variables are not updated with unrolling newly modified values. How can I reset this interaction during the load of the slide menu?

Thank you

Peter

Hello

I was able to reduce it to a problem IE 11, since the same project works fine in Chrome and FireFox. Support Adobe indicates that it is a known and open problem that will be fixed at some point in the future. For the moment, since 95% of my user base is IE11, I can't use the pull down menu interaction in a sensitive project. Thanks for your help and de3bugging suggestions. I appreciate it!

Peter

Tags: Adobe Captivate

Similar Questions

  • How to add a drop-down list interactive

    I want a drop-down list that will add a set of fields based on the choice of the list.

    In this case, we want users to perform their function and inspiring than selected title we need to fill specific license information. I have not found a javascript (or I don't have the skills) to get there. Forms, I've done in the past which would just hide the unnecessary fields, but is there a way to actually have the fields become active, or appear depending on the choices in the list?

    Yes, it is possible. The general code would be something like this (as a custom drop-down list field validation script):

    var field1 = this.getField("FieldName1");
    var field2 = this.getField("FieldName2");
    var field3 = this.getField("FieldName3");
    
    if (event.value=="Value1") { // Show field1, hide the rest
         field1.display = display.visible;
         field2.display = display.hidden;
         field3.display = display.hidden;
    } else if (event.value=="Value2") { // Show field1 and field2, hide the rest
         field1.display = display.visible;
         field2.display = display.visible;
         field3.display = display.hidden;
    } else if (event.value=="Value3") { // Show all fields
         field1.display = display.visible;
         field2.display = display.visible;
         field3.display = display.visible;
    } else { // hide all fields
         field1.display = display.hidden;
         field2.display = display.hidden;
         field3.display = display.hidden;
    }
    

    PS. Be sure to check the option to validate the selected value of the field drop-down immediately (under properties of the field - Options).

  • Drop-down list not reset default

    I can not get the dropdown to work as I need. All things considered, this seems to be the best control for what I need but I can't seem to restore the default option.

    When an option is selected, I perform an action in a text window. It is very good. But the option is selected, and if I want to perform this same option, once again, the request is ignored. Choose another option then go back and it's ok.

    What I want to do is a default option, just "select an option" is displayed after each selection.

    I can't understand any combination of sets/resets option indexes or slots that will do that for me.

    Well I just tried to not delay reset.

    No doubt you've already tried this, but only to avoid you through all combos yet would be some sort of delay (possibly QTimer like eloise suggested) into the slot of onSelectedIndexChanged drop-down setting SelectedIndex = - 1;

  • Captivate 8 HTML drop-down list?

    Is there a widget to drop to the bottom of the box (or combo) for 8 Captivate that will correctly export to HTML?

    The interaction of the drop-down list is functional in HTML5. In my blog the inserted movie is SWF, but I checked in HTML5 as well:

    Drop-down list Interaction - tips - Captivate blog

  • Impossible to delete previously selected items from the drop-down lists at the click of the button Reset on a page of the screen.

    Hello

    I'm unable to clear previously selected items from the drop-down lists at the click of the button Reset on a page of the screen. The code I did to clear the previous value when the click on the button Reset is as below.

    {} public void onReinitialize (ActionEvent actionEvent)

    System.out.println ("onReinitialize is called ::");

    UIComponent uiComp = actionEvent.getComponent ();

    If (uiComp is nothing)

    {

    otherwise we use the button that we linked to that bean

    uiComp = getButtonResetByBean ();

    _logger.info ("reset fields: buttonID =" + uiComp.getId ());

    }

    on the other

    {

    _logger.info ("reset fields: CompID =" + uiComp.getId ());

    }

    Pass the component inside the uniforms, UIXForm, UIXSubform, UIXRegion, UIXPopup, RichCarousel

    or RichPanelCollection that contains the components to reset

    getTextIDLOV () .setValue (null);

    ResetUtils.reset (uiComp);

    }

    ---

    Using this code Iam able to clear the entrance to the text box but can not clear previously selected items from the drop-down lists when the reset button is clicked

    Can anyone please help on this issue.

    It's simple, you can set GenerateIsNullClauseForBindVars = "false" in the viewCriteria who created in EmployeeView

    After doing that it will fill the list of employees only after the Department selection

    Again check the enclosed application

    Ashish

  • Interaction of the drop-down list

    Hello

    I use 8 Captivate to create a sensitive project. I would use the interaction of the drop-down list, but it seems that a 14pt font is more I can do text. I can resize the object once it is placed on the slide in "creation mode", but if I saw the project, the drop-down list appears in the 14pt font. Is it possible to get a larger size font? I appreciate your suggestions.

    Sincerely,

    Peter

    Yes, it's so boring, you cannot increase the size of the font. I logged a feature request, if you could do that as well?

    In previous versions, there is also a ListArea widget, but that has disappeared.

  • Data from the field drop-down list does not clear when the reset button is activated

    Acrobat Pro XI

    All field boxes are checked in the tab properties of the button actions... but when I click on the reset button of the form I created only the data in clear text fields, not any of the data that has been selected in a drop-down list.  What I am doing wrong?

    The 'rest shape' command returns the fields to their default values. If this

    value is not empty, that's what he'll be back.

  • Drop-down lists to DataGrid scrolling through the grid reset

    I have a datagrid that contains two columns with drop-down menus. The drop-down list values are defined by program to the given index. But when the grid scroll bar is made to scroll up and down and then back up the selected values to reset. Any idea of this behavior?

    Yes. point converters are "recycled". Flex creates only for the visible rows. When you scroll, item for item data is scrolled position are sent the converter (through the set data() setter), who must use these data to render its visible state.

    This means that all aspects of the item converter must be controlled by the data. You can't do a data-oriented work to initialize or create complete, but need to override the set data() method. Best practices is actually a little more complicated Quen only. You must place the selectedIndex property of the ComboBox value stored within the item renderer.

    Google: Alex Harui point converter recycling

    For a full explanation and examples.

    Tracy

  • Is it possible to create interactive drop-down lists that reference the tables on pages separate from the PDF?

    I'm looking to create a user to input PDF in the drop-down lists are used to search for tables, however, I'm not very familiar with the options that are available or if this is even possible?  Also, is it possible to write a substantive code that could read the text of the user entered to perform a search or even solve an equation? Can someone let me know if these elements are possible and/or let me know what adobe program may be required to accomplish these tasks? Thank you!

    PDF documents have no concept of "tables" as MS Word or MS Excel has. There is content that looks like a table.

    Acrobat JavaScript knows tables and form fields. So we could have a table in JavaScript and complete a series of fields that looks like a table. You can use JavaScript to find the table.

    JavaScript in Acrobat can accept user entries in the fields and pop-up windows.

    It is possible to solve theoretical equations the user if the good rating or coding is used.

    D.P. Story is an evangelist generated LaTex PDF to create PDFS with mathematical symbols, and he also created the AcroTex product that allows to create educational tools that includes mathematics calculation self placement tests.

  • If Google is my default search, can I go and change it if I want to do a search for GMaps; only the default is in the search drop-down list.

    If Google is my default search, can I go and change it if I want to do a search for GMaps; only the default is in the search drop-down list.
    So I have to change the default to Google Maps then back to Google to search for one.

    I have it! It's the topic: config "hiddenoneoffs" where the 3 elements of google, maps and mcafee have been included. There was no space between Google and maps. I put one in from Google Maps. She appeared in the first box-ff, but not sure about the search in the second time zone. I went back to the subject: one-offs. Safe search was shown with a space after Secure. I took out the space. Safe search arose in the 2nd single search box!
    Weird! This is contrary to how they show in the search parameters.
    Can I have messed that when Firefox has been reset all the search engines on an update, but I do not.
    Either incidentally, I tried to re-installation characteristic but the file comes down as a .dmg that I'm not familiar with and don't apparently is 8.0 to win because he couldn't open it. Thank you once again.

  • Some Web site drop-down lists and some inactive features - Mac

    On a Mac and only in the last 6 months.
    My Bank has updated its interface (more dynamic, possibly using Ajax), and Firefox is unable to view my account information. Safari and my PC can.
    Various Web sites that have drop-down lists for searches, the menu drop-down is inactive (iStockphoto.com main search). I find this issue more with recent (now 13) Firefox on Mac 10.6.
    Both and although I feel, I go to Safari.
    James

    It could be that one of your modules interfere. You can try to troubleshoot and to understand that we could be. Instructions for this are here - Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems

    Another approach would be to reset Firefox. Instructions for this are here - Refresh Firefox – reset the parameters and modules

  • Where is the next pages drop-down list?

    Next to the buttons to navigate forward or backward between pages viewed, it used to be that a menu drop-down list but this disappeared.

    This means that if I want to go back to a site I visited five pages ago I must now press the back button five times.

    It is annoying and can be a problem if one of these pages is interactive. On one occasion, it meant that I actually purchased something twice because I introduced new content of order form when you try to move backward in simple steps.

    How can I return the drop-down list?

    Make a right-click on the arrow (s) should produce what you want. You can also hold left click down for a few seconds. If you want the marker to fall back, there is a new extension-

    https://addons.Mozilla.org/en-us/Firefox/addon/backforward-dropmarker/

  • Change the number of items in the drop-down list box when running

    I'm trying to change the number of items in one of my boxes of comobo.

    I have been through the help and this forum and have the values to within the drop-down list box change very well, but in a scenario, I want to go to three options for 2. And according to other choices to 3.

    I guess I have to use a property node but I can't understand that one.

    You can use the method to reset to zero (using an invoke node) before setting the [Strings] (after setting the value by default an empty array) or create an Xcontrol (you can see examples of LabVIEW for xcontrol).

    Ben64

  • Drop-down lists lists loop until the first position when scrolling down

    Original title : Drop-down lists keep scrolling to the first position

    As soon as there is a drop involved or any time there is more than a list of what can be seen on the screen, something is causing the list to scroll to the first position.  It also happens on anything that uses a mouse to move a bar on the side, using keyboard does not help, she returned at the beginning.  Please, someone let me know how to solve this problem, I can't get anything done as much of what I do has lists in drop-down lists.

    Thanks for your help

    BlueFairy2012

    Hello

    1. the problem occurs with any particular application or all applications?
    2. don't you make changes to the computer before the show?
    3. what operating system is installed on the computer?

    I suggest you perform the clean boot and check if the problem persists.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: Follow step 7 clean boot KB929135 article to reset the computer in normal mode.

    Additional information:
    The problems with the mouse button or scroll the parameters
    http://support.Microsoft.com/kb/303091

  • Strange behavior of drop-down list: can select only 3 albums

    I have a drop-down list populated from the SharedObject object and it works very well (can add and remove or clear all using the graphical interface that I created) but when it is developed, I can only select one of the first 3 points.

    Let's say that when I add to the list, I see these entries:

    Test1

    5_up_top

    diamonds

    Spider

    bigX

    I choose test1, 5_up_top and diamonds, but I can't select spider or bigX.

    Huh?

    var dp:DropDown = new DropDown();
    dp.rowHeight = CONTROL_HEIGHT;
    dp.width = 2* LABEL_WIDTH + LABEL_SPACER;
    dp.height = CONTROL_HEIGHT+ HALF_LABEL_SPACER;
    dp.x = OFFSET + LABEL_SPACER + OFFSET;
    dp.y = 4 * CONTROL_HEIGHT + LABEL_SPACER;
    dp.rowCount=8;
    dp.dataProvider = getSharedData();
    

    and getSharedData():

    private function getSharedData():DataProvider{
        _lso = SharedObject.getLocal("LoadGames");
        var valuePair:Object = _lso.data["puzzles"];
    
        var dp:DataProvider = new DataProvider();
        for each(var obj:Object in valuePair){
            if(obj != null){
                dp.addItem({label:obj["title"], data:obj["game"]});
            }
        }
        return dp;
    }
    

    9.4 Simulator running AIR2.5 on Vista32.

    I searched this forum but don't have not seen anything like that. Any ideas?

    TIA,

    Brian

    Certainly do.  It is also available in the AS3 library.

    package com.lib.playbook.controls
    {
        /*
        MIT License:
    
        Copyright (C) 2011 by John Tegen/O2 Interactive
    
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
    
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
    
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        */
        import flash.events.Event;
        import flash.events.FocusEvent;
    
        import qnx.ui.listClasses.DropDown;
    
        public class DropDown extends qnx.ui.listClasses.DropDown
        {
            public var dataField : String = 'data';
            public var defaultSelection : * = '';
    
            /////////////////////////////////////////////////////////////////////////
        public function DropDown()
        {
            super();
            this.addEventListener(FocusEvent.FOCUS_IN, HasFocus );
        }
    
            ///////////////////////////////////////////////////////////////////////////
        private function HasFocus( event : Event ) : void
        {
            this.parent.setChildIndex( this, this.parent.numChildren-1 );
        }
    
            ////////////////////////////////////////////////////////////////////
        public function set selection( value : * ) : void
        {
                var entry   : Object;
                var counter : int = 0;
                for each( entry in this.dataProvider.data )
                {
                    if( entry[ this.dataField ] == value )
                    {
                        this.selectedIndex = counter;
                        break;
                    }
                    counter++;
                }
        }
    
            //////////////////////////////////////////////////////////////////////
        public function get selection() : *
        {
            return this.selectedItem ? this.selectedItem[ this.dataField ] : this.defaultSelection;
        }
        }
    }
    

Maybe you are looking for

  • Satellite C70D - bluescreen 0xa0000001

    Since I bought my machine, I was surprised with a blue screen and reboot... once, however, I ha to resume at the point of sale, because he just wouldn't restart. The screen of the error in question is: 0xa0000001. What is going on?I get this two - th

  • Email from AOL accounts is blocked, is there a way to fix this?

    I use Outlook Express. email I get AOL accounts is always blurred. Is there a way to fix this? Gary

  • Fault of Windows Live Photo Gallery?

    I just edited a few photos in Windows Live Photo Gallery, and despite an economy of message is to save the changes, when I try and find the image, it has completely disappeared. This feature has always worked and I am devastated pretty that I can't f

  • Where can I get Windows Vista

    Someone at - it sources where I can buy a copy of Windows Vista or Windows XP?

  • name of the tunnel-group

    Hello In the configuration below I put in place a tunnel-group name that is the same as the counterpart of VPN tunnel. Is that what you have to do, or could call you the tunnel-group what you want? part of pre authentication ISAKMP policy 1 ISAKMP po