Blue drop-down lists, function constants?

Hello.

I'm new to labview and I'm getting a hang of things, but I still don't understand these blue drop-down lists that I see everywhere. They seem to be the case, but I thought I saw somewhere that they are constants any. What are they and how are they used?

Thank you

I guess you mean this:

http://zone.NI.com/reference/en-XX/help/371361J-01/lvconcepts/fp_controls_indicators/#Enumerated_Typ...

Tags: NI Software

Similar Questions

  • My laptop stopped recognizing wireless function. What drop-down list function should I use to get it to recognize wireless again?

    My laptop stopped recognizing wireless function.  What drop-down list function should I use to get it to recognize wireless again?

    Hello

    What is the brand and model of your laptop?

    Follow the suggestions and check out them.

    Method 1

    You can follow the procedure in the article.

    Enable or disable a network adapter

    http://Windows.Microsoft.com/en-us/Windows-Vista/enable-or-disable-a-network-adapter

    Method 2

    Windows wireless and wired network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    See also:

    Network adapter problems

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-network-adapter-problems

  • Show drop-down list field hide selection in another drop-down list box

    Hello I need to create two drop-down fields on a dynamic PDF in LiveCycle. The first field contains three choices. When a user selects an item in the drop-down list first I would like to a new field of drop-down list has been shown. For each item in the first drop-down list appears a new field drop-down list with unique values. If the user chooses blue drop-down list of blue shades indicate in this menu drop-down will be various shades of blue to choose for. If the Red is chosen, Shades of Red dropdown with appearance and if yellow is displayed the same occurs. Also if the user must go back and change their selection in the first drop-down list, they can do the same. Any suggestions?

    Thank you in advance.

    There are 2 ways you could do this. The first is just to have the 3 drop-down lists for the second box to separate and do them all hidden. The output of the first dropdown event would then have the code that would make it the second box become visible, something like (in formcalc):

    If ($ == 1) then

    dropdownRed.presence = "visible".

    dropdownBlue.presence = "hidden".

    dropdownYellow.presence = "hidden".

    ElseIf ($ == 2) then

    dropdownRed.presence = "hidden".

    dropdownBlue.presence = "visible".

    dropdownYellow.presence = "hidden".

    ElseIf ($ == 3) then

    dropdownRed.presence = "hidden".

    dropdownBlue.presence = "hidden".

    dropdownYellow.presence = "visible".

    endif

    The other option is just to have a dropdown that dynamically changes its options based on the results of the first box. So in the second box preOpen event you might have something like (in formcalc):

    If (dropdown1 == 1) then

    $. clearItems()

    $.setItems ("light red, dark red")

    ElseIf (dropdown1 == 2) then

    $. clearItems()

    $.setItems ("sky blue, dark blue")

    ElseIf (dropdown1 == 3) then

    $. clearItems()

    $.setItems ("light yellow, dark yellow")

    endif

  • How to use a function switch box to the reference that is used several times in the previous drop-down list options?

    I use JavaScript coding in LiveCycle and development of dependent drop-down areas, but I find it difficult to write correct code. See the example below. I'm trying to use a multiple box function that refers to an option that is listed several times in the previous pull-down menu. The problem I am running into is that when I refer to any color or Nissan and Chevy, it returns the results of the color in the "Ford" column only. I'll always see color (blue, black, green and purple) options in my second drop-down list and it seems fine, but then the third drop reference only the options and colors 'Ford '. (I don't have the code for the third menu list drop-down).

    I want the client to choose Chevy or Nissan and have her drop downs (based on the color they chose)-dependent, but I can't seem to make this work.

    I hope it is clear enough (probably as mud...). I would appreciate help!

    Form1. #subform [0]. #subform [1]. cboModels::exit - (JavaScript, client)

    cboColor.clearItems ();

    {Switch (this.) RawValue)}

    case "Ford":

    cboColor.addItem ("Blue");

    cboColor.addItem ("Black");

    cboColor.addItem ("Green");

    cboColor.addItem ("Purple");

    break;

    case 'Chevy ':

    cboColor.addItem ("Blue");

    cboColor.addItem ("Black");

    cboColor.addItem ("Green");

    cboColor.addItem ("Purple");

    break;

    case "Nissan":

    cboColor.addItem ("Blue");

    cboColor.addItem ("Black");

    cboColor.addItem ("Green");

    cboColor.addItem ("Purple");

    break;

    }

    Form1. #subform [0]. #subform [1]. cboColor::exit - (JavaScript, client)

    cboPrice.clearItems ();

    {Switch (this.) RawValue)}

    case "Ford":

    case "green":

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    break;

    case 'Chevy ':

    case "green":

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    break;

    case "Nissan":

    case "green":

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    break;

    }

    You can use '\n' for newline in a string, so

    "Option 1, \nOption 2, \nOption 3;

    Put each on its own line.

    Bruce

  • Drop Down List index - my script does not recognize the leader line in my function

    Community AE script-

    I'm a designer not a programmer naked with me.  I just try something simple, no baby and I cannot for the life of make me this simple script to work.

    I saw the script adds FAST and thought I would try to imitate this script for me as a challenge.  I watched videos of David Torno on Pro video Coalition and a simple example Script UI.  I searched for my answer on these here forums and tried to combine a simple script to examples within these forums and may not have to recognize clues to my drop-DOWN LIST down.  Here's my simple script:

    {

    function myScript (thisObj) {}

    function myScript_buildUI (thisObj) {}

    var myPanel = (thisObj instanceof Panel)? thisObj: new window ('palette', 'Add', undefined, {resizable: true});

    res = "group {orientation: 'row', alignment: ["fill","fill"] alignChildren: ["fill","fill"],------}»

    groupOne: group {orientation: 'row', alignment: ["fill", "fill"] alignChildren: ['fill', 'top'],------}

    myStaticText: StaticText {text:'New:'}, \

    myDropDownList: DropDownList {properties: {items: ['solid', 'Light']}}, \

    },\

    groupTwo: group {orientation: 'row', alignment: ["fill", "fill"] alignChildren: ['fill', 'top'],------}

    MyButton: button {text: 'Add'}, \

    },\

    }";

    myPanel.grp = myPanel.add (res);

    Default values

    myPanel.grp.groupOne.myDropDownList.selection = 0;

    myPanel.grp.groupTwo.myButton.onClick = myButtonClick;

    Design of Control Panel

    myPanel.layout.layout (true);

    myPanel.grp.minimumSize = myPanel.grp.size;

    Make the resizable Panel

    myPanel.layout.resize ();

    myPanel.onResizing = myPanel.onResize = function() {this.layout.resize ()};

    Return myPanel;

    }

    function myButtonClick() {}

    var app.project.activeItem = myComp;

    If (myComp! = null & & myComp instanceof CompItem) {}

    If (myPanel.grp.groupOne.myDropDownList.selection.index == 0) {}

    myComp.layers.addSolid ([0,0,0], "MySolid", myComp.width, myComp.height, 1)

    } Else if (myPanel.grp.groupOne.myDropDownList.selection.index == 2) {}

    myComp.layers.addLight ("Light", [myComp.width/2, myComp.height/2]);

    }

    }

    }

    Make a floating window

    var myScriptPal = myScript_buildUI (thisObj);

    If ((myScriptPal! = null) & & (myScriptPal instanceof window)) {}

    myScriptPal.center ();

    myScriptPal.show ();

    }

    }

    myScript (this);

    }

    If I comment out the lines

    If (myPanel.grp.groupOne.myDropDownList.selection.index == 0) { and If (myPanel.grp.groupOne.myDropDownList.selection.index == 1) { }}

    the script will add the SOLID and LIGHT.  But it will never work with these active lines - Add button does nothing.

    I could just make use of onChange with the drop-down list, but I want to understand how onClick actions of connection in the drop-down list.

    I copied this piece of the forum script and modified to work with my script, but nothing seems to work:

    buttonOne.onClick = onButtonOneClick;

    function onButtonOneClick() {}

    If (myPalette.dropdownlistOne.selection.index == 0) {}

    to do this

    } else {}

    This instead

    }

    }

    Can someone take a look at my script at the top of the page and tell me why this won't work?  I pretty much pulled out the last piece of hair I have on this - simple problem?

    Thank you in advance.

    Your click of button function does not know what "myPanel. You could do something like this inside the function:

    var this.parent.parent.parent = myPanel;

    There are other ways to do it, maybe as a global variable that maintains the reference of the Panel.

    In addition, your second if looking for selection.index == 2 instead of 1.

    Dan

  • 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

  • How can we change the visibility of the drop-down list after its creation?

    I create a QML document with three drop-down lists.  Depending on how "trans_type" is selected, only to drop Extra should be displayed.  If the option "account" is selected, the drop-down list is visible and the DD category is hidden.  The reverse is true if the 'category' option is selected.

    Here's how I build my QML document:

    void Testing::updateFields()
    {
        if (m_form.isNull())
            return;
    
        // Clear all fields from the form
        m_form->removeAll();
    
        // Clear the internal mapping
        m_fields.clear();
    
        //get the transaction page ready
        QmlDocument *qml = QmlDocument::create("asset:///transaction.qml").parent(this);
    
        DropDown* trans_type = qml->createRootObject();
        trans_type = DropDown::create().title("Transaction Type");
        trans_type->add(Option::create().text("Accounts").value("0"));
        trans_type->add(Option::create().text("Categories").value("1"));
        trans_type->setSelectedIndex(0);
        connect(trans_type, SIGNAL(selectedIndexChanged (int)), this, SLOT(onDDChange(int)));
        m_form->add(trans_type);
    
        DropDown* account_dd = qml->createRootObject();
        account_dd = DropDown::create().title("Account");
        account_dd->add(Option::create().text("No Account").value("0"));
        //... code to populate account drop down here...
        account_dd->setSelectedIndex(0);
        m_form->add(account_dd);
    
        DropDown* category_dd = qml->createRootObject();
        category_dd = DropDown::create().title("Category").visible(false);
        category_dd->add(Option::create().text("No Category").value("0"));
        //... code to populate category drop down here...
        category_dd->setSelectedIndex(0);
        m_form->add(category_dd);
    
    }
    

    Everything is displayed properly on the page.  onDDChange is called and it shows a Toast that the option has been selected.  Here is what I currently have in onDDChange:

    void Testing::onDDChange(const int &info)
    {
        QString msg = "Switched To: ";
        if(info == 0) {
            msg = msg + "Account";
        } else if(info==1) {
            msg = msg + "Category";
        } else {
            msg = msg + "Unrecognized";
        }
        showToast(msg);
    }
    

    I can't figure out how to get the drop down lists to be visible/hidden depending on the needs.  There is a function "setVisible()" for the drop, but I can not understand how to operate without the app crashing.  http://developer.BlackBerry.com/Cascades/reference/bb__cascades__dropdown.html#function-setVisible-v...

    My questions are:

    1. How can I change the visibility of the appropriate dropdown lists in a different function when the status of the main drop-down list is changed?

    2. is there a way to define an id for drop-down lists?  If not, how am I supposed to go into the drop-down lists in a variable later so I can receive their value or change the visibility?

    Any help would be great.  I've been struggling with this for a while.

    There are a number of methods you could use signals and slots between your code and the QML or something simple is assign "objectName" as a property, then this search in C++.

    http://developer.BlackBerry.com/Cascades/documentation/dev/integrating_cpp_qml/

    Something like

    DropBox db = mRootContainer->findChild("dropboxname");
    db->setVisible(true);
    
  • Drop-down list boxes & menu bar drop-down lists don't no projection in 32.0

    Just upgraded to 32.0 Firefox on my laptop under Windows 7 Professional, for some unknown reason, drop-down boxes on different websites and Firefox menu bar lists drop-down would not show. When you click in the drop-down boxes, blue they just (as usual), but the list would not show. Firefox menu bar drop-down list behave the same way.

    I restarted Firefox in safe mode and this problem does not exist. I suspect it's something to do with the "Default 32.0' under 'Appearance' (as it has been disabled in safe mode). There is no 'Disable' button visible to delete this sub mode. Obviously I can not remove this in SafeMode either.

    I hope you can help as no setting change made during the upgrade and it has become unusable (so go to Google Chrome in the meantime).

    Looking forward to your reply soon.

    Peter

    Rubootsoz wrote:

    I have restarted Firefox under the safe mode and this problem doesn't exist.
    

    Then he caused either by one of your modules or hardware acceleration.

    Rubootsoz wrote:

    "Default 32.0" under "Appearance" (as it was disabled under safe mode).
    

    It's the default theme, and it is not actually disabled mode without failure.

  • How can I delete a site to appear in my address bar drop down list?

    I'm looking for a way to remove a Web site or included in the dropdown when I type things in my address bar.

    I deleted the history and cookies associated with it, but to no avail.

    I have access to my router; I type 192... and it brings up the link to my old router, which does not work. Get annoyed to have to scroll down to get the new, genuine link.

    Solution? See you soon.

    If you want to delete data in a drop-down list, and then use the following steps:

    1. Select an entry in the drop-down list
    2. Press the DELETE key (on a Mac: shift + delete) to remove it.

    Entries in the bar location drop-down list with a yellow star (blue on Mac) at the right end of the bookmarks and Scripture cannot be cleared from the location bar menu drop down with the delete key.

    You can delete this an item marked with a bookmark that appear in the list, if you open this url in a tab and click on the yellow star in the address bar.

    This will open the "Edit this bookmark" dialog box and you can click on the delete button to delete the bookmark if you want to delete such an entry marked with a bookmark.

  • My index drop-down list of bookmarks installation does not include an option to export my absolute Favorites HTML file for security purposes. How can I do a safety case separated from my favorites please?

    I'm on version 4.0.1

    The drop-down list of bookmarks index includes only:
    Bookmark this page
    View all bookmarks
    The toolbar of bookmarks (export done on this etque ease)
    Recent tags
    Recently bookmarked
    Download bookmark modules
    These stars following is a complete list of all my favorites.

    The Tools dropdown has no export function is

    the help file "export bookmarks to an HTML file indicates it is a menu drop down called"Organize bookmarks"- is not a."

    I have an urgent need to save this file because I have to do a reinstall of Windows and my 'C' drive will be erased!

    Thank you, Richard Townsend

    Organize bookmarks has been renamed to display all bookmarks in versions of Firefox 4 +.

  • Drop down menu function key no longer appears

    Hello

    When I press the Fn key the computer no longer displays the drop-down list it. The function key still works, but I can see is more what I selected the function.

    How can I solve this?

    Try restarting Flash cards.

    Go to start > all programs > Toshiba > utilities > restart Flash Cards.

    It works for you?

  • Properly handle output drop-down list box

    A drop-down list box will display one of the two types of data.  If it finds the value entered on the roll control on front panel in the column of the strings in the array [] strings and values, it will display the cell value.  Otherwise, it will display the string.  So, if my array strings and values looks like this:

    Red, 0

    Yellow, 1

    Green, 2

    I enter 'Orange', then the drop-down list box "Orange."  If I get "Yellow", then the combo box returns "1" rather than "yellow."

    Is there any method to determine the behavior that controls used?

    In fact, the data type is always a string. The 'value' should be interpreted as a numeric by you. On the top of my head, there are 2 ways you can do this:

    • Use the search D table 1 to find the Strings of [] property to see if the ComboBox Text.Text property is in the list of channels. If the output of the function is - 1, then you know he has simply removed the chain.
    • You can use the decimal digit? function to see if the value is numeric.

    I don't know that there are others.

  • drop-down list

    My dropdown is not displayed as it should, the "firefox updated" solves the problem, but after a start of my PC or you restart FF, the problem comes back. I give a print screen with 4 photos 2 everything first on top is FF when the drop-down list does not, the other 2 of the edge and how it should be displayed.

    I also tried to uncheck "use hardware acceleration when available" and restart the browser, but is not help me either.

    Is this your site? What follows is not something webmasters can solve, unfortunately:

    Are you using e10s?

    You can check if you have this feature enabled as follows. Either:

    • button '3-bar' menu > '? ' button > Troubleshooting Information
    • (menu bar) Help > troubleshooting information
    • type or paste everything: in the address bar and press Enter

    In the first table on the page, find the line "Multiprocess Windows" and see if the number on the left side of the fraction is greater than zero. If so, you are using e10s.

    With active e10s, 'options' that appear in the dropdown under control of selection can be made by using a default font instead of the one given by the page. However, I have not seen enough examples to know the model of the font is used.

    If you use e10s:

    To determine if this feature is causing this problem, you can turn off as follows:

    (1) in a new tab, type or paste Subject: config in the address bar and press enter/return. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste the cars and make a pause so that the list is filtered

    (3) double-click the preference browser.tabs.remote.autostart.2 to switch the value from true to false

    Note: the exact name of this preference may vary, but it will start by browser.tabs.remote.autostart

    On your next startup of Firefox, it must be run in the traditional way. Any difference?

    What I think is happening:

    When you install or after updating Firefox, it traditionally starts and then performs a check to see if it can use the new functionality of e10s from the next start-up. That's why you see change when you see it.

  • Contact API - results subscription to drop-down list

    I currently use the code below to get all available phone numbers and e-mail addresses for a contact:

    QVariantList ApplicationUI::getPhoneNumber(int contactId)
    {
        ContactService *contactService = new ContactService();
        Contact contactInfo = contactService->contactDetails(contactId);
        QList numberList = contactInfo.phoneNumbers();
        QVariantList no_s;
        int length = numberList.size();
    
        for (int i = 0; i < length; i++) {
            no_s << numberList.at(i).value();
        }
        return no_s;
    }
    
    QVariantList ApplicationUI::getEmailAddress(int contactId)
    {
        ContactService *contactService = new ContactService();
        Contact contactInfo = contactService->contactDetails(contactId);
        QList emailList = contactInfo.emails();
        QVariantList no_s;
        int length = emailList.size();
    
        for (int i = 0; i < length; i++) {
            no_s << emailList.at(i).value();
        }
        return no_s;
    }
    
    ContactPicker {
                id: contactPicker
                onContactSelected: {
                    contactPhoto.imageSource = _app.getContactPhoto(contactId)
                    if (contactPhoto.imageSource == "") {
                        contactPhoto.imageSource = "asset:///IMG/user_placeholder_blue.png"
                    }
                    firstName.text = _app.getFirstName(contactId)
                    surname.text = _app.getSurname(contactId)
                    phoneNumber.text = _app.getPhoneNumber(contactId).toString()
                    emailAddress.text = _app.getEmailAddress(contactId).toString()
                }
            }
    

    However, this feature is out just now all the available phone numbers and email addresses - for contact - to a text field, but I was wondering if it would be possible to output the list of individual options in a drop-down list instead of just their output in a text field?

    You will need to use ComponentDefinition and dynamically create each Option.

    Here is a code to do this:

    /*
     * Copyright (c) 2011-2014 BlackBerry Limited.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import bb.cascades 1.2
    
    Page {
        Container {
            DropDown {
                id: dropDown
            }
            Button {
                onClicked: {
                    // Remove all options from DropDown
                    dropDown.removeAll()
    
                    // Create a VariantList to mimic a list of number returned by your C++ function
                    var listOfPhoneNumber = new Array()
                    for (var i = 0; i < 10; i++) {
                        var randomNumer = Number((Math.random() * 9000) + 1000).toFixed(0)
                        var phoneNumber = "1-555-666-" + randomNumer.toString()
                        listOfPhoneNumber[i] = phoneNumber
                    }
                    console.log("listOfPhoneNumber: " + listOfPhoneNumber)
    
                    // Iterate the list of number and add them to DropDown
                    for (var i = 0; i < listOfPhoneNumber.length; i++) {
                        var newOption = emptyOption.createObject()
                        newOption.text = listOfPhoneNumber[i]
                        dropDown.add(newOption)
                    }
                }
            }
            attachedObjects: [
                ComponentDefinition {
                    id: emptyOption
                    Option {}
                }
            ]
        }
    }
    
  • Drop-down list sorting

    My application have a drop down list with many options arranged in alphabetical order by the Option::text property. When you switch to another language, for example, the order must change, but there is no way to sort again drop-down list.

    Anyone know the best approach for this problem?

    Illustrating what I need:

    {Drop-down list

    options]

    Option {value: "fr", text: qsTr ("English")},

    Option {value: "tl", qsTr ("Filipino")}

    ]

    }

    Translated into Portuguese, the Option for English becomes "Ingles" and should be placed after "Filipina."

    Any clue?

    Hello

    I wrote the following code, please try if it works for you:

    import bb.cascades 1.0
    
    Page
    {
      function repopulateDropDown()
      {
        dropDown.removeAll();
    
        var languages = [
            qsTr("English"),
            qsTr("Filipino")
        ]
    
        languages.sort()
    
        for (var i = 0, arrLength = languages.length; i < arrLength; i++) {
          var option = optionDef.createObject();
          option.text = languages[i];
          dropDown.add(option);
        }
      }
    
      onCreationCompleted:
      {
        repopulateDropDown();
      }
    
      content: ScrollView {
        DropDown {
          id: dropDown
    
          attachedObjects: [
            LocaleHandler  {
              id: localeHandler
              onLanguageChanged: {
                repopulateDropDown();
              }
            }
          ]
        }
      }
    
      attachedObjects: [
        ComponentDefinition {
          id: optionDef
          Option {}
        }
      ]
    }
    

    The strange thing I noticed is that languageChange signal is emitted twice for every change of language. Does anyone know why? This should not affect this code well.

Maybe you are looking for

  • Firefox will not page load unless I move the coursor

    I use a samsung NC10 and set firefox to update yesterday, since then no internet pages will load, unless I'm constantly moving the cursor with the touchpad. IE seems to work very well. This is particularly a problem with the video streaming (e.g. 4od

  • How can I share my library with all my devices

    How can I share my library with all my devices?

  • Impossible to enter safe mode get code error 0x0000007b

    I am trying to load my computer in safe mode with networking, but I get the blue screen with an error message with a code (0x0000007B) and there are other codes behide it. Can someone tell me what this means?

  • Create a system recovery disc?

    Hello My girlfriend just got a Probook new 6460 b (what she ordered to hp.com) with Win7 Pro and she wants to create a system for her recovery disk.  We have been able to make a 'system' repair disc, we found it under start > Maintenance, but I am su

  • Scan of 3210 HP all-in-one

    Hello I run an iMac (early 2009) with OS 10.9.1 connected via the time machine to an HP Photosmart 3210 all-in-one and I can't get the scan to work. Earlier, I used a HP program - is not perfect, but I've had some scans. This no longer works. I tried