Jump to content

Ton Plomp

Members
  • Posts

    1,991
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Ton Plomp

  1. Pete, what browser are you using? Currently LabVIEW only supports drag and drop from IE directly into LabVIEW, to use the snippet in another browser you can use a 'IETab' plugin which basically is IE in an activeX frame, or drag the image to your desktop (or another folder) and drag-drop from that location. ton
  2. Divide the size of both images on each other, use the minimum of the X and Y quotient to resize the bigger image in the image control. Ton
  3. Hi François, congratulations! I've got one question, where was your kilt made? My aunt in Canada (Hamilton) works in a place where they hand-made purpose fit kilts in traditional style. Could it be one of her's? Regards, Ton
  4. Uploaded my submission for the #labview #codemadness 2011: http://cot.ag/flz0cW debugging state machines

  5. Tonight on the deadline I'll submit my #labview #madness application. feats: xctl, state machine, debugging tool. Got inspiration yesterday

  6. The SCC integration in LV2010 is worse than 2009... #LabVIEW restart number 10 (not lying)

  7. I can offer two options for this. it looks like you could have made a programming error, use the auto-clean-up (ctrl-u) to verify you connected everything correctly You could force a recompile on your VI (ctrl-click on the run arrow, if memory serves right) Ton
  8. The copy to clipboard code was provided by Rolf Kalbermatter. Ton
  9. Follow @MindTouch to Win: Amazon Kindle, Your Fave eBooks and MindTouch License for FREE! http://mndt.ch/feb-giveaway

  10. 'My colleague fixed my dumb auto-indexing-for-loop-bug And all I got was this t-shirt'
  11. Do you want to have a VI where you can drop a file on any control-type? Give your users a powerfull #LabVIEW GUI! Vote: http://cot.ag/hluhDx

  12. Don't! [rant] Yes IT has a duty to protect the precious data of your company, however they should feel the pain when they screw up. Not you! Recently our IT department has enablde User-agent filtering.... [/rant] Ton
  13. Or how do I lose a reference: (shift registers are your friend) Ton
  14. Martin, could you revise the documentation in the LabVIEW wiki on this topic? Another note, I've posted an idea on the LabVIEW idea exchange on opening up 'OS open document' to mere mortal. Please vote! Ton
  15. Has anyone written a #labview API for the VSS command-line interface? (i know vss)

  16. The boolean XControl allows you to dynamically change the picture on a boolean. Ton
  17. Isn't there a special IMAQ-image change event? You could register for that event. Ton
  18. What I have seen is that LabVIEW is requesting every VI one by one at the SCC portal followed by a burst were all the VIs are checked again... Strange, but that could harm the speed of your LabVIEW. But mostly I have seen this when opening a VI with a lot of dependencies in user.lib. Ton
  19. Are you using the integrated SCC-interface? If your interface is slow (and it can be slow partly caused by LabVIEW) it can hog LabVIEW. Ton
  20. The warm glow of a new beta. awesome!

  21. Feel like documenting your #LabVIEW project? "Add comments to project folders" Vote: http://cot.ag/gHVTr1

  22. You can reoder the buttons by using the reorder tool on right side of the toolbar (it's cut in half in your image). When you have an event structure, you can lock the front-panel during the handling of the event. You can also set the 'disabled' state of a control. Ton
  23. I have just read the terms of use of NI.com (it's locate behind the legal section on the bottom of the ni.com homepage) and there is a section that NI gives the user the right to post a link to ni.com, unless the website disparages NI or any of it's products. (I had to look up disparage on google translate). So what is the legal background of such a claim in the international realm that is called internet? (note that the url of the terms of use implicatly mentions that it's US only). So any webpage that mocks LabVIEW or where a user mentions a bug inside LabVIEW is not allowed to link to ni.com. Strange. EDIT: the text is here. Ton
×
×
  • Create New...

Important Information

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