Jump to content

Liang

NI
  • Posts

    31
  • Joined

  • Last visited

Posts posted by Liang

  1. Hi unCLAD

    A work around for this would be to build you VI into and EXE so you have a nice GUI for distribution as you are doing, but when you want to do the actually work of editing the menu file, you will need to call an instance of LabVIEW and run the working VIs in the development environment. This will get around having no support for those functions in the run time engine.

    Other products do this e.g. VIPM, Sciware GOOP Wizard etc...

    Some people call the working VIs Agent VIs ph34r.gif and the link might be a good example for you to check out.

    Hi Jgcode,

    Thanks for your reply.

    I did not mean to edti menu file at run time. I just want to generate MNU file that was used for letting LabVIEW know how the VIs distributed on function palette programmely.

    MNU fileā‰ menu file

  2. I suspect that your VI is trying to edit the palette of the runtime engine (which, of course, doesn't have palettes).

    Hi Crelf,

    My VI is used for modify "Item Path" programmely of an existing MNU file.

    Have you tried to build any VI that contains "Write/Read Palette"?

  3. Hi,

    I try to use "Write/Read Palette" functions in my VI. And it works well.

    But after I built it to EXE file. An -4406 error happened.

    Error -4406 occurred at an unidentified locationPossible reason(s):LabVIEW:  A VI item in the palette data array is not supported in this version of LabVIEW.

    post-15967-125083160316_thumb.jpg

    Has anyone met this problem before? Or can anyone help me?

    Thanks a lot.

×
×
  • Create New...

Important Information

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