07-03-2008 02:21 PM
07-03-2008 02:36 PM - edited 07-03-2008 02:37 PM
07-03-2008 03:11 PM
07-03-2008 03:27 PM
07-03-2008 03:32 PM
07-03-2008 03:40 PM
07-03-2008 03:47 PM
Maybe this is a lost cause... What I wanted to do was have an Enum (or combo box, whatever) with a list of different Import options a user could do. They would press the Enum, and select the type of import from the drop-down list. As stated previously, a Value Change event would work fine for this, except that it doesn't fire when the same item is selected a second time without a change in between. This is a problem since the user could easily want to perform the same kind of import many times in a row.
I may have to just add a button next to the Enum, and have the user select from the Enum, then press the button to fire the event. Oh well.
07-03-2008 09:41 PM
Chief LabVIEW Architect, Testeract | Owner, Q Software Innovations, LLC (QSI)
Director, GCentral | Admin, LabVIEW Wiki | Creator, The QControl Toolkit
Certified LabVIEW Architect | LabVIEW Champion | NI Alliance Partner
07-03-2008 10:36 PM
miguelc wrote:
Have you run the VI I attached in the last message? If you use the Enum that says Mouse Down, you will see that when the user clicks on the enum, the mouse down event fires right away without allowing the user to select from the drop down list. If I'm missing something please let me know, or better yet show me with code.Michael
07-03-2008 10:42 PM