Jump to content

MViControl

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by MViControl

  1. The Password Protection system works fine. Just want to get more methods to protect the code. Could you please tell me more about the "drawback way" you described?
  2. Hi all, Can we lock the controls in front panel, after we put them on it so that they will not be moved unintentionally?
  3. Hi, anybody know how to hide the G code of a vi with method which other than the security method provided by labview itself? the purpose of this is to keep some customer away from the source code.
  4. Greate man! The problem been solved based on your guide.
  5. Thanks, the purpose of thinking this is to reuse the code in the event case created before. e.g. I have created code for a button "value change" event, while in other place of vi, I want to programatically fire the event to excute the code in the event. mesmith and Daklu, do you have some simple examples to achive this?
  6. Hello, I am thinking to generate a event by code in a vi. e.g. I have a button in vi and I add a "value change" event for it, how can I triger the event by G language in a vi without click the button in front panel? can anybody share the experience?
  7. Thanks Mates, It has been proved that the option is a good one. I had create a very simple vi try to indicate the idea( gleichman and Jean-Marc, I haven't use your great code in the example yet, but it will support the real develope later:). In the example: 1) when if case is true, the vi will create a "test.ini" to save all label and its caption, while the label is a tag; 2) after translate the "test.ini" to other language(even Chinese and Japanese:), shift the if case to false to load the language. as gleichman mentioned, when creating a complicated application which include cluster, array etc ,then the iterate function need to be optimized. mul.vi
  8. Hi, Have you ever read Unicode INI file with labVIEW successfully? I try to do this, but the vi always return the empty key, but if I save the ini file in ANSI format, then it's works fine!
  9. Hi ShaunR, Your option is exactly what I thought before. I try to use the captions of controls and indicators to show different language to user, while use the labels to identify them. But how can I iterate through all labels in a vi? this puzzeled me for days and I belive this is last step for me to finalize my application.
  10. Hi, Is anybody have experience to create MUI(multilanguage User Interface) in LabVIEW? Can you please share?
  11. QUOTE(Karissap @ Sep 10 2007, 11:17 AM) Yeap, I think this is a good option, thanks
  12. Hi Everyone, Can I dynamically create(i.e using code to create) controls of Labview when the program run. Thanks Techie
×
×
  • Create New...

Important Information

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