Quick drop-down list does not update during the search

My Quick Drop started acting today.  Normally, when I start typing, the list under the search box updates to show all possible matches.  This is not is no longer the case.  He always tries to autocomplete the search field, but the list is not updated.  [attached screenshot]

I'm under LabVIEW 2009 SP1 on Windows XP 32-bit.

For what it's worth, LabVIEW crashed went on vacation early evening Wednesday last, just before I was preparing to leave for the weekend.  When I went back to work this morning, Quick Drop work properly.  I don't know if these two events are linked, but I thought it was a possibility.

I tried to restart my PC and rename the file LabVIEW.ini and LabVIEW restarting with a new configuration, but not luck.

Any help would be greatly appreciated!

It seems that I solved the problem.

Yesterday, I noticed that the Quick Drop worked when I took my laptop to my cubicle to a job in another location.  When I started my laptop in my closet this morning, however, the problems are back.  Apparently, the problem was related to the use of the docking station for my laptop.  Something in the configuration to the hardware profile 'anchored' have been corrupted, causing the problem Quick Drop, among other buggy problems (for example, do not allow me to click and drag the mouse to highlight text).  I unplugged the laptop from the docking station, and suddenly everything worked very well.  Once I reconnected it the laptop to the docking station, it was apparently crushing the hardware profile "anchored" corrupt, because the next time I start the computer when you are connected to the docking station, everything has worked.

Problem solved!

Tags: NI Software

Similar Questions

  • 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 list does not appear selected value

    Hello

    I have a problem. The output of a query results page. There are 2 fields must be updated: scholarshipID and amount. I want to update my request at a time. My dynamic drop-down list does not appear selected value. The value is there, but it does not recognize in the drop-down list. I could not find the error. My code is below, so please help...

    < name cfquery = "getStudentsData" datasource = "#application. DSN #">"
    Select StudentID, fname, lname, GPA, Tbl_Students.ID, ScholarshipID, rise, Tbl_StudentsScholar.ID as the SSID, AwardStatus
    of Tbl_Students, Tbl_ApplyYear, Tbl_EduBckgrnd, Tbl_StudentsScholar
    where Tbl_Students.ApplyYr = Tbl_ApplyYear.id
    and Tbl_Students.id = Tbl_EduBckgrnd.SID
    and Tbl_Students.ID = Tbl_StudentsScholar.SID
    and ApplyYear = 1
    and steps = 7
    order by studentid
    < / cfquery >

    < name cfquery = "getScholarship" datasource = "#application. DSN #">"
    Select AcctNum, scholarship, Tbl_Scholarships.id, Code
    of Tbl_Scholarships, Tbl_DistCode
    where Tbl_Scholarships.DistCode = Tbl_DistCode.id
    AcctNum order
    < / cfquery >

    < cfparam name = 'X' default '0' = >
    < cfparam name = default "CounterX" = "0" >

    <!--get scholarship-->

    < cfif getStudentsDataRet.RecordCount eq 0 >
    < class p 'paragraph' = > No Records Found < /p >
    < class p = "pageheight" > < / p >
    < class p = "pageheight" > < / p >
    < cfelse >


    < class p = "submitmessage" > records found - < cfoutput > #getStudentsDataRet.Recordcount # < / cfoutput > < / p >
    < table width = "98%" border = "1" cellpadding = "3" cellspacing = "0" style = "" border-collapse: collapse "bordercolor ="#000000"align ="center">"
    < class tr = "steptext2" bgcolor = "#999999" align = "center" >
    < td width = "10%" > Student ID < table >
    < td width = "9%" > name < table >
    < td width = "9%" > name < table >
    < td width = "5%" > GPA Cum < table >
    < td width = "5%" > account # < table >
    < td width = "5%" > < table > amount
    < td width = "20%" > account # | Dist Code | Scholarship name < table >
    < /tr >

    < do action = "updateAward.cfm" method = "post" name = "AwardForm" > "
    < cfoutput query = "getStudentsDataRet" >
    < cfif eq x 0 and x neq getStudentsDataRet.recordcount >
    < cfset x = 1 >
    < cfelseif x neq (getStudentsDataRet.recordcount + 1) >
    < cfset x = x + 1 >
    < / cfif >
    < class = "paragraph" tr >
    < td > #StudentID # < table >
    < td > #lname # < table >
    < td > #fname # < table >
    < td > #GPA # < table >


    < cfif AwardStatus eq 2 >
    < name cfquery = "getStudentsScholar" datasource = "#application. DSN #">"
    Select Code, Tbl_Scholarships.id, AcctNum, scholarships
    of Tbl_Scholarships, Tbl_DistCode
    where Tbl_Scholarships.DistCode = Tbl_DistCode.id
    and Tbl_Scholarships.ID = #getStudentsDataRet.ScholarshipID #.
    < / cfquery >
    < / cfif >
    < td >
    < select name = "" scholarshipID_ #X # "onChange =" showMessage_ #X #(this.options[this.selectedIndex].value) ">"
    < option value = "" > < / option >
    < cfloop query = "getScholarshipRet" >
    < option value = "" #id # "selected < cfif getStudentsDataRet.ScholarshipID eq id > < / cfif > > #AcctNum # < / option >"
    < / cfloop >
    < / select >
    < table >
    < td > < input name = "" amount_ #X # "type ="text"size ="5"< cfif amount gt 0 > value = ' #NumberFormat (amount, 99.99) # ' < / cfif > / > < table >"
    < td > < cfif AwardStatus eq 2 > #getStudentsScholar.AcctNum # | #getStudentsScholar.Code # | #getStudentsScholar.Scholarship # | #getStudentsDataRet.ScholarshipID # < / cfif > < table >
    "< input name =" "IndexID_ #x #" type = "hidden" value = "#SSID #" / >
    < /tr >
    < / cfoutput >
    < cfoutput > < input name = "CounterX" type = "hidden" value = "" #getStudentsDataRet.RecordCount # "/ > < / cfoutput >"
    < b >
    < td align = "center" colspan = "11" height = "50" valign = "middle" > < input name = "Submit" type = "submit" value = "Submit" / > < table >
    < /tr >
    < / make >
    < /table >
    < / cfif >

    the syntax is: getStudentsDataRet.ScholarshipID [1]

    where '1' is the line number to specify

  • I downoladed and tried to install CS6 on my computer after that machine has been upgraded to Windows 10.  I get a message that says "serial number is not for the product." The drop-down list does not contain CS6 Design and Web Premium.  What should I do

    I downloaded and tried to install CS6 on my computer after that machine has been upgraded to Windows 10.  I get a message that says "serial number is not for the product." The drop-down list does not contain CS6 Design and Web Premium.  What should I do to get loaded and enabled on my computer?

    That fall down, and the serial number you provide must identify the previous version that you upgraded because CS6 is an upgraded version in your case.

    Error "this serial number is not for a product calling it" | CS6, CS5.5, CS5

    http://helpx.Adobe.com/Creative-Suite/KB/error-serial-number-qualifying-product.html

  • Installed Firefox 17.0.1. Drop-down lists does not open now (like the drop-down list Twitter connection).

    Installed Firefox 17.0.1.

    Drop-down lists will not open now - for example, Twitter login drop-down list (so cannot connect to Twitter). Drop-down lists has worked for all the previous versions of Firefox.

    Its happens very rarely...

    No need to do it each time...

  • Site drop-down list does not work - DW CC 2015.1

    Someone knows how to fix DW so that the drop-down list of sites appears in the files Panel? When I click on the drop down menu, I see he's trying to do * something * but I don't have the drop-down list. I can work around it by going to the Site > Manage Sites, but I prefer to use the drop-down list.  Any help is appreciated.

    Thank you

    Tim

    I filed a bug to the engineering team to watch, referring to this thread and the other (site drop-down list on the files tab too short?).

  • Country of destination - drop-down list does not not on some computers

    Hello

    I just had our second client state on the shopping cart page they can't scroll down to select the destination state:

    "I had to put American Samoa because the drop down menu would not let me scroll U.S. on my lap top."

    I don't see how to change the list via the modules - shopping cart page.

    Does anyone know how to make U.S. top the Australia?

    Thank you

    Hi DandyDahlia,

    It is possible to manually set the order in which countries appear by listing them using the settings for the following tag: {tag_shippingoptions, true, US; GB; AU,}.

    In this example, the order in which countries will appear in the menu drop-down are the following:

    United States

    United Kingdom

    Australia

    Notes; Only these 3 countries will appear in the drop-down - menu you need to list all countries manually in this tag that you want to appear in the menu dropdown.

    More information can be found in the following article: ng.html #id_727 http://helpx.adobe.com/business-catalyst/partner/displaying-shipping-options-inside-shoppi.

    Thank you
    Matt.

  • ComboBox drop-down list is not updated

    Hi all!

    I have a problem of the comboBox. Please test this simple code:

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "layout ="vertical" "
    creationComplete = "init ()" >

    < mx:Script >
    <! [CDATA]
    Import mx.collections.ArrayCollection;

    [Bindable]
    private var dp:ArrayCollection;

    private function init (): void
    {
    DP = new collection ArrayCollection (["one", "two"]);
    }

    []] >
    < / mx:Script >

    < mx:ComboBox id = "cb" dataProvider = "{dp}" / >
    < mx:Button label = "click me" click = "dp = new collection ArrayCollection (['three', 'four']); dp.refresh ()" / >
    < / mx:Application >

    What is happening is that the drop-down list of the combobox control does not display the new values. I guess that I forgot something here.

    Any advice?

    Thank you!

    Dany

    Hey did you see this post:

    http://forums.Adobe.com/thread/670510?TSTART=0

  • Accident stroke width drop-down list does not respond after Yosemite to El Capitan update on mac.

    EL CAPITAN STROKE WEIGHT HATE!

    A picture says 1000 words. Help, please! I can only change the width of the line now by clicking on the up/down arrows, or by drilling in a size of pt.

    Very frustrating! I have not tried anything to fix the problem. I have deadlines so I'm currently not uninstall and reinstall I.

    What do you suggest me? I can uninstall and install this weekend maybe if suggest you.

    VERSION of ILLUSTRATOR: ADOBE ILLUSTRATOR CC 2014

    EL CRAPITAN.png

    No one knows why there are questions, but it is not only with El Capitan, you will need to uninstall, run the cleaning Adobe tool, and then reinstall. It has been the case with other updates of the system as well.

    Regarding the multi screen put in place: try and differently regulated #1 and #2 monitors. There are problems with multiple monitors as well. You could search the forum for discussions on this topic.

  • Menu drop-down list does not apear, instead of this, there is a miniature version of the Thunderbird window. How to fix?

    On a new installation of Thunderbird running on a new instalation of Windows 7 in the dropdown menu will not work. By clicking on the list of the menu drop-down appears, but instead to be filled with tryies to squeez options in a copy of the window full thunderbid - see the screenshot.

    Restart in SafeMode it works OK.

    Any ideas how to fix?

    No picture, but try this
    https://support.Mozilla.org/en-us/questions/1012145

    Not better?

  • Drop-down list does not

    Hi, I posted this and got one response. I followed his links and all directions and I still couldn't my drop downs to work. Obviously, something is not connect but I don't know what it is or how to solve this problem, can someone help me please. It's my link. http://www.orled.com/p7_cssexpress/p7exp/test.htm

    That's what I tried to do it (I tried all):



    Check the uberlink and tutorials at PVII - m
    http://www.Projectseven.com/

    and the tutorial/articles instead of Thierry Navbar
    http://TJKDesign.com/articles/dropdown/

    Or this one (most recent article):
    http://TJKDesign.com/articles/Pure_CSS_Dropdown_Menus.asp

    Or it will quickly, click here.

    http://www.Projectseven.com/tutorials/navigation/auto_hide/index.htm

    Or, if you use DWCS3, check the Spry menus.

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQS, tutorials & resources
    http://www.dwfaq.com - DW FAQS, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================


    "actrihop" < [email protected] > wrote in message
    News:f17lec$7i3$1@forums. Macromedia.com...
    > I'm looking for a good (free) tutorial that can teach me how to produce a
    > drop
    > the menu with tabs. Similar to the above Adobe use, but
    > without
    > images. Any guidance is appreciated. Thank you for your help.
    > Melissa
    >





    Mark this message as a response.
    Print this message
    Report to a moderator
    actrihop

    The user is online
    Junior member posts: 11
    Joined the: 17/04/2007
    Send private Message


    2007-05-01 17:56:28

    Response | City | Top | Bottom | Edit

    I can't make it work. So frustrating! This is what my page looks like
    http://www.orled.com/p7_cssexpress/p7exp/test.htm melis

    Please keep this discussion in the same thread. You have a good suggestion
    of * mista *.

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    "actrihop" wrote in message
    News:f17v1t$IVM$1@forums. Macromedia.com...
    > Hi, I posted this and got one response. I followed his links and
    > all the
    > directions and I still couldn't get my drop downs to work. Obviously,.
    > something is not the link, but I don't know what it is or how to fix, can
    > can somebody help me please. It's my link.
    > http://www.orled.com/p7_cssexpress/p7exp/test.htm
    >
    > That's what I tried to do it (I tried all):
    >
    >
    >

    > Check the uberlink and tutorials at PVII m. -
    > http://www.projectseven.com/
    >
    > and the tutorial/articles instead of Thierry Navbar
    > http://tjkdesign.com/articles/dropdown/
    >
    > Or this one (most recent article):
    > http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    >
    > Or it will quickly, click here.
    >
    > http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    >
    > Or, if you use DWCS3, check the Spry menus.
    >
    > --
    > Murray - ICQ 71997575
    > Adobe Community Expert
    > (If you * MUST * write me, don't don't LAUGH when you do!)
    > ==================
    > http://www.dreamweavermx-templates.com - model of yard!
    > http://www.projectseven.com/go - DW FAQs, tutorials & resources
    > http://www.dwfaq.com - DW FAQs, tutorials & resources
    > http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "actrihop" wrote in message
    > news:[email protected]...
    > I'm looking for a good (free) tutorial that can teach me how to produce a
    > drop
    > menu with tabs. Similar to the above Adobe use, but
    > without
    > images. Any guidance is appreciated. Thank you for your help.
    > Melissa
    > >
    >
    >
    >
    >
    >
    > Mark this message as a response.
    > Print this message
    > Report to a moderator
    > actrihop
    >
    > User is online
    > Junior member posts: 11
    > Registered the: 17/04/2007
    > Send private Message
    >
    >
    > 01/05/2007 17:56:28
    >
    > Response | City | Top | Bottom | Edit
    >
    > I can't make it work. So frustrating! This is what my page looks like
    > http://www.orled.com/p7_cssexpress/p7exp/test.htm melis
    >

  • When I'm on Facebook and playing Fish World, send gifts no longer works, the drop-down list does not open enough to see the button 'send '. This works in other games, but not in the world of fish, and I contacted global fish who said it was a browser issu

    starting yesterday I can't decline to the bottom of the box open to send gifts to my friends. Fish world told me a few weeks ago, it was because of some updates on Facebook, but now that has been set and I can't get the inFB game to work. It works with other browsers - Chrome and IE9. Is there something I have to do on my end to fix this? Other facebook games works perfectly with drop-down boxes, it is only in fish world.

    problem solved

  • browser drop-down list does not

    My browser dropdown is not saving my most visited websites, so I have to enter each site manually, can someone help me?

    The problem persists if start you Firefox in Mode safe? http://support.Mozilla.com/en-us/KB/safe+mode

    What is with an empty profile? http://support.Mozilla.com/en-us/KB/basic%20Troubleshooting#w_8-make-a-new-profile

  • In Muse - edit drop-down list does not

    I'm sorry for this basic but application works on near final site and edit function will no longer work.  Am I missing something very basic - the impression that I somehow "off."

    Thanks in advance for any help.

    John

    Thanks for the reply. Resolved to uninstall and install.  Now works.

  • When I right click on a website to save to the desktop from the drop-down list is not save to the desktop in it

    There is no backup of office from the dropdown list

    Hi Franpayne,

    Thanks for posting your question in the Microsoft Community forums.

    I see from the description of the problem, you want to save a Web site on the desktop.

    To resolve the problem with the registration of a Web site, I need more information:

    1. you try to put a shortcut to the Web site on the desktop?

    If so, I suggest you try the following steps.

    (a) right click on the Web site.

    (b) click on create shortcut.

    (c) click Yes.

    Let us know the status of the issue after you perform the troubleshooting steps. If you need additional help or information on Windows, I'll be happy to help you. We, at tender Microsoft to excellence.

Maybe you are looking for

  • How to merge two partitions, C and D

    Hello I HAVE A HARD DRIVE BUT ITS IN TWO SEPARATE PARTITIONS, ALL MY EXISTING FILES AND PROGRAMS ARE ON DRIVE C:\, DRIVE D:\ IS EMPTY. I WANT TO MERGE D:\ BY C:\ SO MY LAPTOP DISPLAYS ONLY A READER. HOW CAN I DO THIS WITHOUT LOSING ANYTHING ON C:\ DR

  • HP Deskjet 3520 - will not print black text

    I have a Deskjet 3520 printer.  I installed a new HP ink cartridges, color printing works fine, but the black does not print.  Even if I force black only in the preferences to print gray nothing comes out.  The print head moves back and looks like it

  • security of windows xp professional iso download

    I have an a31 thinkpad with a 30 GB HDD that I'll update. the computer is equipped with a xp professional coa and I would like to start with a clean install of xp on the new drive hard does anyone know where I can download an xp safe iso pro sp3 pref

  • Impossible to reinstall Win 7 partition recovery on Inspiron N5110

    I've read a lot of posts on this topic, but have had no success. I did this sort of thing for many years... very frustrated right now. This machine is a desktop of my church. Someone slammed the touchpad left click key and he stuck a couple of weeks,

  • Refurbished Dell computer that has two product keys and no work for activation

    My late father bought a refurbished dell computer to turn on the computer for the first time that I have been invited for a product key didn't know that this laptop has been renovated there two product different keys on the bottom has tried both can