Jump to content

PJM_labview

Members
  • Posts

    784
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by PJM_labview

  1. I believe this this what you are looking for. Note: this is for labview 7.0. New classes have been introduced in 7.1, but the end result is similar. If people are interested, I can post the code for 7.1. PJM
  2. Not quite, You can use the "strings[]" property on an enum in and idle (non running) VI. PJM
  3. Attached is a "merged" version of both context menu tools. I kept the architecture developed by didierj because it was the more advanced (covering mouse and key events) and I integrate a lot of code from hfettig for using standard separators, symbols, disabled items, multi list column, side behaviors ... Everything is in LV7.0. Now, who is feeling like writing a LV6.1 version ? Note: the menu builder GUI remains to be done. Also, for Michael only , I fix a bunch of cosmetic issues. PJM Download File:post-121-1105386921.zip
  4. Good one Michael, that guys is hilarious. Check this one. Download File:post-121-1103733275.zip
  5. While I dont have an answer to your question, would you be so kind as to stop using caps when you are typing ? using capital letters "LIKE THIS" is considering shouting. Thank you PJM
  6. This is an intentional duplicate post from the Poll: NI Software Licensing thread Following is another official answer by NI:
  7. Following is another official answer by NI:
  8. Apparently, lycos drop out that campain. Lycos Pulls Anti-Spam 'Vigilante' Campaign PJM
  9. This is really neat. I did not know about this. Now, we just need one that will do the same thing out c/cpp.h file :thumbup: Please, let us know when you are done "hacking" it PJM
  10. :thumbup: This one has been on my "wanted" list too for years! Everyone that had to interface with a dll and manually enter all the datatype knows what a pain in the b...ehind it is :thumbdown: ! I am really looking forward to see your implementation. Why NI did not do such an utility, I really wonder... PJM
  11. Didier pretty much sum it up for you guys, but if you do no wish to reinstall labview 7.0 to get at these primitives, check this post: Creating Property Nodes, How can I link them to controls? PJM
  12. Apparently this work very well. (too well) ? Anti-spam plan overwhelms sites PJM
  13. Right click on the u32 (in the color array) and replace it by a color constant PJM
  14. Koji Ohashi has a tiff library It supports on files in 8bit RGB or 8bit B&W Motorola byte order. You can download it from below. http://www.asahi-net.or.jp/~WR9K-OOHS/Pages/english.html File name is Red27(lv6).zip(528k). PJM
  15. A quick search for that string on my LV 7.x installation (w2k) shows that it is inside labview.exe PJM
  16. Congratulations Didier ! :thumbup:
  17. What it mean is that if you copy the utility in LVROOT\Project\Tunnel_Wiring_Wizard.vi ; next time you restart labview it will shows up in under your tool menu (note: LVROOT is most of the time on windows machine C:\Program Files\National Instruments\LabVIEW x.x\) PJM
  18. Check the help window (or right click on the node and click on help for....) For every method property the help will tell you if the method/property is available in the run time engine. Example for the Make Current Values Default Method "Make Current Values Default Method Inherits from VI Methods. Changes the defaults of all controls on the front panel to be the current values. The following table lists the flags for this method. Is settable when the VI is running No Requires the block diagram to be loaded No Is available on local LabVIEW only No Requires the front panel to be loaded Yes Must wait until user interface is idle Yes Is available with control VIs No Is available with global VIs Yes Is available with strict type definitions No Is available with polymorphic VIs No :!: Available in Run-Time Engine No <------------- here " PJM
  19. Here you go PJM Download File:post-121-1097506860.llb
  20. Manu Check out OpenG.org and more specifically the OpenG Toolkit. You will find the following enhanced list directory SubVI. PJM
  21. Alex This is true, in edit mode you can not get as small as you want, but programmatically you can get very small. I had VI getting as small as 4x4 (this is 4 pixel by 4 pixel). I had not done this in 6.02, but I dont see why it should not work. PJM
  22. There are exposed properties nodes that allow copy and pasting anything (LV objects) to the clipboard. I have used them in the past and it work fairly well. The attached image show where they are located or how to "recreate them" . What I mean by recreate them, is that when you know there is a method Pnl:Select All, it does not take much guessing that there will be one call BDiag:Select All or Diag:Select All . Getting at it can be as simple as wiring the appropriate classe specifier to the porperty/method (and the property/method "morp" to the class and stay valid) or as complicated as regenerating the whole specifier constante class + property/method node, wire them together and set the property/method class name (all by scripting of course). :!: When you use these, watch out as it seem that there is no exposed scripting property for emptying the clipboard (which can be a pain). PJM
  23. About the clock: Post #21: this Thread About the pic: Art of Greg Martin More image in that style: Google for Digitalblasphemy
  24. Novaclock So true Also, Mozilla Thunderbird (Firefox email client "companion") is worth checking out as well. PJM
  25. Here is my work desktop (only 3 labview version in here) And here is the bare naked version of it PJM
×
×
  • Create New...

Important Information

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