Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/29/2013 in all areas

  1. Not CIN specific. just select LabVIEW in the CLFN, mgErr is typedef'ed as an I32 in extcode.h
    2 points
  2. My original file is 10.1 kBytes and the downloaded one is 4.16 so it appears something is stripped out. to recreate: 1) drop a CLFN, choose 'LabVIEW' as the library name and click run in any thread. 2) make the output parameter a 32-bit signed integer 3) add a string input parameter with default settings. 4) wire and enjoy. I kind of like it sometimes when debugging myself. I am always closing a BD window and killing probes.
    1 point
  3. I think you need to learn to ask questions a little clearer, but I think I see you problem and I would consider it a bug. In LabVIEW 2011 SP1 I made a button, then set it to Switch Until Released. In this state the user should will click the button, and when they release it it will return to the state it was in. So a user should only ever have a True state when the button is down, and when the mouse button is up it should always be False. What mojalan was trying to say is if you press and hold the center mouse button (button 3) the button will change to True as if the left mouse button had been used. Then while holding the center mouse button, hold the left mouse button. Now the button will change to False. Then release the center mouse button. Now the button will change to True. Now release the left mouse button, but this time the button remains True. There are many work arounds. The first that comes to mind is use an event structure and select the "Mouse Down?" event, and if the mouse button is button 3 then discard the request for a mouse down (wire a True to the discard terminal). This will then prevent the center button from doing anything.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.