Drop-down list C5.5 problem with corresponding colour/color

Hi, is it possible to change the color of the letters that appear in the drop-down lists for a corresponding question to 5.5?

I use white text on a gray background for my slides of quiz, which is nice and easy to read, but then in the preview the letters in the menu drop-down appear as white text on white background. I don't see a way to change the font in the drop-down menu back to black (as it is on my opinion edition), without also changing the color of the text of the response.

Is there a way to change this?

I just tried covering the lists of more than a piece of the background image - so that the user doesn't even know they are there, but the quiz slide ordered the image behind the lists.

Otherwise it is a way to change the color, is it possible to have a corresponding slide without a drop-down list at all?

Thanks for reading

Lynn

Hello

The color of the text can also be changed. Once finished with the Manager object model to change the drop-down color menu, you can then change the color of the text through the category of characters under the properties on the right side panel. See below:

I hope this helps!

Tags: Adobe Captivate

Similar Questions

  • Value selected in the drop-down list, the value border and subform border color

    OK, I'm busy to create a form that has a field drop-down list. There are five values inside the drop-down list. I have also four subforms which contain tables and fields for each option in the drop-down list except the first. Now, I want to put the border and the color of the border of the subform if you have selected the correct value.

    As part of the output, I created the code as follows:

    If (this.rawValue == '5') {}

    this.resolveNode("TextfieldName").presence = "visible"; This affects a visible text... works like a charm

    Optie1.UI.oneOfChild.border.color.value = "255,153,0"; After an example I found Niall

    Optie1.UI.oneOfChild.border.color.thickness = "0,0200" in

    }

    I've changed this in Optie1, is the name of the subform. Somehow it is not applied in the subform. I know I'm wrong, but can't find what I want on the forums. Someone at - it an idea on that?

    Well, managed to resolve myself to play around with the code.

    It should be:

    Optie1.border.edge.color.value and Optie1.border.edge.thickness.

  • Drop-down list of signal problem?

    DropDown *currency_dropdown = mSettings->findChild("dropdown_currency"); Q_ASSERT(currency_dropdown); bool ss = connect(currency_dropdown,SIGNAL(selectedValueChanged(const QVariant& selectedValue)), this, SLOT(onSettingsCurrencyChanged(const QVariant& selectedValue))); Q_ASSERT(ss);
    

    I'm on 10.1.0.1020

    When demand lanuch I

    Object::connect: No such signal bb::cascades::DropDown::selectedValueChanged(const QVariant& selectedValue) in ../src/applicationui.cpp:276
    

    is there a any error on my code?

    Thank you

    bool ss = QObject::connect(currency_dropdown, SIGNAL(selectedValueChanged(QVariant)), this,
     SLOT(onSettingsCurrencyChanged(QVariant)));
    

    This one should work.

    Do not specify a parameter names in SIGNAL() and SLOT(). Const and & can also be omitted when used together, MOC will reject them anyway. But it should work with them also.

  • Fill the drop-down list on the field with records DB

    Hello world

    I have a form that I created that collect address information and I would like to have the STATE field automatically filled from a DB field. Then I would that this choice in the field of State registration of users. Can someone suggest a good way for me to do this. I am DW3 with PHP and a mySQL DB.

    Thank you
    Robert

    ryonker wrote:
    > I have a form that I created that collect address information and I
    > would like to have the STATE field automatically filled from a DB field.
    > Then I would that this choice in the domain of the State for users
    > record.

    Create a recordset that contains the names of the States. Then insert a
    in your form menu item, and then click the Dynamic button in the property
    Inspector. Choose the set of records in the recordset field Options, and
    Then select the fields of the recordset that you want to use for the labels and values.

    --
    Adobe Community Expert David Powers
    Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Problem in drop-down list in the column Selector?

    Hi friends...
    I use the view selector to column for the first time in OBIEE.
    I have this problem:

    (1) even if I chose the columns in the left pane, my drop-down list is not filled with the corresponding values? Please let me now how to fill the drop down in the column picker.
    (2) I have a column count that has almost 1000 enteries of integers ranging from 1 to 500. I put only 5 values in my County of drop down (like the 50, 100, 200, 250, 500) that actually filters the column number as (less than these values). Suppose that user select 50 so it will filter the report less a 50-count indictment.


    Thanks in advance

    Hi Toony,

    for your second question... I don't know where you want to display these values if variable County presentation or somewhere else... ??
    Anyway, if it's in the guests... then follow these steps

    For column filter prompts:
    Select this particular column and create the bins on that particular column so that these 5 values and give the same name for this particular... as value...
    for 50--> 50 as display name
    for 100--> 100 name allow... like wise for the user to understand...
    Now create the same column guest on this particular column... and moving forward

    Variable application:
    In the variable of the presentation, select display , select the SQL... (some thing like this option, I don't remember exactly what it is... but using this, we can write the SQL code to display the values in the drop-down list)
    There, you write the following SQL code SELECT columnname FROM SubjectAreaName WHERE ColumnName IN (50, 100, 200, 250, 500)
    As we filter the values of column to contain only the values that we mentioned...

    It can helful for you, if it's not... Sorry for wasting your valuable time

    Thank you & best regards
    Kishore Guggilla

  • Help adding textfield with drop-down list selects

    I have a PDF with a drop-down list field called "SoftwareList" with a default value of "Select the software" and a text field called 'SelectedSoftware '. You can freely type in the text field to communicate your needs, or choose the menu drop-down. I want to add in the text field, which is selected in the drop-down list each time. I had the following script to fix this as a custom text field calculation script:

    If (this.getField("SoftwareList").value! = "Select software")

    {

    this.getField("SelectedSoftware").value += this.getField("SoftwareList").value + «»

    }

    The problem I have is that it will continue to add to the text box with everything that was selected last in the drop-down list when you click on other fields in the form, such as check boxes. I tried this put on different actions both at the key sequence in the Properties tab of format, but did not work there. I added the following line, which helped, but it is still a click of the addition until it changes, duplicate the last pick:

    this.getField("SoftwareList").value = "select the software."

    Appreciate help with this.

    I would like to use the script validation custom from the drop-down list. You can use something like this:

    If (event.value! = 'Select Software') this.getField("SelectedSoftware").value += event.value + ",";

    To ensure that the update as soon as a selection is made to check the option to validate the selected value immediately under properties of the menu drop down, tab Options.

  • How to make the menu drop-down list with a scroll bar

    Hello

    I have a drop-down list that is filled with different table sizes.

    I have a size of 30-element array.  Some of the last items just go off the screen at the bottom of the Simulator PB.

    Is it possible for me to add a drop-down scroll bar?

    DP = new DropDown();
    dp.rowHeight = 24;
    DP.prompt = "stuff";
    DP. Height = 34;
    DP.width = 230;
    DP.x = TitleTB.x + 170;
    DP.y = Title.y-3;
    addChild (dp);

    Some of the tables look like this-

    case 'List 1':
    dp.rowCount = 2;
    for (var i: int = 0; i<2;>
    {
    if(i==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"blahblah"});)
    }
    else if (i == 1) {}
    DPP.unshift({label:"foofoo"});)
    }
    }
    dp.dataProvider = new DataProvider (dpp);
    addChild (dp);
    break;

    case "List2":
    dp.rowCount = 30;
    for (var n: int = 0; n<30;>
    {
    if(n==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"lalalala"});)
    }
    Else if (n == 1) {}

    **********

    Delete the existing table using splice (0);

    then I add the new array of labels.

    Before, when I didn't have the splice (0), I only had the .unshift () and sometimes got bays combined together and a scroll bar appears automatically in the Simulator.  But then the berries were mixed.

    Thanks for the help!

    Hey mlin13,

    from the looks of it, your property rowCount is set too high. the rowCount property represents the number of lines displayed on the screen when the drop down menu is open. so if the number of rows is less than the amount of items on the list, it will create a scroll bar with a drop-down list for you. try to set the number of lines to a default value of 10 and and keep it manipulate your list from there. and see if you get the desired results. Good luck!

  • Display a drop-down list value

    Easy question for someone. Difficult question for me. I tried to have a textField display the display value in a drop-down list that is filled with a script based on a selection of button radio. I have a problem with the text field to display something else then the value of the drop-down list selection. I tried the 'value' instead of rawValue but I'm having no luck. Can someone help me?

    Hello

    When it comes to drop-down lists, there are two properties that are at stake. If you have specified the values in the object > linking the palette, then the .rawValue will have access to the bound value.

    What you are after is the display value of the drop-down list (for example, what the user sees).

    Here is an example:

    http://www.assuredynamics.com/index.php/category/portfolio/accessing-bound-and-display-Val Siu des menus drop-down.

    Hope that helps,

    Niall

  • Need help to fill in a text box in a drop-down list.

    I think I have most of the code and correct settings, but I need help.

    I have a drop down list that is populated with 3 States. When a certain State is selected in the drop-down list, I need a text box to fill with tax information for each State. I list them set up variables that define the drop-down list data and the data that I want to appear in the text box. I also code basic javascript in place - but it is not perfect.

    The problems I'm having with the dynamic .pdf file include:

    1. where a State is selected in the drop-down list, the user must first click the text box so that the appropriate text appears in the box.

    2. when a State is selected in the drop-down list and the user clicks on the text box to display the text of tax info, tax info text does not change as it should if a user selects a different State in the drop-down list.

    3. the tax information in the text box will appear for 2 States (what is because the variable list that I put in place for these States has too many characters of text? Is there a way to bypass this limitation?)

    Can someone help me change the javascript code and settings that I use to make the text field to fill in correctly? It is the first project of livecycle that I tried and my first experience with javascript.

    Here's the file I'm working on:

    http://www.filedropper.com/outofstatetaxtemplate2

    Just discovered this chapter sample of Peachpit Press which talk about whatever it is you are trying to do.

    http://www.Peachpit.com/articles/article.aspx?p=1021020&seqNum=4

    They provide even a sample download in order to examine the code. Change the numeric field in a text field, and you're all set.

  • Adobe Captivate 4 Quiz (Matching) drop-down list too small font size.

    Hello

    We use Adobe Captivate 4.  Quiz (matching).  Exported to SWF format.

    The drop-down list the fonts are small. We want to use a larger font in the drop-down list, but couldn't find a way.

    Can anyone help?

    Thank you

    Fox

    Hello

    Formatting of the slides in Question of CP is sometimes a pain. I can't give you a correct answer, but it would be great if you filed a feature request to the team to have more control over the styles used in this drop-down list (the link is on the homepage of this forum). If we are many to demand improvements, fine higher up on the priority list.

    As you've probably discovered, in the properties of the corresponding drop down lists Question slide you can change font color, the font size not. My correct solution is to choose a font that gives the best result, certain fonts really look bigger than the others. This is not always compatible with the styles in the rest of the film, but I fit all of the text in Question slides to this font.

    Regret not to be able to help. Question slides are in the folder, but in SWC format, and I can not open these files, even if I installed Flash CS4. Maybe a Flash-wise guy will appear automatically in to help you.

    Lilybiri

  • How to display the drop-down list box in MS excel by using labview report generation toolkit? pleasepost code block diagram?

    How to display the drop-down list box in MS excel by using labview report generation toolkit? Please post the block diagram of the code so that I can able to generate from the drop-down list box in excel with the menu drop-down...

    Like this. (edition, use the reference forms instead of the reference to the worksheet)

    Ben64

  • Display custom message summary on the notification area of the drop-down list [OS 6.0]

    Our application is the addition of notification messages in a custom folder app and display an indicator on the taskbar showing the number of unread status messages.

    OS 6.0 when you tap on the status bar, a drop-down list box notification appears, with a few summaries of Messages message natives and phone app. Some other apps done RIM may also fit in the status bar and show a few words of their message below (Facebook and Twitter apps for bb, AppWorld) State

    We also want to show our messages on this drop-down list box. Is there a way to do this? Thanks for your help!

    Yes, this can be done. Take a look at the messagelistdemo that is included in the SDK Java BlackBerry and BlackBerry JDE for an example.

  • How to change the color of the text on the user interface control, such as the drop-down list component

    Hi, I want to change the color of the text in drop-down list because I want to set background color.

    How to do this?

    Thank you

    He suggests as a feature on jira. or write a custom, component drop-down list does not support this.

  • Re: problem with menu drop-down lists.

    Hello everyone,

    I am facing a problem with the drop-down lists in my application, I have 4 drop-down lists one under the other. The main problem follows here, the second list is being covered by the first list when the first list fell down. How to get rid of it, any suggestions please,

    Thank you and happy new year.

    You must listen to the update and then change the order of objects.  Seems odd that RIM does not perform this themselves because it is a problem long been known.  A few other controls have similar problems.

    Community Library:

    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;
            }
        }
    
  • Problem with drop-down list that prevents the use of the functions, will not go away.

    Hello

    I have Windows 7.  I could not afford MS Office, so I downloaded OpenOffice and, later, LibreOffice.  My problem is, when I open a document to write in a program, a drop-down list (formatting) is displayed.  It starts with "Default" at the top.  The box does not work, if I click on anything that it just flashes.  Or it will disappear.  I tried everything I can think of to get rid of him.  And, as long as it's here, I can't write to a document.  I can close, but only by closing the program.

    Is this problem only with free Office programs.  Sometimes when I am looking for a program in Windows 7, or if I'm looking for the Help menu in 7.

    I'm not very savvy computer.  If you would be interested to help me, thank you very much, but please don't expect me to know some thing on anything whatsoever.  I used to use the mode BACK back in the day, but the subterrain of computers is a subject that I've lost contact with long ago.

    You can also try to test with another Windows user, in case you have a corrupt user profile.

    If things were OK and then maybe a few days ago, System Restore is an option.

    How to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista (or 7)
    http://support.Microsoft.com/kb/936212/#appliesTo

    Don't you see the same problems in Mode safe?

    Startup options (including safe mode)
    http://Windows.Microsoft.com/en-us/Windows7/advanced-startup-options-including-safe-mode

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

Maybe you are looking for